Paolo Cignoni cignoni
a76f1bf481
Removed harmless warnings
2010-12-07 17:29:12 +00:00
Paolo Cignoni cignoni
eff05cdcbe
when saving a script for meshlabserver the tips and tooltips are useless...
2010-11-30 09:19:34 +00:00
Paolo Cignoni cignoni
e22d4ce801
Changed the type of the shot parameter from Shotd to Shotf for better compatibility
2010-10-31 13:26:23 +00:00
Paolo Cignoni cignoni
b3b092c50d
Add a new type of parameter: Shot. Added also the mechanism to get the camera from the current trackball position with the usual signal/slot exchange between the parameter dialog and the current glarea.
2010-10-21 13:39:32 +00:00
Paolo Cignoni cignoni
5ae31efc74
Refactoring for enforcing MVC design.
...
Moved log and filterscript from mainwindow to meshDocument.
Restructured mainwindow to do not explicitly use the glare except when needed.
Started documenting code with doxygen.
Moved xml2shot code out of the glarea into a utitliy class in vcg/wrap
Moved some inlined code out from interfaces into a new interfaces.cpp
Removed old useless CVS log comments
Corrected QMAKE_POST_LINK in the common pro (failed to copy dlls into meshlab folder)
2010-07-19 16:43:09 +00:00
Guido Ranzuglia granzuglia
01b6071607
removed unusual way to call QStringList copy constructor.
2010-05-24 08:23:49 +00:00
Guido Ranzuglia granzuglia
0459c7a59d
defVal passed instead of val in RichSaveFile copy constructor
2010-05-05 14:58:29 +00:00
Guido Ranzuglia granzuglia
25fddd9d90
updated RichSaveFile and all the related classes.
2010-04-19 13:03:27 +00:00
Guido Ranzuglia granzuglia
958c83ac6f
removed stupid error defVal->val
2010-04-09 15:31:23 +00:00
Guido Ranzuglia granzuglia
cf999ac993
added join function to filterparameter.h
2010-03-24 11:46:31 +00:00
Paolo Cignoni cignoni
323ead6558
corrected wrong invocation of the constuctor of stringlist (caused error on gcc 4.5)
2010-03-11 23:18:16 +00:00
Paolo Cignoni cignoni
0598ed259a
harmless warning
2010-02-27 00:35:19 +00:00
Guido Ranzuglia granzuglia
37533b35c1
fully implemented RichOpenFile
2010-02-25 17:49:00 +00:00
Paolo Cignoni cignoni
ae8a955ca9
more robust management of reading global parameters
2010-02-10 10:55:22 +00:00
Guido Ranzuglia granzuglia
646d0aa796
added semantic validator to RichParameterFactory
2010-02-09 20:58:49 +00:00
Paolo Cignoni cignoni
f3c0264191
implemented missing RichParameterFactory::create( const QDomElement& np,RichParameter** par ) for dynamic floats and a few other bugs... (thanks to MogWare guys)
2010-02-08 09:36:26 +00:00
Paolo Cignoni cignoni
798ef99104
Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
2009-11-23 09:56:18 +00:00