Commit Graph

297 Commits

Author SHA1 Message Date
WarmUpTill
c6e2c9dcc3 add tooltips to selection entries and do not allow scrolling to them 2020-10-15 21:17:23 +02:00
WarmUpTill
a33c0905c9 allow regex entry for window switch and limit window selection size 2020-10-15 21:16:34 +02:00
WarmUpTill
7f85cdb500 update UI of window tab 2020-10-15 20:59:59 +02:00
WarmUpTill
f643ec10fd add option to disable UI hints 2020-10-14 22:03:12 +02:00
WarmUpTill
abab9f70b5 update Random Tab UI 2020-10-14 21:46:35 +02:00
WarmUpTill
8ecc197805 remove previous scene entry on time tab and unnecessary populate calls 2020-10-14 21:45:42 +02:00
WarmUpTill
0fc6c60d49 add new UI for Time tab 2020-10-14 20:55:11 +02:00
WarmUpTill
255432f3b2 clean up unused signal 2020-10-14 20:18:39 +02:00
WarmUpTill
5c38996d41 add add pulse for media/exec/audio and move inactive pluse to general 2020-10-14 20:17:51 +02:00
WarmUpTill
4d76206452 add generic PulseWidget function to highlight widgets 2020-10-13 22:12:00 +02:00
WarmUpTill
7c561797af clean up setup of audio/exe/media and fix slight leak in media 2020-10-13 20:37:02 +02:00
WarmUpTill
26697faa9f Merge branch 'master' into UI 2020-10-12 21:48:30 +02:00
WarmUpTill
f22da7ff31 fix audio valid(), skip uninit exec switches, skip setting scene and transition for audio / exec as this is done in generic switch 2020-10-12 21:48:08 +02:00
WarmUpTill
5ad820d6cd add new UI for media tab 2020-10-12 21:46:16 +02:00
WarmUpTill
1e6a022787 improve hotkey handling (#49) 2020-10-12 20:55:51 +02:00
WarmUpTill
a0a272f49e fix include path and warning 2020-10-11 20:02:37 +02:00
WarmUpTill
5b315d0574 add generic switch widget and setup new UI for exec switching 2020-10-11 19:12:31 +02:00
WarmUpTill
bc3a7cd9be move functions 2020-10-11 15:50:00 +02:00
WarmUpTill
39067f6157 fix up / down audio 2020-10-11 15:18:55 +02:00
WarmUpTill
085225bdcc audio up / down draft (signals still not working) 2020-10-11 00:32:38 +02:00
WarmUpTill
e3dc2c5f26 Merge branch 'master' into UI 2020-10-10 01:58:21 +02:00
WarmUpTill
50545e7f83 audio delete 2020-10-10 01:57:59 +02:00
WarmUpTill
616ce0c737 even more logging 2020-10-10 01:57:38 +02:00
WarmUpTill
fb1eac5268 fix crash on exit when on autoStart scene (#47) 2020-10-10 01:56:08 +02:00
WarmUpTill
ece2d61e0a more logging 2020-10-10 01:50:10 +02:00
WarmUpTill
62d54f7206 slightly adjust logging 2020-10-10 01:43:43 +02:00
WarmUpTill
611c478eb3 adjust audio add to new UI 2020-10-10 00:18:29 +02:00
WarmUpTill
3ff7a848b1 add option to add 'select ...' entry to populate functions 2020-10-10 00:17:19 +02:00
WarmUpTill
36b4d15a17 add edit in place for audio 2020-10-06 21:51:05 +02:00
WarmUpTill
02e797a3db first draft of UI improvements
group settings of the general tab
highlight if the scene switcher is inactive
add draft of allowing editing in place
define additional populate functions for audio and media
2020-10-04 16:28:36 +02:00
WarmUpTill
787b664d29 Add vlc source to media tab (#42) 2020-09-30 19:07:40 +02:00
WarmUpTill
dd63ff846c Refactor, fixes and maximized option for title tab (#40)
* move definitions of switcher structs to separate files

* remove useless comment

* cleanup and silence warnings

* add generic switch

* removed delay on main thread startup as it served no purpose

* clean up ultility.hpp

* do not save switchStr to file as it could cause issues when scenes are renamed

* rename sceneRoundTrip to sceneSequence

* add option to switch if window is maximized to title tab
2020-09-25 21:42:58 +02:00
WarmUpTill
1559d437ec adjust install_name_tool calls to new qt dir (#39) 2020-09-21 22:24:47 +02:00
WarmUpTill
8d023ee385 Add audio tab (#36)
* add volumemeter widget

* add audio tab UI

* add checkAudioSwitch functionality

* use constexpr instead of preprocessing
1.7
2020-09-21 00:52:42 +02:00
WarmUpTill
3fd3801e56 load libcurl at runtime (#33)
* load libcurl at runtime

* add warning to file tab if curl cant be loaded
2020-09-13 09:13:09 +02:00
WarmUpTill
3ec1e99f4b fix MacOS CI issues due to QT dependency (#35)
* fix MacOS CI issues due to QT deps

* adjust to new name of deps archive

* use MACOS_DEPS_VERSION instead of OSX_DEPS_VERSION

* disable python dependency during build
2020-09-13 01:30:08 +02:00
WarmUpTill
21a788b48b Improve time tab (#34)
* add support for weekdays and allow reordering on time tab

* add option to use time relative to streaming/recording start on time tab
2020-09-13 00:03:38 +02:00
WarmUpTill
a5c8d776f3 only try auto start streaming/recording once on scene chagne 2020-08-24 20:55:54 +02:00
WarmUpTill
95261ce9bb add first draft of auto start of recording / streaming 2020-08-16 19:48:54 +02:00
WarmUpTill
255d10e603 fix auto fill not wokring for modified entries on time tab 1.6.2 2020-08-09 20:48:49 +02:00
WarmUpTill
ab3e93ab84 add fallback to old format for sequence import 2020-08-02 20:22:13 +02:00
WarmUpTill
3b5f88c14f do not sort sequence and region on add 2020-08-02 19:38:32 +02:00
WarmUpTill
2f33b6bdc3 fix data loss for sequence delay 2020-08-02 19:37:37 +02:00
WarmUpTill
3c1e240722 add option to set startup behavior 2020-08-02 18:45:44 +02:00
WarmUpTill
91831a1075 fix autoStop not being persisted 2020-08-02 18:00:50 +02:00
WarmUpTill
ccc824abc1 fix loading of old delay values 2020-08-02 17:46:36 +02:00
WarmUpTill
6f39d4648b add included 'thread' and 'QAction' for Linux and macOS build 2020-08-01 20:34:12 +02:00
WarmUpTill
74cb400426 Merge branch 'master' of https://github.com/WarmUpTill/SceneSwitcher 2020-08-01 20:15:49 +02:00
WarmUpTill
910b1dde99 set sceneRoundTripDelayUnits 2020-08-01 16:19:57 +02:00
WarmUpTill
e462d7f420 fix sequence not stopping when manually switching scene 2020-08-01 16:11:54 +02:00