Commit Graph

797 Commits

Author SHA1 Message Date
Alexandre Quessy 8e84b1dde6 Merge branch 'develop' 0.3.1 2015-10-30 15:25:17 -04:00
Alexandre Quessy d9220c50d0 update NEWS 2015-10-30 15:24:55 -04:00
Alexandre Quessy 936161fc8c Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2015-10-30 15:22:25 -04:00
Alexandre Quessy 8e51dfd3b5 less datasheet 2015-10-30 15:22:07 -04:00
Alexandre Quessy d660a94424 more TODO 2015-10-30 15:21:51 -04:00
Alexandre Quessy c7c537dbc0 some more comments 2015-10-29 17:03:48 -04:00
Alexandre Quessy bd47c8ac6c tell how to delete prefs on os x 2015-10-29 17:03:34 -04:00
Alexandre Quessy f3c24dbeb0 Fix typos in a print 2015-10-29 17:03:19 -04:00
Alexandre Quessy 3d1eb86405 ignore DMGVERSION.txt 2015-10-29 14:11:42 -04:00
Alexandre Quessy 7bd515c423 update INSTALL with newer GStreamer for OS X 2015-10-29 13:39:51 -04:00
Alexandre Quessy a0d8ddd504 update INSTALL 2015-10-28 16:13:30 -04:00
Alexandre Quessy 0313f5b1f7 Add OSC support on OS X 2015-10-28 16:12:48 -04:00
Alexandre Quessy e7a137f590 towards adding liblo on OS X 2015-10-28 15:40:13 -04:00
Alexandre Quessy 85b10d083a Fix video not playing + memleak in MediaImpl 2015-10-27 11:19:02 -04:00
Alexandre Quessy 7dd91defc3 update NEWS 2015-10-27 10:32:12 -04:00
Alexandre Quessy 3f9176974b Fix Stylesheet is not applied when the app is installed on Linux #139 2015-10-27 10:31:40 -04:00
Alexandre Quessy 9dd39b5d40 update NEWS 2015-10-27 10:08:59 -04:00
Tats 5e935b6ec5 Added latest changes (0.3) to the news 2015-10-27 10:07:39 -04:00
Alexandre Quessy 97d56c472a Make sure the splash screen image is packaged 2015-10-27 10:02:22 -04:00
Alexandre Quessy eed38f8d0b update HACKING 2015-10-27 10:02:12 -04:00
Alexandre Quessy 5760b20b15 We don't need libglew anymore 2015-10-27 10:00:24 -04:00
Tats fd77c9b06c Declare callback before changin URI 2015-09-17 19:07:09 -04:00
Tats cd4274a503 Removed link between uridecodebin and queue (this is performed during callback) 2015-09-17 19:06:38 -04:00
Tats dffdfa3da6 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2015-09-17 09:14:13 -04:00
Tats 87136e568a Resolved conflict 2015-09-17 09:13:58 -04:00
Tats f3c199b3ce Resolved conflict 2015-09-17 09:12:43 -04:00
baydam 092553a30b Add paint context menu 2015-09-01 12:27:41 +00:00
baydam c732cbe28b Rearrange hotkeys 2015-08-24 17:25:20 +00:00
Tats a236cf1a22 Fixed bug: Adding and reducing rows/columns in meshes disordered the internal representation resulting in weird behavior when moving vertices. 2015-07-30 19:32:41 -04:00
Tats 9b6f49e9cc Fixed bug #128: Crash on changing mesh dimension. 2015-07-30 19:31:31 -04:00
Tats d22fbbc86c Added latest changes (0.3) to the news 2015-07-21 20:12:48 -06:00
Tats 68e506895c Fixed error-prone code in MShape::update(). 2015-07-20 00:14:10 -06:00
Tats 4d71dc575e Integrated support for shape translation in undo commands. 2015-07-19 22:08:59 -06:00
Tats 24575c1e55 Imlpemented common superclass for transformations of shapes undo commands. 2015-07-19 22:07:32 -06:00
Tats 5e45437d83 New feature: undo stack available in the interface. 2015-07-18 14:12:36 -06:00
Tats 974cb3f255 Compute key vertex moves in window (not scene) coordinates. 2015-07-18 13:26:56 -06:00
Tats ffe6ff76b8 Bug fix: update of control point positions in property browser goes both ways. 2015-07-18 13:12:56 -06:00
Tats 6e7fed17eb Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2015-07-18 12:55:53 -06:00
Tats 5ce318fab3 Added text to undo/redo commands. 2015-07-18 12:55:41 -06:00
Tats f9a98f0f09 Allow undo/redo of vertex move. 2015-07-18 12:55:28 -06:00
Tats c4fefb2015 Used shared pointers in MapperGLCanvas base accessor functions. 2015-07-18 12:54:39 -06:00
Tats e5d4463c32 Reintegrated highlighting of selected vertex. 2015-07-17 16:28:27 -06:00
Tats 425f544f66 Reintegrated vertex key movement in MapperGLCanvas. 2015-07-17 16:06:32 -06:00
Tats c910520530 Renamed some elements in MapperGLCanvas to be more eloquent. 2015-07-17 16:06:14 -06:00
Alexandre Quessy 623afc3b7e Merge branch 'release-0.3.0' into develop 2015-07-17 17:57:37 -04:00
Alexandre Quessy b548341a7f post-release version bump 2015-07-17 17:27:19 -04:00
Alexandre Quessy cbe1bd3d4a Merge branch 'release-0.3.0' 0.3.0 2015-07-17 17:26:11 -04:00
Alexandre Quessy 351c10579e prepare 0.3.0 2015-07-17 17:20:08 -04:00
Tats 52b6d58451 Removed the unused quitMapmap() function. 2015-07-17 14:36:46 -06:00
Tats 46d7523160 Bug fix: upon quitting the output window prevented the app to actually quit. 2015-07-17 14:36:33 -06:00