Ryan Pavlik
8e0366cf18
Remove comments about CMake files being generated.
...
They originally were, but the generation script and templates
are gone now.
2020-12-01 12:16:13 -06:00
alemuntoni
78914d9aa0
possibility to build with MESHLAB_SCALAR=double
2020-11-17 19:21:58 +01:00
alemuntoni
707b17a456
common target renamed to meshlab-common
2020-10-29 16:42:37 +01:00
alemuntoni
52f58e9de2
check for betas on github, const correctness edit plugins
2020-09-19 14:51:59 +02:00
alemuntoni
2121557c19
edit_plugin_interface.h
2020-09-18 15:47:25 +02:00
alemuntoni
2fff353d5d
fix cmake, renamings and better style
2020-09-18 11:52:41 +02:00
alemuntoni
fe42f9427e
add pluginNames to all plugins; update vcg
2020-08-07 14:45:40 +02:00
Ryan Pavlik
2e69c640c8
Update build file template and generated files for better docs.
...
Also using a newer cmake-format version from
https://github.com/rpavlik/cmake_format
so formatting is better.
2020-05-06 16:57:44 -05:00
alemuntoni
e27379959e
other gcc naive warnings
2020-03-05 14:55:57 +01:00
alemuntoni
e8a4c3c965
fix missing distrib folder and pro files for mac
2020-01-27 09:18:17 +01:00
Ryan Pavlik
f0f2bd7861
Scripts for CMake building
2019-12-12 17:30:26 -06:00
Ryan Pavlik
6c8ab64e76
Fix typos, most noticed by codespell.
2019-12-11 11:15:02 -06:00
Marco Callieri
d6fb14740d
warning cleanup
2018-03-21 10:44:54 +01:00
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
Marco Callieri
410316f8db
new shortcut for mac, plus minor update
...
spacebar cannot be used on macOS, but already was in all the
documentation :( so I just added "C" as viable key to switch between
bbox center and origin
2017-05-04 14:02:14 +02:00
Guido Ranzuglia granzuglia
69f5f8f563
- fixed bugs
2016-08-26 17:24:05 +00:00
Guido Ranzuglia granzuglia
b29a3d6634
- fixed edit manipulators
2016-08-26 16:13:19 +00:00
Marco Callieri mcallieri
271e67e955
corrected numerous bugs in the manipulators
2015-10-28 16:46:18 +00:00
Marco Callieri mcallieri
662a74d997
corrected some bugs in the numerical input of the rotate/translate/scale. Now 0 and . are better interpreted, and - toggle negative values
2014-11-10 12:23:04 +00:00
Guido Ranzuglia granzuglia
dbb9ff8a56
- added support for mesh with double precision attributes
...
- removed some warnings
2014-08-09 09:23:59 +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
Paolo Cignoni cignoni
f130ed286a
Straightforward updates to comply the previous commit
2012-11-29 23:21:41 +00:00
Paolo Cignoni cignoni
0b8d3960bc
Cleaned up the realtime logs for decorators and a few edit plugins
2012-07-19 08:52:18 +00:00
Guido Ranzuglia granzuglia
ce5f22ec71
removed compiler errors. Enum type name used instead of class name.
2012-03-22 11:18:50 +00:00
Marco Callieri mcallieri
08493c72f2
cahnged translation key from G (blender style) to T (everyone else in the world)
2011-11-09 14:19:04 +00:00
Marco Callieri mcallieri
f481178caf
improved manipulators, almost finished
2011-11-08 18:05:40 +00:00
Marco Callieri mcallieri
a1ee962c26
general bug fixing on manipulators and color projection filters.... both still under development
2011-10-13 08:49:03 +00:00
Marco Callieri mcallieri
2a4109d27f
edit plugin with manipulators: first working version (still some bugs)
2011-05-31 12:51:02 +00:00
Marco Callieri mcallieri
9a9c34f0ee
first draft of manipulators: edit filter for moving meshes around in the world space (rotate, translate, scale)
2011-05-26 16:13:45 +00:00