67 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
17a7bb7e7c Changed the pro of meshlabserver to include the general.pri 2012-11-05 10:09:42 +00:00
Guido Ranzuglia granzuglia
60c99be464 - called the access function instead of directly the member 2012-10-18 10:09:19 +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
698de0bc71 - added return 0 to the main
- added reference to meshlab.qrc in the pro file, in order to get access to the XML filter formal file schema.
2012-09-21 13:53:43 +00:00
Guido Ranzuglia granzuglia
6fc47d7398 - MeshLabServer is now a MeshLabApplication, not only a QApplication 2011-09-06 09:38:50 +00:00
Paolo Cignoni cignoni
70bfe7cb63 Corrections of include paths to comply the new folder arrangement of the VCG library (sample plugins and meshlabserver) 2011-04-03 23:29:16 +00:00
Paolo Cignoni cignoni
1a71834244 updated to the new addmesh that wants both filename and label 2010-12-22 12:23:22 +00:00
Paolo Cignoni cignoni
b87e1cdbc4 improved the management of the Log onto a different file in the meshlabserver 2010-12-13 09:58:33 +00:00
Guido Ranzuglia granzuglia
dedaa19080 added reference to xmlpatterns in .pro file 2010-12-06 16:18:48 +00:00
Guido Ranzuglia granzuglia
a03d63e3e8 changed current mesh 2010-10-06 06:42:07 +00:00
Guido Ranzuglia granzuglia
26fb620ec0 crash bugs have been patched 2010-10-05 16:10:12 +00:00
Guido Ranzuglia granzuglia
b9d83f94f7 - now it's possible to save more than a file
- added update normal for mesh without saved normals
2010-10-05 13:54:58 +00:00
Paolo Cignoni cignoni
77acdf20aa doxygen files for building up the Filter Reference Manual 2010-09-17 13:20:49 +00:00
Guido Ranzuglia granzuglia
fe3dbea3fa added QtScript to the qt session 2010-09-01 10:40:11 +00:00
Guido Ranzuglia granzuglia
d594e7d304 removed compiler time errors 2010-08-03 08:27:11 +00:00
Guido Ranzuglia granzuglia
e805a2a4b0 added linux-g++ tag. 2010-05-05 11:44:54 +00:00
Guido Ranzuglia granzuglia
904d6fa9fc replaced unix token with pair linux-g++-32, linux-g++-64 in order to avoid conflict with mac os. 2010-05-03 08:10:00 +00:00
Guido Ranzuglia granzuglia
f4ec5d0aa4 a lot of updated stuff in order to compile in linux. 2010-04-30 17:33:53 +00:00
Paolo Cignoni cignoni
94b305d4a3 removed a few harmless warnings 2010-03-03 00:30:14 +00:00
Paolo Cignoni cignoni
774882f866 updated to reflect the new syntax for getting filenames of the current mesh 2010-02-16 23:43:27 +00:00
Guido Ranzuglia granzuglia
c03ff19c35 changed from qApp->dir() to QDir::currentPath() 2010-02-10 13:13:26 +00:00
Guido Ranzuglia granzuglia
d274c80574 added \n on "No Script to apply." 2010-02-10 11:54:47 +00:00
Guido Ranzuglia granzuglia
04770c04c2 added support for uncorrect script file 2010-02-09 18:39:45 +00:00
Paolo Cignoni cignoni
d44245310d Correctly abstracted the global stuff in sound class. (Thanks to Mogware guys) 2010-02-08 09:32:48 +00:00
Guido Ranzuglia granzuglia
8480bbf642 from QDir::currentdir() to qApp->currentDirPath() 2010-02-05 14:42:03 +00:00
Paolo Cignoni cignoni
dee98c5025 Applyed patched submitted by Tracker for ubuntu compilation 2010-02-05 11:49:56 +00:00
Guido Ranzuglia granzuglia
4406599ed8 patched relative paths and script bugs. Removed filterMap and code referring to it. 2010-02-05 11:42:00 +00:00
Paolo Cignoni cignoni
a51bacc63b Made linking working again for mac after the creation of the distrib folder 2010-02-03 10:21:38 +00:00
Guido Ranzuglia granzuglia
3b351487c5 changed from meshlabdistrib to distrib 2010-02-01 12:46:05 +00:00
Guido Ranzuglia granzuglia
f5ccb5b6cf renamed meshlabdistrib to distrib 2010-02-01 10:20:47 +00:00
Guido Ranzuglia granzuglia
2aa06f201d new meshlab directories' structure. changed values DESTDIR/DESTDIRDLL options. 2010-01-29 16:23:17 +00:00
Guido Ranzuglia granzuglia
139aa41d9f patched CONFIG syntax in all *.pro 2010-01-29 09:27:42 +00:00
Guido Ranzuglia granzuglia
889eb66a75 working meshlabserver.pro project for VS2005-2008 2009-12-11 15:38:51 +00:00
Paolo Cignoni cignoni
2210eacc99 Corrected compilation for the mingw platform 2009-12-09 00:33:53 +00:00
Paolo Cignoni cignoni
6770877355 Updated pros and sources to comply to the new common library system 2009-12-05 00:46:37 +00:00
Paolo Cignoni cignoni
4228b6e078 Changes to comply to the common plugin interface 2009-11-27 17:37:48 +00:00
Paolo Cignoni cignoni
932cc14e53 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...
* Corrected Paths.
2009-11-23 11:22:29 +00:00
Paolo Cignoni cignoni
635f4e1483 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...
* Updated all the pro's.
2009-11-23 10:17:13 +00:00
Guido Ranzuglia granzuglia
0d94829543 Scripting system has been restored and patched (tons of bugs). PS it should be re-engineered 2009-09-07 08:02:01 +00:00
Guido Ranzuglia granzuglia
675a4ab804 totally new parameters system...bugs surelly will be present! 2009-09-01 08:33:26 +00:00
Guido Ranzuglia granzuglia
df6afbae50 removed code/glew reference 2009-05-20 14:51:45 +00:00
Guido Ranzuglia granzuglia
7a2e23c379 removed code/glew reference 2009-05-20 14:42:35 +00:00
Guido Ranzuglia granzuglia
486ee3d4a0 added <br> to improve readability 2009-04-22 15:33:46 +00:00
Guido Ranzuglia granzuglia
238971f1ac removed </br> 2009-04-22 15:26:03 +00:00
Guido Ranzuglia granzuglia
262b64b5c5 added </br> to improve readability 2009-04-22 15:19:06 +00:00
Paolo Cignoni cignoni
335d2d06ee improved robustness and directory managment of script loading part of meshlabserver 2009-03-03 10:58:21 +00:00
Paolo Cignoni cignoni
a21ded4913 added -om option that allow you to choose which data should be saved save in output
mesh"
2008-10-16 07:23:01 +00:00
Paolo Cignoni cignoni
d9410a28d3 added meshmodel.cpp since we really should be building this also and now that meshDocument as a signal we have to 2008-10-13 09:51:29 +00:00
Paolo Cignoni cignoni
3757ef1aab Completed the automatic creation of a text file containing all the available filters. Ready to be added to the wiki. 2008-08-20 22:58:28 +00:00
Paolo Cignoni cignoni
4493f2e089 Added computation of bbox after loading. Many filters rely a updated bbox. 2008-08-19 22:44:36 +00:00