8 Commits

Author SHA1 Message Date
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
8b57c4debf Added missing implementation of GLLogStream::print(QStringList &) 2010-11-29 17:04:48 +00:00
Paolo Cignoni cignoni
d05b47e56b removed harmless warning 2010-07-30 14:27:51 +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
Paolo Cignoni cignoni
1ec060fd59 Added bookmark in logging for avoid to add mulliple entries in the log during previewing 2010-07-02 16:49:36 +00:00
Paolo Cignoni cignoni
46ef5c3a49 FRAMEWORK CHANGE:
Now the log is in the Viewer Container and no more in the GLArea. Shared for all the open glarea. 
GLLogStream is now no more tied to the window but it is a rather abstract class. 
Next step, it will be renamed to something meaningful....
2010-07-01 14:07:19 +00:00
Paolo Cignoni cignoni
1df4e3b135 harmless warnings 2010-02-08 14:10:25 +00:00
Paolo Cignoni cignoni
0aadab75a3 ********************
Great Change to the build system
common parts moved to a shared library
********************
Many plugins still to be updated
2009-12-04 10:09:24 +00:00