Commit Graph

11 Commits

Author SHA1 Message Date
Tats
1146a6408e Merge branch 'develop' into feature/qt-properties
# Conflicts:
#	Mapping.h
#	OscInterface.cpp
#	ProjectReader.cpp
#	ProjectWriter.cpp
#	Shape.h
#	main.cpp
2016-02-15 13:16:04 -05:00
Tats
ed859fadf5 Fix bug: solo was not working. 2016-02-12 12:16:11 -05:00
Tats
c656f8246a Split the shapes in different files and made them all QObjects with QProperties. 2016-01-21 16:18:19 -05:00
Tats
99b19dfcc6 First step in refactoring: brought both Paint and Mapping under the common umbrella class Element and implemented basic QProperties. 2016-01-04 00:19:34 -06:00
Tats
0bd893ee6a Bugfix: Zooming in the destination canvas changes the size of controls in output window. Closes #162. 2015-12-31 14:23:53 -06:00
Tats
b39c91d37a Depth of quads for mesh editing/viewing adjustable. 2015-12-31 11:19:23 -06:00
Tats
e0c53be751 Imperfect fix of ellipse conical projection (works better but still perspectively incorrect) (enhancement #177). 2015-12-28 16:24:22 -06:00
Tats
390d4c49ec Small fix: all meshes were getting rebuilt after any one of them was being dropped somewhere. 2015-12-26 23:38:41 -05:00
Tats
02f411bc0e Further improvements on mesh drawing performance: resolution is heightened on mouse release while during edit resolution is kept lower (closes #161). 2015-12-26 19:25:16 -05:00
Tats
c67b4d3160 Improvements on the mesh drawing by caching the structure (bug #161). 2015-12-26 02:52:06 -05:00
Tats
e3cdf4f464 Moved classes pertaining to ShapeGraphicsItem and ShapeControlPainter in separate files outside of MappingGui.{h,cpp}. 2015-12-23 19:14:39 -05:00