Guido Ranzuglia granzuglia
d524f78bee
- cleaned up a lot of files removing useless functions
2012-10-18 10:06:57 +00:00
Paolo Cignoni cignoni
c1ad4c594f
Updated the basecode to the last changes of the VCG library
...
- UpdateNormals -> UpdateNormal
- Reduced the number of needed includes of the vcg library
2012-10-15 09:21:23 +00:00
Guido Ranzuglia granzuglia
64dbbbc761
- removed stupid crash caused by missed exception catching.
2012-10-02 12:17:47 +00:00
Guido Ranzuglia granzuglia
2c5579e775
- cleaned up the GLLogStream class.
2012-09-20 10:00:20 +00:00
Guido Ranzuglia granzuglia
d5196c46e7
removed compiler time errors
2012-09-17 10:18:07 +00:00
Guido Ranzuglia granzuglia
8e51df6dbf
- fixed problem with invisible label in CustomDialog
...
- cleaned just a bit the xmlinfo code
- moved static MeshLab info on mlapplication.h
2012-09-17 08:35:03 +00:00
Guido Ranzuglia granzuglia
c512929d3e
updateDataMask now update the mesh topology every time; even if the topology attributes are already switched on.
2012-09-11 12:09:10 +00:00
Guido Ranzuglia granzuglia
6a5c3cf72a
- removed syntactical error in sepexp regular expression (introduced with previous commit)
2012-07-30 17:36:46 +00:00
Guido Ranzuglia granzuglia
75256f6a4c
- added split spaces expression to sepexp Regular expression
2012-07-30 16:14:37 +00:00
Guido Ranzuglia granzuglia
e1db758fb1
- code refactoring in order to avoid bug
2012-07-30 13:24:26 +00:00
Paolo Cignoni cignoni
6d983c7951
First attempt to make prefix search
2012-07-30 12:07:36 +00:00
Guido Ranzuglia granzuglia
695ccc7206
- removed g++ stupid "double angle brackets" compiler errors (>> -> > >)
2012-07-27 17:41:47 +00:00
Guido Ranzuglia granzuglia
c62d00adb9
- removed useless member
2012-07-27 15:57:09 +00:00
Guido Ranzuglia granzuglia
6c1caf58cb
- first working version of SearchBar (a lot of graphical defects)
2012-07-27 15:35:33 +00:00
Paolo Cignoni cignoni
51d184dccc
Added MeshLabXMLParsingException to manage the case of a spurious xml crashing the init of the plugins
2012-07-25 08:21:05 +00:00
Guido Ranzuglia granzuglia
994c8aec4d
- we love information hiding!
2012-07-25 06:54:45 +00:00
Guido Ranzuglia granzuglia
ce8d4069c0
- added dataMask function
2012-07-24 15:21:38 +00:00
Guido Ranzuglia granzuglia
6653514090
- invoked raster destructors
2012-07-23 14:05:40 +00:00
Guido Ranzuglia granzuglia
a895edf30e
- resolved mac/linux bug on missing plugins name preamble (i.e. in mac filter_mutualinfo.xml -> libfilter_mutualinfo.dylib in linux libfilter_mutualinfo.so in windows filter_mutualinfo.dll)
2012-07-18 16:56:06 +00:00
Paolo Cignoni cignoni
44a14687c6
Added to the Logging class method for realTimeLogging.
...
Useful in decorator and edit plugins to show info on the screen.
2012-07-12 06:44:01 +00:00
Paolo Cignoni cignoni
edec6e2f0a
Added a UpdateBoxAndNormals method to the meshmodel class. This is useful to have a UNIFORM way of recomputing stuff after some geometry change.
2012-07-04 08:36:18 +00:00
Paolo Cignoni cignoni
87d01010e6
Important Change:
...
removed the enum bit VERTFLAGBORDER FACEFLAGBORDER (they were deprecated...)
and reordered the MeshElement enums. Corrected a nasty bug caused by two colliding (!) enums.
2012-07-02 08:33:28 +00:00
Guido Ranzuglia granzuglia
7c56418984
cleaned IO plugin's message error after it has been displayed.
2012-06-29 14:25:53 +00:00
Guido Ranzuglia granzuglia
ff216153fc
added rasters popup menu.
...
removed layers buttons.
2012-06-29 08:25:41 +00:00
Paolo Cignoni cignoni
668cb2c970
Added new filter menu entry (and new filter class): raster Layer
2012-06-28 10:02:29 +00:00
Guido Ranzuglia granzuglia
c9fa7b2251
code has been rearranged just a little bit
2012-05-29 13:45:56 +00:00
Marco Callieri mcallieri
ecfeaee1d7
fixed bug in NameDisambiguator, made label name checking more coherent between project loading / mesh loading / mesh creation
...
TO BE TESTED
2012-05-25 12:50:32 +00:00
Paolo Cignoni cignoni
13420cdb81
Removed harmless gcc warnings
2012-05-07 07:34:43 +00:00
Paolo Cignoni cignoni
0f39667c53
Removed harmless gcc warnings (missed virtual distructor)
2012-05-07 07:32:53 +00:00
Paolo Cignoni cignoni
ad71427656
Removed harmless gcc warnings
2012-05-07 07:31:56 +00:00
Paolo Cignoni cignoni
a622e5133f
Removed harmless gcc warnings
2012-05-07 06:02:42 +00:00
Guido Ranzuglia granzuglia
828d156d6c
changed update functions interfaces.
2012-04-26 16:56:57 +00:00
Guido Ranzuglia granzuglia
65e6caf0a0
- removed compile time error
2012-04-26 13:39:06 +00:00
Guido Ranzuglia granzuglia
35165025d3
- added the raster update system
2012-04-26 10:32:38 +00:00
Guido Ranzuglia granzuglia
21b8b42f3d
- updated XML script format
2012-04-26 10:30:24 +00:00
Matteo Dellepiane matteodelle
974676ebde
dellepiane: added metadata analysis when importing a new Raster. If no data about the sensor and the focal are available, a "plausible" set is assigned to the Raster
2012-04-24 15:02:40 +00:00
Guido Ranzuglia granzuglia
1bde5015bb
- removing a mesh from a document with only one mesh now produce an empty project
2012-04-20 13:31:35 +00:00
Guido Ranzuglia granzuglia
81887f06d7
jhead is now statically linked to common library.
2012-04-06 16:29:47 +00:00
Guido Ranzuglia granzuglia
dac2dcd8f9
WARNING! Temporary solution in order to make MeshLab compile. It MUST be changed.
2012-04-04 17:58:06 +00:00
Guido Ranzuglia granzuglia
a72997a543
- added new interrupt system (it must be refined!)
...
- removed the old one
2012-04-03 14:56:00 +00:00
Guido Ranzuglia granzuglia
d1716e586e
added updateProgressBar mechanism for filter running in a different thread
2012-03-30 09:54:15 +00:00
Guido Ranzuglia granzuglia
cffa491798
changed the Finalize signatures in the MeshRenderInterface interface. From MeshDocument& -> MeshDocument* in order to avoid crash and to close dialog if the MeshDocument is NULL.
2012-03-20 16:45:04 +00:00
Guido Ranzuglia granzuglia
306371eb5b
removed crash on closing window with an active shader
2012-03-16 17:28:08 +00:00
Paolo Cignoni cignoni
bd34f87d52
added a check to avoid too frequent meshupdating
2012-03-16 13:20:25 +00:00
Guido Ranzuglia granzuglia
0de224dbe7
added new mechanism to interactive render the filter when it's running.
2012-03-16 08:36:03 +00:00
Paolo Cignoni cignoni
8750760fa4
Added function to correctly manage dll extension names under diff OS
2012-03-07 12:40:45 +00:00
Guido Ranzuglia granzuglia
e6bbb23827
a lot of new functions has been added
2012-03-06 17:31:58 +00:00
Paolo Cignoni cignoni
14e315ac36
Changed the behaviour of the raster dialog visible/unvisible. Now the eye icon for raster has the same meaning of meshes. To switch to the 'rastermode' where the given raster is shown there is an apposite button that take into account the current raster.
2012-03-06 00:18:50 +00:00
Guido Ranzuglia granzuglia
b04c5fa0b9
updated the js grammar
2012-02-23 18:37:31 +00:00
Guido Ranzuglia granzuglia
fe066a079c
switched from qlalr to bison
2012-02-22 17:06:56 +00:00