Marco Callieri
9bae8dbd8d
qPrintable to qUtf8Printable in the WHOLE project
...
qUtf8Printable is better to deal with special characters.
also in QT documentation it is said is better when logging strings.
However, we use it also to store filenames and text-based ID, if we only use one, and not alternating between qUtf8Printable and qPrintable, thins should be smoother, but since it is a project-wide change, it is potentially DANGEROUS, NOT YET FULLY TESTED
2018-02-19 16:36:31 +01:00
Guido Ranzuglia granzuglia
b09aad5f6b
- added support for mesh with double precision attributes
...
- removed some warnings
2014-06-30 13:51:58 +00:00
Guido Ranzuglia granzuglia
2446d7782f
- huge commit! MeshLab is now qt 5.0 compatible. Compiling process has not been yet tested on MacOSx.
2013-03-24 19:36:54 +00:00
Guido Ranzuglia granzuglia
675a4ab804
totally new parameters system...bugs surelly will be present!
2009-09-01 08:33:26 +00:00
Paolo Cignoni cignoni
69f05d0ad4
improved comment in the asc importing
2009-06-25 14:05:35 +00:00
Paolo Cignoni cignoni
20cd7f25d7
improved support of asc files.
2009-03-03 11:00:02 +00:00
Paolo Cignoni cignoni
1693fff73a
Significant change, now meshmodel is no more derived from io:mask. Updated all the io plugins to reflect this change.
2008-11-13 10:45:04 +00:00
Paolo Cignoni cignoni
413d3baa8f
Updated to remove PluginInfo
2008-10-13 10:37:32 +00:00
Paolo Cignoni cignoni
623764f98b
INTERFACE CHANGE: the open function of the i/o plugins now get also a ParameterList object as input parameter. An additional function has been added to the i/o plugin interface, initPreOpenParameter(), for the initialization of these parameters before the actual loading. It can be used to setup param that affect the loading process (like for example choose only a subset of the mesh to be loaded)
2008-07-21 15:23:06 +00:00
Paolo Cignoni cignoni
a01247baa3
added management of optional quality in ASC files
2008-07-19 05:26:49 +00:00
Paolo Cignoni cignoni
122982f213
Updated to reflect the changes to the MeshIOInterface.
2008-07-02 14:27:18 +00:00
Paolo Cignoni cignoni
dededbc8fd
corrected wrong include file name after directory move
2008-05-15 07:56:23 +00:00
Paolo Cignoni cignoni
b68ddd2cd8
Renamed plugins to a common naming style and moved two completed plugins from fgt to their final place
2008-05-07 09:51:28 +00:00