5900 Commits

Author SHA1 Message Date
Guido Ranzuglia granzuglia
04f28fc54e - added compact face vector and compact vertex vector filters. They are useful for debugging reason. If a filter f crashes on mesh m and doesn't crash after CompactFaceVector(m) & CompactVertexVector(m) means that there are some missing checking on face/vert deleted flags. 2012-08-03 09:23:23 +00:00
Guido Ranzuglia granzuglia
ee71cf1fcc - added compactFace and compactVert at the beginning of filter apply.WARNING! temporary commit in order to avoid crash caused by missing checks on deleted faces and/or faces. Should be removed after bug has been fixed. 2012-08-03 09:15:09 +00:00
Guido Ranzuglia granzuglia
84586ae1c3 - removed useless debug message 2012-08-03 06:58:06 +00:00
Guido Ranzuglia granzuglia
d17ffd33b4 - updated linux install file 2012-08-02 17:41:12 +00:00
Guido Ranzuglia granzuglia
38a7be2ee9 - updated install files 2012-08-02 13:45:15 +00:00
Guido Ranzuglia granzuglia
29b6f7b482 - added focus on apply button (WARNING! the button it's activated by pressing space key and not by enter key) 2012-08-02 09:55:53 +00:00
Guido Ranzuglia granzuglia
2a82feabec - just a little update to the layouts of the graphical interface 2012-08-02 06:56:06 +00:00
Guido Ranzuglia granzuglia
c0c2c60cac - removed useless connection 2012-08-02 06:47:20 +00:00
Guido Ranzuglia granzuglia
d48fd2aaba - harmonized win/mac menu management 2012-08-02 06:32:43 +00:00
Guido Ranzuglia granzuglia
53113faae6 - cleaned up the SearchMenu
- added the activated item
2012-08-01 14:00:10 +00:00
Guido Ranzuglia granzuglia
da49480d15 - removed g++ compiler error 2012-08-01 10:15:07 +00:00
Guido Ranzuglia granzuglia
76a29ea054 - a lot less flickering SearchMenu
- maxitems to be visualized set to 20
2012-08-01 10:01:00 +00:00
Guido Ranzuglia granzuglia
7c7e57ee6b - bad matched xml tag error fixed 2012-07-31 17:01:08 +00:00
Guido Ranzuglia granzuglia
2965059b9f - harmonized xml filters to required standard meshlab xml schema 2012-07-31 15:27:46 +00:00
Guido Ranzuglia granzuglia
fa3c872fa5 - harmonized xml filters to required standard meshlab xml schema 2012-07-31 14:56:30 +00:00
Guido Ranzuglia granzuglia
da399fa245 - try to turn around the mac menu update problem 2012-07-31 12:12:10 +00:00
Paolo Cignoni cignoni
6c25f97b19 updated to the hole class changes... 2012-07-31 09:15:43 +00:00
Paolo Cignoni cignoni
297c50e205 Menu grammar... 2012-07-31 09:14:21 +00:00
Paolo Cignoni cignoni
caaf5541da Menu grammar and a bit of refactoring 2012-07-31 09:13:00 +00:00
Paolo Cignoni cignoni
c33f713108 Menu grammar... 2012-07-31 08:06:18 +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
0de3726c72 - enabled/disabled filter menus items (in order to have them synchronized with the MeshLab application status when those items appears in the search tool) 2012-07-30 17:00:32 +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
d4f5c3cca1 - indexed XML filters, too 2012-07-30 15:51:20 +00:00
Guido Ranzuglia granzuglia
2c8903b2a0 - rollback to old updateSubFiltersMenu calling parameters 2012-07-30 14:58:13 +00:00
Guido Ranzuglia granzuglia
758c1998be - fixed bug on the max number of visualized results (the return!) 2012-07-30 14:38:45 +00:00
Guido Ranzuglia granzuglia
c3bf1d6953 - fixed compiler time error 2012-07-30 14:01:37 +00:00
Guido Ranzuglia granzuglia
2075f0b6f7 - aligned with new vcglib 2012-07-30 13:59:49 +00:00
Guido Ranzuglia granzuglia
e1db758fb1 - code refactoring in order to avoid bug 2012-07-30 13:24:26 +00:00
Guido Ranzuglia granzuglia
cca56a9c80 - fixed bug on the max number of visualized results 2012-07-30 13:22:32 +00:00
Paolo Cignoni cignoni
6d983c7951 First attempt to make prefix search 2012-07-30 12:07:36 +00:00
Guido Ranzuglia granzuglia
2ee3b92fcf - SearchMenu: fixed the geometry clipping problem 2012-07-30 10:23:36 +00:00
Guido Ranzuglia granzuglia
f6d0897b7e - set focus on the line edit 2012-07-30 07:52:07 +00:00
Guido Ranzuglia granzuglia
c73d1c24ac - removed compiler errors: from TestIntersection to TestFaceFaceIntersection 2012-07-27 17:50:04 +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
fc1f71d83b - added CTRL+F shortcut 2012-07-27 17:38:07 +00:00
Guido Ranzuglia granzuglia
9e935da36c - variable name changed 2012-07-27 16:36:24 +00:00
Guido Ranzuglia granzuglia
c62d00adb9 - removed useless member 2012-07-27 15:57:09 +00:00
Guido Ranzuglia granzuglia
aaa0d6bb06 - cleaned a bit the code 2012-07-27 15:48:16 +00:00
Guido Ranzuglia granzuglia
deb1e9e8a5 - first working version of SearchBar (a lot of graphical defects) 2012-07-27 15:36:27 +00:00
Guido Ranzuglia granzuglia
6c1caf58cb - first working version of SearchBar (a lot of graphical defects) 2012-07-27 15:35:33 +00:00
Guido Ranzuglia granzuglia
90585d7427 - first version of the searcher gui 2012-07-26 07:45:36 +00:00
Guido Ranzuglia granzuglia
12d01bd619 - first version of the searcher gui 2012-07-26 07:44:50 +00:00
Paolo Cignoni cignoni
77c34242be corrected bug in the boundary decorator 2012-07-25 13:01:07 +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
be3e17e7ad - we love information hiding! 2012-07-25 06:54:19 +00:00
Guido Ranzuglia granzuglia
c6eecb81d7 - updated data mask on copied sub mesh moved into another layer 2012-07-24 15:22:56 +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