Commit Graph

857 Commits

Author SHA1 Message Date
Tats 8ec9192f69 Common parent class Element for Paint and Mapping, with appropriate QProperties. 2016-01-21 16:18:59 -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 ba1af4b724 Added a MetaObjectRegistry class that allows the dynamic creation of new instances. 2016-01-21 16:15:08 -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 1b7df1ce3d Cosmetic change. 2015-12-31 16:32:50 -06:00
Tats 066337472c Fixed bug related to width and height of videos being 0 (using meta-data collection) (closes #154). 2015-12-31 16:31:19 -06:00
Tats c3b57dcfe7 Fixed potentially unfreed QMenu. 2015-12-31 16:01:42 -06:00
Tats 6af8c396a2 Cleanup in files and gitignore. 2015-12-31 14:32:43 -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 45a8b536d8 Exclude unused files from doxygen compil 2015-12-31 12:04:46 -06:00
Tats 73d87ed08c Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2015-12-31 11:31:33 -06:00
Tats b39c91d37a Depth of quads for mesh editing/viewing adjustable. 2015-12-31 11:19:23 -06:00
baydam a20beba15b Manage show and hide of Undo Stack tab #145 2015-12-31 15:46:56 +00:00
baydam a7ddd309fb Edit doxygen index file 2015-12-31 13:17:25 +00:00
baydam 91840fadec Update doxygen configuration files 2015-12-31 13:04:23 +00:00
baydam 61a530375f Be able to rename paints and mappings OSC #72 2015-12-29 16:44:31 +00:00
baydam 73f28ae340 Can rename Paint with double click #174 2015-12-29 14:36:06 +00:00
baydam b2e03da2f2 Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop 2015-12-29 10:35:50 +00:00
baydam a4384faf78 Center the test signal #97 2015-12-29 10:34:52 +00:00
Tats 41b1c87283 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
Conflicts:
	MainWindow.cpp
2015-12-28 16:25:20 -06:00
baydam 442aa6469b Delete unused fonction 2015-12-28 16:24:28 -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 4aa674847c Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2015-12-28 16:20:11 -06:00
Tats 1b582f2f58 Imperfect fix of ellipse conical projection (works better but still perspectively incorrect) (enhancement #117). 2015-12-28 16:20:03 -06:00
Tats 60ca853956 Cleanup in Shape.h. 2015-12-28 15:28:32 -06:00
Tats 00523e15e3 Documentation of MeshTextureGraphicsItem 2015-12-28 15:28:19 -06:00
baydam 23847b86ed Delete unused fonction 2015-12-28 13:28:47 +00:00
baydam b30d2fac05 Fix merge conflict 2015-12-28 13:24:56 +00: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 fc627b2306 Compilation errors fix in MainWindow. 2015-12-26 19:25:37 -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 9235ec1874 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2015-12-26 02:52:20 -05:00
Tats c67b4d3160 Improvements on the mesh drawing by caching the structure (bug #161). 2015-12-26 02:52:06 -05:00
baydam 61528b3701 Fix merge bugs 2015-12-24 19:17:10 +00:00
baydam 5854c2f5a3 Merge branch 'baydam-feature-osc-improve' into develop 2015-12-24 18:52:32 +00:00
baydam 038a705e5d Resolve merge conflicts 2015-12-24 18:51:59 +00:00
Tats eb9a024635 Merge branch 'refactor-mapper-mapping-gui' into develop 2015-12-23 19:15:29 -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
baydam 41036354b8 Able to rename mapping with double click 2015-12-18 12:54:36 +00:00
baydam 13a7eb01e3 Reduce default size for small screen 2015-12-14 22:33:44 +00:00
baydam 66fc373e7b Fixed bug #101 Sending OSC visible parameter to paint that doesn't exist will not crash the software anymore 2015-12-14 15:14:05 +00:00
baydam bafd700a1c Change shortcut for adding color paint #137 2015-12-11 23:32:10 +00:00
baydam cf62a6cfc5 Handle fullscreen case for cinnamon(Linux Mint) 2015-12-11 18:47:22 +00:00
baydam 2db0d044a4 Reduce icon size for small screen 2015-12-11 18:41:39 +00:00
baydam 596e8d55ca Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop 2015-12-11 11:27:06 +00:00
baydam ae81c60ca0 Center the Test signal, fixed bug #155 and #97 2015-12-11 11:25:03 +00:00
Tats e76bdf1d9f Renamed Mapper to MappingGui (to correspond to Paint -> PaintGui). 2015-12-11 00:43:47 -05:00
Tats cf310dd45c Added comments to PaintGui 2015-12-10 16:54:53 -05:00
baydam 3a4f80c49f Fixed bug #156 related the white rectangle around the fullscreen window 2015-12-09 19:47:01 +00:00
baydam 317d87b2dd Fixed bug #149 Deleting a mapping actually deletes a paint when the paint tab is chosen 2015-12-09 18:30:39 +00:00