Commit Graph

249 Commits

Author SHA1 Message Date
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
baydam
41036354b8 Able to rename mapping with double click 2015-12-18 12:54:36 +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
Tats
e76bdf1d9f Renamed Mapper to MappingGui (to correspond to Paint -> PaintGui). 2015-12-11 00:43:47 -05: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
baydam
df6d56abd0 Fixed bug #152 that make the software frozen when we load a project and the video files are not found 2015-12-08 15:58:25 +00: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
4d71dc575e Integrated support for shape translation in undo commands. 2015-07-19 22:08:59 -06:00
Tats
5e45437d83 New feature: undo stack available in the interface. 2015-07-18 14:12:36 -06: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
Tats
460e346ddd Removed unused updatePaint signal/slots. 2015-07-17 14:26:24 -06:00
Tats
c652730fd5 Integrated shared pointers in Mapper for holding property browser and graphics items. 2015-07-17 14:24:50 -06:00
Tats
aef4f2d8d8 Changed tr1 shared_ptr for QSharedPointers and QWeakPointers. 2015-07-17 13:41:55 -06:00
Tats
64bbd94f9a Re-enable toggle of display controls. 2015-07-11 16:29:06 -06:00
Tats
017e8bdc7b Fixed bug: scenes were not updated properly resulting in no automatic video frame update. 2015-07-06 21:24:06 -06:00
Tats
7e85ab493c Merge branch 'spike-qgraphicsview-zoom-and-scroll' into spike-qgraphicsview-zoom-and-scroll-merge-develop
Conflicts:
	DestinationGLCanvas.cpp
	DestinationGLCanvas.h
	MainWindow.cpp
	MainWindow.h
	MapperGLCanvas.cpp
	MapperGLCanvas.h
2015-07-06 20:38:51 -06:00
Tats
93edb4e41a Bug fix: tried to addItem() twice on outputwindow scene. 2015-07-03 19:04:52 -06:00
Tats
9ba817847f Bugfix: Infinite call loop created by shared scene in destination and outputwindow canvases and the updateCanvas() slot. 2015-07-03 19:01:51 -06:00
Tats
36c2c2b539 Implemented MainWindow singleton pattern. 2015-07-03 17:20:42 -06:00
Bay Dam
6577add891 Merge pull request #121 from baydam/feature-context-menu
Add context menu for duplicate, delete and rename mapping
2015-05-02 11:54:56 +00:00
baydam
36b89fa60a Bug #99 fix and improvements 2015-04-02 17:11:58 +00:00
baydam
8300c10599 Add context menu for duplicate, delete and rename mapping 2015-03-30 20:54:15 +00:00
baydam
b71db2874c Add OSC command to set volume level and play state 2015-03-05 21:37:13 +00:00
baydam
a39fa73118 Resolved conflict about last merge 2015-03-03 11:52:44 +00:00
baydam
8842064af9 Merge branch 'feature-undo-commands' into 'develop' 2015-03-02 10:40:49 +00:00
Tats
e22075d6ad Base working integration of destination and output window (with crosshair working in fullscreen). 2015-02-15 17:46:54 -05:00
baydam
6a3545ff47 Segmentation fault fixed 2015-01-29 20:39:49 +00:00
baydam
4bd5e456e0 Fixed bug #99 about exiting fullscreen 2015-01-24 13:43:09 +00:00
baydam
1a5497d245 Disable Test signal when add Shapes 2015-01-23 21:02:29 +00:00
baydam
c79e873fd3 Clear UndoStack when select a new file or project 2015-01-23 20:45:12 +00:00
baydam
4d6caf2cfb Optimization of Undo Command 2015-01-23 20:36:30 +00:00
baydam
e4ce6eab42 Command to restore deleted mapping 2015-01-19 21:08:02 +00:00
baydam
146a7e4a43 Add Undo and Redo Command to Mesh, Triangle and Ellipse 2015-01-16 17:39:38 +00:00
Alexandre Quessy
9878e8a878 OSC: implement fullscreen and quit 2015-01-11 19:16:59 -05:00
Alexandre Quessy
608d216eaa use native color dialog 2014-12-31 13:34:52 -05:00
Alexandre Quessy
b18b2af45a use green as default color + remember last choice 2014-12-31 13:32:30 -05:00
Tats
c0b6bee45b Implemented working zoom with wheel mouse. 2014-12-28 21:05:49 -05:00
Vasilis Liaskovitis
f6711ed7a8 Control mapping visibility from OSC (bug #43)
Controlled with /mapmap/mapping/visible mappingId visibility (type ii)
e.g.
oscsend localhost 7000 /mapmap/mapping/visible ii "3" "0"
to make mapping with id 3 invisible
oscsend localhost 7000 /mapmap/mapping/visible ii "0" "1"
to make mapping with id 3 visible

QListWidgetItem checkstate is also changed accordingly
2014-11-01 02:50:30 +02:00
Tats
6843ecd882 Integrated view items for selecing and dragging shapes in the QGraphicsView; not completely tied to model yet. 2014-10-31 17:05:32 -04:00
Tats
e8870db92a Replaced Shape by MShape to avoid name conflicts. 2014-10-31 17:03:18 -04:00
baydam
9636ece1c9 Disable Test signal when start mapping 2014-10-29 21:25:06 +00:00
baydam
ed9cca4ded Definitively resolve the bug with ESC 2014-10-29 21:06:58 +00:00
Alexandre Quessy
9143e309f7 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-27 19:53:27 -04:00
Alexandre Quessy
aab266b843 Can change OSC port via preferences dialog 2014-10-27 15:25:41 -04:00
baydam
248cc8494c All menubar shortcut work when output window is displayed 2014-10-27 19:15:39 +00:00
Alexandre Quessy
be0053764d add PreferencesDialog - not yet effective 2014-10-27 14:05:36 -04:00