Tats
557227ac89
Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278 ).
2016-11-29 00:21:25 -05:00
Alexandre Quessy
d6a3686861
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2016-10-10 00:49:49 -04:00
Alexandre Quessy
d0e3f8b8ca
minor coding style changes
2016-10-10 00:49:26 -04:00
baydam
06e38ef21b
Cosmetic changes
2016-08-17 09:49:05 +00:00
Tats
982dc6950e
Small fix: path is valid for regexp if at least one element was valid
2016-05-13 02:08:36 +00:00
Tats
f9633b0065
Allow OSC message addressing of paints and mappings by names through regular expressions.
2016-05-13 01:31:53 +00:00
Tats
7ac70e7cf7
Added support for OSC message: rewind individual paint.
2016-05-13 00:19:09 +00:00
Tats
f02933d9a4
Merge branch 'develop' of github.com:mapmapteam/mapmap into develop
2016-03-16 17:28:45 -04:00
Tats
8421c87cd4
Added OSC support for play, pause, and rewind.
2016-03-16 17:28:33 -04:00
baydam
b375367811
Integrate all code inside a namespace
2016-03-16 18:05:47 +00:00
Alexandre Quessy
aec2dba6b8
use qDebug for logging
2016-03-05 19:36:05 -05:00
Tats
1146a6408e
Merge branch 'develop' into feature/qt-properties
...
# Conflicts:
# Mapping.h
# OscInterface.cpp
# ProjectReader.cpp
# ProjectWriter.cpp
# Shape.h
# main.cpp
2016-02-15 13:16:04 -05:00
Tats
f656b73880
Integrated QProperty system into OSC support.
2016-02-15 01:48:26 -05:00
baydam
156e74acd5
Fix:#183 "Display logging output in a console and able to show and hide"
2016-01-21 21:54:34 +00:00
baydam
093fb3cd9d
Fix : #179 Paints and mappings renamings are now saved in file
2016-01-05 12:10:54 +00:00
baydam
61a530375f
Be able to rename paints and mappings OSC #72
2015-12-29 16:44:31 +00:00
baydam
038a705e5d
Resolve merge conflicts
2015-12-24 18:51:59 +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
Tats
1847881b04
Major cleanup and documenting of classes.
2015-12-02 21:29:46 -05:00
Tats
52b6d58451
Removed the unused quitMapmap() function.
2015-07-17 14:36:46 -06:00
baydam
b71db2874c
Add OSC command to set volume level and play state
2015-03-05 21:37:13 +00:00
Alexandre Quessy
9878e8a878
OSC: implement fullscreen and quit
2015-01-11 19:16:59 -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
c8e0c23858
Allow for live changing of video rate with osc.
2014-10-21 17:47:43 +00:00
Alexandre Quessy
7e89ee4ed7
OSC: fix check for a valid OSC server
2014-10-16 20:31:14 -04:00
Alexandre Quessy
1fc835c547
change OSC signature for release
2014-04-30 22:13:31 -04:00
Alexandre Quessy
348ffcb37e
Implement OSC callback to set video URI
2014-04-26 19:20:21 +01:00
Tats
0295d50779
Removed unused.h
2014-04-26 12:38:11 +01:00
Alexandre Quessy
e91496b96a
Merge branch 'spike-video-drone' into gst-osx
2014-04-25 20:52:49 -04:00
Tats
4e4483c56c
Replaced UNUSED(x) by Q_UNUSED(x).
2014-04-10 01:07:24 -04:00
Alexandre Quessy
cfb88e6863
Fixes for when we don't have liblo on mac os x
2014-04-03 23:30:51 -04:00
Alexandre Quessy
d11bc93496
re-implement and fix osc receiver
2014-03-14 11:51:52 -04:00
Alexandre Quessy
8224a64374
re-implement and fix osc receiver
2014-03-13 16:01:03 -04:00
Alexandre Quessy
bf59519e4b
OscInterface now calls Facade
2014-01-05 18:24:34 -05:00
Alexandre Quessy
123ea0e49d
OSC: port concurrentqueue to Qt. Fix duplicate OSC messages
2014-01-05 17:43:33 -05:00
Alexandre Quessy
31de8211cd
Add optional OSC support
...
Add OSC receiver
add BUGS
fix README
OSC: use QVariantList to send messages to the main window
show text under icons in toolbar
remove deprecated class
detect liblo and make it optional
2013-12-10 04:55:22 -05:00