SceneSwitcher/src
WarmUpTill 51b4ef326d Add fallback using QDesktopServices::openUrl() for "run" action
Users not familiar with launching processes with arguments might expect
the run action to behave like clicking on icons on the desktop and be
frustrated if the "file is not being opened".
Thus introducing this fallback might help some users out.
2021-11-23 11:11:41 -08:00
..
headers Clean up adding new macros to Random action 2021-11-23 11:11:41 -08:00
linux Switch to using process names for process condition and executable tab (#337) 2021-10-31 14:05:54 +01:00
osx Set canSimulateKeyPresses to false on Macos (not implemented) 2021-09-30 10:42:57 -07:00
win Include press duration option and option to limit key press to OBS 2021-09-30 10:42:57 -07:00
advanced-scene-switcher-module.c I18n Support (#72) 2020-12-21 11:24:04 +01:00
advanced-scene-switcher.cpp Allow interacting with OBS main window while plugin settings are opened 2021-11-20 03:52:54 -08:00
curl-helper.cpp Only use hardcoded libcurl paths as fallback 2021-06-26 10:23:09 -07:00
duration-control.cpp Add pause / continue and save / load remaining time for time condition 2021-10-23 13:54:26 -07:00
file-selection.cpp Fix warnings 2021-11-01 11:23:43 -07:00
general.cpp Allow interacting with OBS main window while plugin settings are opened 2021-11-20 03:52:54 -08:00
hotkey.cpp Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
macro-action-audio.cpp Add option to fade in/out volume change 2021-11-17 12:30:10 -08:00
macro-action-edit.cpp Fix add, delete, reorder not working when changing macro segment type 2021-11-17 12:06:53 -08:00
macro-action-file.cpp Add file selection widget 2021-10-03 01:38:08 -07:00
macro-action-filter.cpp Ensure contents of comboboxes are readable when changing scene/filter 2021-11-20 03:52:54 -08:00
macro-action-hotkey.cpp Fix warnings 2021-11-01 11:23:43 -07:00
macro-action-macro.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-media.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-plugin-state.cpp Fix plugin state action values being empty 2021-06-26 10:23:09 -07:00
macro-action-preview-scene.cpp Remove unused variable 2021-09-10 15:14:09 -07:00
macro-action-random.cpp Clean up adding new macros to Random action 2021-11-23 11:11:41 -08:00
macro-action-recording.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-replay-buffer.cpp Add backward compatibility check to support OBS 25 2021-09-12 10:20:59 -07:00
macro-action-run.cpp Add fallback using QDesktopServices::openUrl() for "run" action 2021-11-23 11:11:41 -08:00
macro-action-scene-order.cpp Adjust scene order action to support current scene 2021-07-03 08:47:08 -07:00
macro-action-scene-swap.cpp Add macro action scene swap 2021-09-10 14:21:29 -07:00
macro-action-scene-switch.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-action-scene-transform.cpp Add "size" section to scene item transform info 2021-08-27 08:43:08 -07:00
macro-action-scene-visibility.cpp Ensure contents of comboboxes are readable when changing scene/filter 2021-11-20 03:52:54 -08:00
macro-action-source.cpp Rename function 2021-08-09 11:39:48 -07:00
macro-action-streaming.cpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-timer.cpp Add timer action 2021-10-23 13:54:26 -07:00
macro-action-transition.cpp Rework to use transition selection widget 2021-10-03 07:51:09 -07:00
macro-action-virtual-cam.cpp Add backwards compatibility check 2021-09-12 03:11:21 -07:00
macro-action-wait.cpp Fix crash when deleting macro with wait action 2021-08-09 11:39:20 -07:00
macro-condition-audio.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-cursor.cpp Remove code used for backwards compatibility 2021-07-29 15:16:29 -07:00
macro-condition-date.cpp Expand date condition functionality 2021-08-12 11:01:45 -07:00
macro-condition-edit.cpp Fix add, delete, reorder not working when changing macro segment type 2021-11-17 12:06:53 -08:00
macro-condition-file.cpp Add file selection widget 2021-10-03 01:38:08 -07:00
macro-condition-filter.cpp Ensure contents of comboboxes are readable when changing scene/filter 2021-11-20 03:52:54 -08:00
macro-condition-hotkey.cpp Add macro condition "Hotkey" 2021-06-15 13:44:33 -07:00
macro-condition-idle.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-macro.cpp Show warning if macro is paused 2021-11-12 10:05:11 -08:00
macro-condition-media.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-plugin-state.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-process.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-condition-recording.cpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-replay-buffer.cpp Add backward compatibility check to support OBS 25 2021-09-12 10:20:59 -07:00
macro-condition-scene-order.cpp Remove unused include 2021-08-27 08:43:08 -07:00
macro-condition-scene-transform.cpp Add "size" section to scene item transform info 2021-08-27 08:43:08 -07:00
macro-condition-scene-visibility.cpp Ensure contents of comboboxes are readable when changing scene/filter 2021-11-20 03:52:54 -08:00
macro-condition-scene.cpp Add wait for transition to complete option for currrent scene check 2021-10-23 13:53:56 -07:00
macro-condition-source.cpp Escape settings when pressing "Get settings" and regex is active 2021-08-27 08:43:08 -07:00
macro-condition-streaming.cpp Add conditions "stream starting" and "stream stopping" 2021-10-31 05:40:28 -07:00
macro-condition-timer.cpp Add option to not save remaining time 2021-10-25 11:19:53 -07:00
macro-condition-transition.cpp Add transition condition 2021-10-03 07:51:09 -07:00
macro-condition-video.cpp Move setLayoutVisible() to utility 2021-11-17 12:30:10 -08:00
macro-condition-virtual-cam.cpp Add backwards compatibility check 2021-09-12 03:11:21 -07:00
macro-condition-window.cpp Display more information about macros in collapsed state 2021-06-19 06:58:06 -07:00
macro-controls.cpp Rename files 2021-07-22 09:40:31 -07:00
macro-segment.cpp Improve performance of expand / collapse all 2021-10-23 13:53:56 -07:00
macro-selection.cpp Fix macro hotkeys not working 2021-11-17 12:29:41 -08:00
macro-tab.cpp Add macro action "random" (#353) 2021-11-20 12:52:12 +01:00
macro.cpp Add macro action "random" (#353) 2021-11-20 12:52:12 +01:00
name-dialog.cpp Make cleaning of user input optional 2021-06-19 05:23:10 -07:00
scene-group.cpp Move GetSceneGroupByName functions to scene-group.hpp 2021-07-03 08:47:08 -07:00
scene-selection.cpp Adjust return type 2021-10-03 07:51:09 -07:00
scene-trigger.cpp Use duration control class / widget for scene triggers 2021-10-23 13:53:56 -07:00
screenshot-helper.cpp Fix exact image match not wokring when using images with alpha channel 2021-10-23 13:54:15 -07:00
section.cpp Improve performance of expand / collapse all 2021-10-23 13:53:56 -07:00
switch-audio.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-executable.cpp Add setPreconditions() 2021-06-19 05:22:50 -07:00
switch-file.cpp Fix empty paths not saving on file tab 2021-08-27 23:40:00 +02:00
switch-generic.cpp Add support for "current scene" to populateSceneSelection() 2021-07-03 08:47:08 -07:00
switch-idle.cpp Add setPreconditions() 2021-06-19 05:22:50 -07:00
switch-media.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-network.cpp Add option to not scene change msg via network tab 2021-05-25 10:18:36 -07:00
switch-pause.cpp Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -07:00
switch-priority.cpp Add Macro tab (#170) 2021-05-14 16:37:01 +02:00
switch-random.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-screen-region.cpp Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -07:00
switch-sequence.cpp Fix incorrectly set start scene type when extending scquence with groups 2021-10-23 13:53:56 -07:00
switch-time.cpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
switch-transitions.cpp Set current scene in handleSceneChange() and reuse it 2021-07-03 08:47:08 -07:00
switch-video.cpp Fix exact image match not wokring when using images with alpha channel 2021-10-23 13:54:15 -07:00
switch-window.cpp Add setPreconditions() 2021-06-19 05:22:50 -07:00
switcher-data-structs.cpp Use more const refs where applicable 2021-05-23 17:52:15 -07:00
transition-selection.cpp Add transition selection widget 2021-10-03 07:51:09 -07:00
utility.cpp Resize list to minimum necessary height 2021-11-23 11:11:41 -08:00
volume-control.cpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00