Commit Graph

25 Commits

Author SHA1 Message Date
Tats 557227ac89 Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278). 2016-11-29 00:21:25 -05:00
baydam b375367811 Integrate all code inside a namespace 2016-03-16 18:05:47 +00:00
Tats 8de0b3c7d6 Cleanup. 2016-02-12 12:03:16 -05:00
Tats 1caff94eba Replaced ProjectAttributes with ProjectLabels. 2016-02-12 11:19:47 -05:00
Tats cf11335c1d Implemented parsing of mappings and shapes. 2016-01-28 12:28:19 -05:00
Tats 608f2b6cf5 Started management of QProperties-supported read/write for mappings and shapes. 2016-01-21 21:57:38 -05:00
Tats b9f2c80a19 Read/write of Color and Image paint working. 2016-01-21 20:50:44 -05:00
Tats aef4f2d8d8 Changed tr1 shared_ptr for QSharedPointers and QWeakPointers. 2015-07-17 13:41:55 -06:00
Tats e8870db92a Replaced Shape by MShape to avoid name conflicts. 2014-10-31 17:03:18 -04:00
Tats fa400b9788 File save/load of rate. 2014-10-21 17:47:55 +00:00
Alexandre Quessy b61b96a6df towards state saving locked, etc. 2014-10-21 16:59:34 -04:00
Tats 054a6d2b37 Save and load image paints 2014-06-26 00:13:12 -04:00
Alexandre Quessy 3dcd51ef8d XML file version is now 0.1 2014-04-30 22:28:41 -04:00
Tats 430b0f223a Refactor Video -> Media 2014-04-26 12:22:33 +01:00
Alexandre Quessy 0cf4a5086c Rename project to MapMap 2014-03-04 11:35:12 -05:00
Tats 195c426991 Removed the Point class and replace all instances by QPointF. 2014-02-09 01:02:13 -05:00
Tats e91fe5d862 Statesaving of color paints / mappings 2014-01-23 22:01:21 -05:00
Tats 9219cee81c Add save/load of meshes 2014-01-11 23:02:52 -05:00
Tats 2fb214060b Reading and writing of triangle mappings 2014-01-11 21:56:18 -05:00
Tats dbab46565c Use UID allocators for Paint and Mapping 2014-01-11 18:55:26 -05:00
Vasilis Liaskovitis 5852cde869 Shape: Convert Point to QObject / QPointF
Also add one Q_PROPERTY for each coordinate (x and y) of a Point. This will
enable the controller to set and get these properties.

Since QObjects cannot be copied, we also need to change the Shape class to have
a vector of pointers to Points, instead of actual Point structs.
2013-12-24 13:50:20 +02:00
Alexandre Quessy 8c2b7fddd6 Load: 50% done. Fix shortcuts. 2013-12-09 17:33:35 -05:00
Alexandre Quessy 597df8ad2b add the mappings and paints tags 2013-12-09 16:13:31 -05:00
Alexandre Quessy b0763be6a0 paint have ids 2013-12-09 16:06:01 -05:00
Alexandre Quessy dce8f0b35d Saves an XML file. 2013-12-09 15:20:33 -05:00