995 Commits

Author SHA1 Message Date
Chris Angelico
182bde4884 Allow the manipulation of the locked flag of scene items.
Lockedness can be seen when you query an item or see the scene
contents, and can be changed (only) with SetSceneItemProperties.
2019-04-23 00:32:28 +10:00
Stéphane Lepin
eb84f677cf
Merge pull request #304 from Palakis/feature/269-settings-per-profile
Move settings to profile
2019-04-22 16:29:01 +02:00
Chris Angelico
3ecb637e70 Fix docs formatting (loose combining character) 2019-04-23 00:23:06 +10:00
Stéphane L
bfc826b898 config: fix types 2019-04-22 16:18:54 +02:00
Stéphane L
efc6d4c15a config: enable settings migration 2019-04-22 16:13:12 +02:00
Stéphane L
a96da35f11 server: don't notify disconnections when stopping the server 2019-04-22 16:03:53 +02:00
Stéphane L
2bff3798af config: slight change 2019-04-22 15:46:59 +02:00
Stéphane L
0fb50a3273 config: put alerts text to locale data 2019-04-22 15:43:41 +02:00
Stéphane L
1c17eee125 config(profile change): fix notifications 2019-04-22 15:26:26 +02:00
Stéphane L
14a43a9cd2 server: call reset before starting (fixes restarts) 2019-04-22 15:06:36 +02:00
Stéphane L
7bbc7366f2 server: allow address reuse 2019-04-22 13:33:39 +02:00
Stéphane L
879bedd781 server(stop): close all connections and wait for proper stop 2019-04-22 13:29:53 +02:00
Stéphane L
8b79bfab4f config: set default before reloading from profile 2019-04-22 13:12:01 +02:00
Stéphane L
f022e09938 config: show message if server is stopped after profile change 2019-04-21 18:59:04 +02:00
Stéphane L
a63b6a0e3d config: per profile settings 2019-04-21 18:52:47 +02:00
Travis CI
dd1facec06 docs(travis): Update protocol.md - a46b571 [skip ci] 2019-04-21 15:44:12 +00:00
Stéphane Lepin
a46b5716be
Merge pull request #303 from Palakis/feature/115-streamstatus-more-info
Add more stats to StreamStatus and Heartbeat + add GetStats request type
2019-04-21 17:42:36 +02:00
Stéphane L
e96b7bfd62 fix docs 2019-04-21 16:03:44 +02:00
Stéphane L
a60c1c1365 stats: provide recording disk space 2019-04-21 16:03:05 +02:00
Stéphane L
4c39fcd614 events(GetStats): missing field 2019-04-21 15:49:08 +02:00
Stéphane L
e6b341f2a0 requests: add GetStats 2019-04-21 15:44:24 +02:00
Stéphane L
bdf9e76a6b events: more stats info in StreamStatus and Heartbeat 2019-04-21 15:38:27 +02:00
Stéphane L
e0fc395fbe events: remove unused variable 2019-04-21 14:48:15 +02:00
Travis CI
107c03653d docs(travis): Update protocol.md - a5058cf [skip ci] 2019-04-21 12:27:27 +00:00
Stéphane Lepin
a5058cf951
Merge pull request #302 from Palakis/bugfix/168-sourceorderchanged-items-list
event(SourceOrderChanged): include scene items list
2019-04-21 14:26:25 +02:00
Stéphane L
ed2726c9d2 SourceOrderChanged: include scene items list 2019-04-21 14:17:50 +02:00
Travis CI
6b31ff7e79 docs(travis): Update protocol.md - 86d3925 [skip ci] 2019-04-21 08:14:30 +00:00
Stéphane Lepin
86d3925bf4
Merge pull request #301 from Palakis/bugfix/233-setrecordingfolder-not-working
SetRecordingFolder: fix docs + simplify helper function
2019-04-21 10:13:07 +02:00
Stéphane L
8c2cde4c13 SetRecordingFolder: fix docs + simplify helper function 2019-04-21 09:59:52 +02:00
Travis CI
2d6e34ee6d docs(travis): Update protocol.md - adb5577 [skip ci] 2019-04-20 23:05:02 +00:00
Stéphane Lepin
adb5577b01
Merge pull request #294 from Palakis/global-scene-events
events refactor (transitions & scene signals) + new events
2019-04-21 01:04:01 +02:00
Stéphane L
84ef3f223d events: fix docs 2019-04-20 23:56:15 +02:00
Stéphane L
fa50008f3d wsevents(filter removed): fix crash on exit 2019-04-20 23:52:35 +02:00
Stéphane L
6a5537f90f utils: comments 2019-04-20 23:20:21 +02:00
Stéphane L
e0d33a9683 events: remove static_cast 2019-04-20 23:09:59 +02:00
Stéphane L
4092c9a473 events: add "source kind" param to events + various fixes 2019-04-20 23:08:06 +02:00
Stéphane L
fcaac3d515 events: fix filter events docs + refactor filters list getter 2019-04-20 22:57:52 +02:00
Stéphane L
e86d1aad02 wsevents: fix SourceMuteStateChange 2019-04-20 19:13:21 +02:00
Stéphane L
2c94b4c332 wsevents: fix docs 2019-04-20 19:09:46 +02:00
Stéphane L
2b6933f6e2 WSEvents: implement SourceAudioMixersChanged 2019-04-20 18:34:25 +02:00
Stéphane L
2e2a7f073e wsevents: fix constructor 2019-04-20 18:05:51 +02:00
Stéphane Lepin
515c7852ba events: remove OnSourcePropertiesChanged (can't implement) 2019-04-20 18:04:38 +02:00
Stéphane L
5577277944 events: new events 2019-04-20 18:04:38 +02:00
Stéphane Lepin
ed9e4ff168 events: new events WIP 2019-04-20 18:04:38 +02:00
Stéphane Lepin
d10915c7a8 tidy: todos 2019-04-20 18:04:38 +02:00
Stéphane Lepin
40763fc15d events: new types SourceCreated and SourceDestroyed 2019-04-20 18:04:38 +02:00
Stéphane Lepin
88d3271c40 events: refactor signal connection to transitions 2019-04-20 18:04:38 +02:00
Stéphane Lepin
21940c922d utils: fix compilation warnings 2019-04-20 18:04:38 +02:00
Stéphane Lepin
93adc8587d general: refactor qt includes 2019-04-20 18:04:36 +02:00
Stéphane Lepin
1907f8d1d1 events: fix sprintf warnings + simplified qt connect 2019-04-20 18:03:43 +02:00