Marc Lavallée
e7253a4850
fixed desktop icon
2014-12-28 15:23:20 -05:00
Alexandre Quessy
c1e2d6b5c8
add mapmap.desktop
2014-12-28 15:04:13 -05:00
Alexandre Quessy
49f7790f1d
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-12-28 14:37:29 -05:00
Alexandre Quessy
9a37e1cd1c
add mapmap.svg icon
2014-12-28 14:37:12 -05:00
Marc Lavallée
dd92ab9317
mapmap.pro now install the software, and a desktop file
2014-12-28 14:35:19 -05:00
Alexandre Quessy
9091ec00ea
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-12-28 14:24:51 -05:00
Alexandre Quessy
b695dab206
add mapmap-fullname.svg icon
2014-12-28 14:24:27 -05:00
Marc Lavallée
a152ef4fd9
maintenance: remove useless file
2014-12-28 14:01:13 -05:00
Tats
00fc5539a0
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-11-22 02:15:08 -05:00
Tats
7bd51320ba
Modifications to diagram
2014-11-22 02:12:25 -05:00
Tats
c0fe3ac95a
Reorganization of INSTALL script
...
Conflicts:
INSTALL
2014-11-22 02:12:21 -05:00
Alexandre Quessy
0d279a6fdf
fix version number in MM.cpp and update HACKING
2014-11-06 11:05:27 -05:00
baydam
539d189f9d
Fixed issue Adjust position of vertices using arrow keys not working on output display #77
2014-11-05 17:17:37 +00: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
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
Alexandre Quessy
09bf633000
make sure settings exist before reading them
2014-10-27 07:36:39 -04:00
Alexandre Quessy
6aadc9ac0c
Use SVG for test signal
2014-10-27 07:23:23 -04:00
Alexandre Quessy
3bcbbc7697
Display test signal
2014-10-27 06:04:12 -04:00
Alexandre Quessy
289d473214
Display crosshair iff display controls
2014-10-27 05:33:23 -04:00
Tats
8c3a66344a
Added some elements to .gitignore
2014-10-27 00:14:01 +00:00
Tats
093a10de7b
Removed unused variable _currentMovie.
2014-10-23 16:37:08 +00:00
Tats
5cb66e6175
Don't ask to change movie rate if calling setRate() with the same rate to avoid pausing and playing pipeline.
2014-10-23 16:36:55 +00:00
Tats
d075bdedad
Added detailed comments (documentation) in MapperGlCanvas.
2014-10-23 14:02:49 +00:00
Tats
3496bd1315
Allows displacement of selected vertex with arrow keys.
2014-10-23 13:41:08 +00:00
Tats
07e1b26436
Allows individual selection of a vertex to be shown on screen.
2014-10-23 13:40:01 +00:00
Alexandre Quessy
e232976849
Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop
2014-10-22 19:01:21 +00:00
Alexandre Quessy
3e791997a5
update INSTALL
2014-10-22 18:59:23 +00:00
baydam
0aad565fe3
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-10-22 17:26:33 +00:00
baydam
d9bce3aac3
Fix menubar on fullscreen when plug a second screen and Crosshair
2014-10-22 17:25:55 +00:00
Tats
3acb257cf0
Cleanup in MapperGLCanvas.cpp mousePressedEvent.
2014-10-22 17:18:49 +00:00
Tats
29253351e0
Fixed bug where new media had rate of 1%.
2014-10-22 16:12:13 +00:00
baydam
4107d2c199
Merge branch 'features-options' into develop
2014-10-22 11:17:40 +00:00
baydam
c1c8287aed
Inverted order in which fullscreen and escape key are called (escape only works in fullscreen).
2014-10-22 11:17:01 +00:00
baydam
d3b676f01c
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-10-22 10:15:16 +00:00
Tats
dc976794d9
Added crosshair in fullscreen mode (automatic).
2014-10-21 20:16:23 +00:00
Tats
a50d44da23
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-10-21 20:14:07 +00:00
Vasilis Liaskovitis
c4c7d9a8ef
MediaImpl:: do not call updateRate() on GST_MESSAGE_ASYNC_DONE (bug #51 )
...
GST_MESSAGE_ASYNC_DONE is received when elements finish changing state. If we
initiate an updateRate here, we keep generating seek events in a loop forever,
pausing and re-starting the pipeline without reason.
2014-10-21 21:47:09 +02:00
Tats
c6373b458f
Bug fix in media paint gui to allow playback rate in file loading.
2014-10-21 19:33:41 +00:00
Tats
818d985ad1
Uniformize rate to be in % (except in MediaImpl).
2014-10-21 19:33:03 +00:00
Tats
898eb67f9d
Fixed bug where movie was constantly polled for seeking and paused/played.
2014-10-21 19:24:56 +00:00
baydam
427d3e52c7
Merge branch 'features-options' into develop
2014-10-21 18:20:56 +00:00
Tats
fa400b9788
File save/load of rate.
2014-10-21 17:47:55 +00:00
Tats
c8e0c23858
Allow for live changing of video rate with osc.
2014-10-21 17:47:43 +00:00
Tats
58d61bfc25
Made color of controls more visible (white).
2014-10-21 17:47:08 +00:00
baydam
7d1ba1e756
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2014-10-21 17:44:33 +00:00