Commit Graph

2244 Commits

Author SHA1 Message Date
WarmUpTill
5ae90fe913
README.md: Add separate sections for "Compiling in and out of tree" 2020-04-12 21:37:36 +02:00
WarmUpTill
115a90196c fix deadlock when rapidly switching scenes 2020-04-12 21:26:45 +02:00
WarmUpTill
5e92a7bcdf use std::shuffle instead of std::random_shuffle 2020-04-12 21:25:11 +02:00
WarmUpTill
922cf95119 support both in- and out-of-tree builds 2020-04-12 21:23:30 +02:00
WarmUpTill
05540b61a1 add separate hotkey (fix for out of tree builds) 2020-02-16 20:47:55 +01:00
WarmUpTill
218ad13160
add separate hotkeys for start and stop 2020-02-16 20:35:12 +01:00
WarmUpTill
6e18eebb25
don't link against X11 on Mac 2020-01-30 21:14:51 +01:00
WarmUpTill
b7058f97a9
Merge pull request #10 from c3r1c3/out-of-tree-builds
Out of tree builds
2019-02-11 14:17:32 +01:00
c3r1c3
b0c00dfa98 README.md: Added Windows build instructions 2019-02-09 16:26:33 -06:00
Cephas Reis
7a074aa548 README.md: Updated the Mac and Linux build instructions. 2019-02-09 16:13:41 -06:00
c3r1c3
51c740bdc6 README.md: Updated Mac Build instructions. Still need to fix Windows and Linux. 2019-02-09 14:54:11 -06:00
Cephas Reis
826a25926c README.md: Update with new install/build instructions 2019-02-09 01:35:47 -06:00
Cephas Reis
e2cd39315f CMakeLists.txt: Fix-ups for out-of-tree builds.
CMake really likes it when you specify a minimum version. Let's do that.
Also added the ability te build and install on Linux out-of-tree.
Mac *should* work, but I can't test it.
Windows *should* work, but it has some trouble compiling on VS2017 15.9+ because
of changes MS made to their compilier. Seeing as that issue is outside the scope
and modifications made in this PR, that is an issue to address another day.
2019-02-09 01:35:46 -06:00
Cephas Reis
7665bf8872 Platform-specific commits. Basically fixes for the directories. 2019-02-09 01:35:46 -06:00
c3r1c3
14d78100c1 Most files: Move files into subdirectories
Almost all the files have been moved into folders and subfolders to keep everything organized and clean.
2019-02-09 01:35:46 -06:00
Cephas Reis
92d75bbddb external/: Add OBS helper cmake files 2019-02-09 01:35:46 -06:00
Cephas Reis
14d6e6f5bf .gitignore: Let's start by adding a normal set of ignores. 2018-12-27 01:14:37 -06:00
WarmUpTill
78fa18f22a prevent idle switch loop when using previous scene as target 2018-08-16 12:28:10 +02:00
WarmUpTill
bbf7d4acf5 add 'previous scene' option for idle detection 2018-08-14 22:44:34 +02:00
WarmUpTill
299f7c00e0 fix save/load file for scene sequence 2018-07-20 21:00:06 +02:00
WarmUpTill
70c0a8ed57 add previous scene as option for scene round trip 2018-07-13 23:54:05 +02:00
WarmUpTill
d41868c660 cleanup 2018-07-13 22:29:01 +02:00
WarmUpTill
3381e6d62f read any file, fix space in file switch name 2018-05-22 21:32:41 +02:00
WarmUpTill
6338aaa891
add regex, date check to file switch 2018-05-22 21:04:06 +02:00
WarmUpTill
104f74bf39
add option to switch based on file contents 2018-05-21 23:20:02 +02:00
WarmUpTill
9cc2875455
add note of dependency on libXScrnSaver 2018-05-21 23:16:57 +02:00
WarmUpTill
e466bf9750
fix for scene not being written to file 2018-04-19 19:52:13 +02:00
WarmUpTill
42dcd9dec4
fix for certain window names not being detected 2018-03-05 02:26:34 +01:00
WarmUpTill
c934b5c7ff
option to switch to random scene if no no match
added random tab:
scenes listed here can be switched to at random for a set duration if no switch condition is met (and this setting is selected on the general tab)
2018-02-19 19:32:09 +01:00
WarmUpTill
dd2d70bb9c
Fix for crash on Scene Collection change
functionNamesByPriority was cleared while in use when changing Scene Collection.
2018-02-16 20:42:58 +01:00
WarmUpTill
ad052e9323 remove all translations 2018-01-13 17:09:00 +01:00
WarmUpTill
086d07f678 Removed Translations, bugfixes for Round Trip 2018-01-13 16:27:32 +01:00
WarmUpTill
c606869d41
changed window name of the OBS window to "OBS"
"Advanced Scene Switcher" didn't make sense for the whole of OBS
2017-11-29 21:21:25 +01:00
WarmUpTill
12512f7d0a
fix for not being able to modify / delete old scene sequences
the "sceneRounTripStr" was not adjusted to match the increased precision of the timer
2017-11-28 20:01:38 +01:00
WarmUpTill
1ed924a39c
Increased Scene Sequence timer limit 2017-11-14 20:04:30 +01:00
WarmUpTill
59ed240311
Delete advanced-scene-switcher.ui 2017-11-14 20:04:07 +01:00
WarmUpTill
712767b824
Increased Scene Sequence timer limit 2017-11-14 20:03:27 +01:00
WarmUpTill
bb4035824b
Increased Scene Sequence timer limit 2017-11-14 19:58:43 +01:00
WarmUpTill
a1d385f5dc
Added build instructions 2017-11-09 19:31:37 +01:00
WarmUpTill
3c9b1f7ad8
fix cursor pos crash 2017-11-09 19:03:00 +01:00
WarmUpTill
fc66509e50
More precise timing in scene sequence 2017-11-03 23:47:15 +01:00
WarmUpTill
62f1109256
data not needed anymore 2017-10-31 15:16:19 +01:00
WarmUpTill
25540aee2b
Regex support for Ignore windows 2017-10-29 14:10:30 +01:00
WarmUpTill
53aa828c9e
Remove invalid path warning on empty path 2017-10-29 14:09:54 +01:00
WarmUpTill
2e7ea7db01
added Linux support / some more cleanup 2017-10-29 12:44:04 +01:00
WarmUpTill
6d024b459e
fix of crash when first using the lpugin 2017-10-29 00:41:31 +02:00
WarmUpTill
f143ee0bfc
fix of crash on first use of plugin 2017-10-29 00:38:53 +02:00
WarmUpTill
f7dd5e7aff
undo commit of wrong file 2017-10-29 00:37:25 +02:00
WarmUpTill
ff013b477c
Fix of crash on first use of plugin 2017-10-29 00:28:47 +02:00
WarmUpTill
d807127bca
Added warning to transitions tab 2017-10-29 00:28:08 +02:00