Commit Graph

  • d47b878b56 Display next match time if repeat is selected WarmUpTill 2022-04-15 16:30:01 +02:00
  • 9105087036 Show update on repeat option only if repeat is selected WarmUpTill 2022-04-15 15:51:21 +02:00
  • e26f41a1a8 Add option to preserve original date in combination with repeat option WarmUpTill 2022-04-12 20:53:49 +02:00
  • ff513d8664 Fix cursor condition frame blocking mouse inputs WarmUpTill 2022-04-18 11:55:09 +02:00
  • 4056fc180d Create codeql.yml test-codeql WarmUpTill 2022-03-25 21:41:47 +01:00
  • 07f11c63f0 Don't allow manipulating area selection when highlighting match 1.17.5 WarmUpTill 2022-04-02 21:20:40 +02:00
  • 6685a1ccaa Do not spam first time setup message WarmUpTill 2022-04-02 15:53:39 +02:00
  • ecee919e0b Hide legacy tabs by default and adjust default tab order WarmUpTill 2022-04-02 15:51:22 +02:00
  • e8c1b673c0 Allow accessing macro properties even without selecting any macro WarmUpTill 2022-04-02 14:43:45 +02:00
  • 1a8b185f7d Make date "At"-type check more robust WarmUpTill 2022-04-02 13:54:12 +02:00
  • eb8a9df627 Create cropped screenshot depending on selected area WarmUpTill 2022-04-01 20:04:18 +02:00
  • 123d308a0d Add option to select OSB' main video output WarmUpTill 2022-03-28 21:52:38 +02:00
  • 102b93d3b5 Fix deadlock when changing condition / action type WarmUpTill 2022-03-28 20:34:39 +02:00
  • eeceb7cbd9 Fix random action not being random WarmUpTill 2022-03-27 03:54:24 +02:00
  • 92add4f090 Update .gitignore WarmUpTill 2022-03-26 23:53:26 +01:00
  • 3ed7727c85 Fix warnings ubuntu 2022-03-26 12:06:28 -07:00
  • a922d6a73d Add missing reordering of action widgets ubuntu 2022-03-26 12:31:35 -07:00
  • 9ba8a02a11 Add hotkey to move current macro segment selection up / down WarmUpTill 2022-03-26 17:01:38 +01:00
  • e61539a878 Reuse macro segment widgets if possible WarmUpTill 2022-03-25 23:01:22 +01:00
  • 5a78c99703 Ignore delete hotkey if macro tab is not in focus WarmUpTill 2022-03-23 21:23:42 +01:00
  • dbbcf04b8a Auto scroll during drag if touching top or bottom areas of list widget WarmUpTill 2022-03-22 21:34:53 +01:00
  • 6a8066795b Improve drag & drop behaviour of macro segments WarmUpTill 2022-03-20 22:05:49 +01:00
  • e0763a4957 Improve performance for drag and drop WarmUpTill 2022-03-20 19:51:05 +01:00
  • 1ab9a38914 Selection idx handling was moved to macro segment list widget WarmUpTill 2022-03-19 22:05:36 +01:00
  • a6ca266dab Fix potential crash / memory leak when clearing layouts WarmUpTill 2022-03-18 22:12:50 +01:00
  • 0a8f279e97 Rework macro segment list widget WarmUpTill 2022-03-18 22:12:40 +01:00
  • 1b63978acb Add media seek action WarmUpTill 2022-03-17 19:00:11 +01:00
  • 8487ef4716 clean up locale WarmUpTill 2022-03-15 21:10:14 +01:00
  • ddc2ee4fa5 Remove "Played to end" and replace it with "Playlist end" state WarmUpTill 2022-03-15 21:03:16 +01:00
  • 11fede6cc3 Fix start streaming action only working every second attempt WarmUpTill 2022-03-18 19:36:15 +01:00
  • 1d45072c58 Recurse in setLayoutVisible() WarmUpTill 2022-03-13 15:41:23 +01:00
  • d450210d39 Add option to visually select area to check WarmUpTill 2022-03-13 15:25:38 +01:00
  • 5462334693 Add option to perform video check only on parts of the video source WarmUpTill 2022-03-06 18:31:22 +01:00
  • 293d3dd16c Work around macro handle buttons not being redrawn WarmUpTill 2022-03-09 21:25:37 +01:00
  • 71b6ae4d78 Add additional settings dialog to macro tab WarmUpTill 2022-03-08 22:00:32 +01:00
  • 69d6d63dfd Increase macroSplitter size by moving condition controls into handle WarmUpTill 2022-03-08 20:37:45 +01:00
  • d693dbc844 Add highlighting of onChagne if actions were prevented recently WarmUpTill 2022-03-06 22:30:29 +01:00
  • 428e114a0a Highlight recently executed action and true conditions WarmUpTill 2022-03-06 19:57:23 +01:00
  • 001d8b4714 Move hightlight and update of paused state into MacroListEntryWidget WarmUpTill 2022-03-06 19:08:21 +01:00
  • 37734445e7 CI: Add automated check for invalid locale files WarmUpTill 2022-03-05 20:38:22 +01:00
  • d1fe5beaeb Fix fade animation triggering unexpectedly for controls WarmUpTill 2022-03-05 16:57:54 +01:00
  • 036afb4a4f Add option to abort active fade when starting new fade WarmUpTill 2022-03-04 22:42:02 +01:00
  • c87589d534 reduce duplicate code WarmUpTill 2022-03-04 22:12:37 +01:00
  • 1df513585d Add option to specifiy rate of change instead of duration for audio fade WarmUpTill 2022-03-03 20:39:34 +01:00
  • e1bacd75b6 Move audio fade threads to generic _helperThreads of macro WarmUpTill 2022-03-01 21:32:30 +01:00
  • 7095f4668c Rework wait action to support being interrupted by calling Stop() WarmUpTill 2022-03-01 20:00:59 +01:00
  • 8131ad3c24 Block when calling Stop() until macro is stopped WarmUpTill 2022-03-01 19:59:48 +01:00
  • ac5b2c3f9e Rework handling of fade threads WarmUpTill 2022-02-28 20:13:15 +01:00
  • a86f7d0fd4 Set background of openVR controls transparent WarmUpTill 2022-03-05 10:35:41 +01:00
  • 34736ffbda Update zh-CN locale (by qwe1154323937) WarmUpTill 2022-03-05 10:18:41 +01:00
  • da28fea2e0 Fix potential freeze or crash with "Show match" dialog 1.17.4 WarmUpTill 2022-02-26 23:26:32 +01:00
  • b6b0531dbc Fix size ofi new collapsed segments containing ResizingPlainTextEdit WarmUpTill 2022-02-26 20:22:33 +01:00
  • 2de0a94756 Fix highlight animations never stopping WarmUpTill 2022-02-26 20:01:33 +01:00
  • d018740442 Fix potential deadlock in ShowMatchDialog WarmUpTill 2022-02-26 19:32:28 +01:00
  • d89f8a7972 Clear pixmap if screenshot creation failed WarmUpTill 2022-02-26 19:32:02 +01:00
  • f7a2aa09cb Fix potential crash WarmUpTill 2022-02-26 18:38:07 +01:00
  • 04825e4b88 Fix warning 1.17.3 WarmUpTill 2022-02-26 16:36:46 +01:00
  • 1cfd981245 Reduce text edit areas size of file, filter, source, transform segments WarmUpTill 2022-02-26 15:48:18 +01:00
  • 6fb8297275 Use QPropertyAnimation::DeleteWhenStopped PulseWidget() when once is set WarmUpTill 2022-02-25 23:28:55 +01:00
  • 4253c99cf2 Fade out segment controls which will likely not be needed WarmUpTill 2022-02-25 23:08:35 +01:00
  • ae13a68cae Double click on list item in run and sequence action to edit WarmUpTill 2022-02-25 22:17:28 +01:00
  • 4e5aae7e5f Add 'OBS stats' condition type (#414) WarmUpTill 2022-02-26 02:37:54 -08:00
  • 88dff37776 Allow drag and drop reordering of macros WarmUpTill 2022-02-23 21:29:50 +01:00
  • 83df1ab658 Skip collapse animation if section is already in the desired state WarmUpTill 2022-02-22 19:48:47 +01:00
  • 5298b14803 Use name of macro to be copied in addNewMacro() dialog WarmUpTill 2022-02-21 19:54:54 +01:00
  • eeedf11c6a Add hotkey to delete macro segments WarmUpTill 2022-02-20 20:39:43 +01:00
  • 89efb6d1c8 Allow selecting either an action or condition but not both WarmUpTill 2022-02-20 20:09:24 +01:00
  • 1054bce4a7 Remove slight movement of macro segment when (de-)selecting them WarmUpTill 2022-02-20 20:01:37 +01:00
  • d3cbddf0a4 Allow selecting scene groups in preview scene change action WarmUpTill 2022-02-23 21:53:36 +01:00
  • a91fed1583 Simplify waitForTransitionChange() WarmUpTill 2022-02-22 19:43:39 +01:00
  • c94a791d19 Allow switching to already active scene if in studio mode WarmUpTill 2022-02-21 20:08:06 +01:00
  • 02e380a9f2 Allow selecting current and previous scene in preview scene action WarmUpTill 2022-02-20 13:54:33 +01:00
  • 4349a98614 CI: Switch to Visual Studio 17 2022 WarmUpTill 2022-02-22 20:00:36 +01:00
  • f294283306 CI: Bump OBS version WarmUpTill 2022-02-20 18:16:03 +01:00
  • cc9d5897da Add deprecation warning for legacy tabs WarmUpTill 2022-02-18 22:26:14 +01:00
  • 8e3eb8519b Fix potential crashes when adding or removing macro segments WarmUpTill 2022-02-18 21:23:26 +01:00
  • 354ef56070 Do not select any item if pressing add without any active selection WarmUpTill 2022-02-17 22:18:56 +01:00
  • 352dac5e32 Add MacroSegmentList to allow deselecting items WarmUpTill 2022-02-17 22:13:22 +01:00
  • 584fe4b3b6 Copy logic type when adding conditions WarmUpTill 2022-02-17 20:45:58 +01:00
  • bdd489aea5 Fix crashes related to PulseWidget() WarmUpTill 2022-02-16 21:48:07 +01:00
  • 0b2e725471 Do not run collapse animation when calling SetContent() WarmUpTill 2022-02-14 21:49:39 +01:00
  • 45e8378021 Remove old macro segment controls WarmUpTill 2022-02-13 20:55:31 +01:00
  • 955f308c59 Add list-like controls to macro actions and conditions WarmUpTill 2022-02-13 19:29:08 +01:00
  • 2c25bb4dd4 Make slider background transparent WarmUpTill 2022-02-13 17:45:38 +01:00
  • d8dcd91ed9 Split video condition into multiple files WarmUpTill 2022-02-13 17:35:05 +01:00
  • 03900e936b Rename class AdvSSScreenshotObj to ScreenshotHelper WarmUpTill 2022-02-13 16:03:01 +01:00
  • 6d2360eb87 Clean up AdvSSScreenshotObj usage in video condition WarmUpTill 2022-02-13 05:34:55 +01:00
  • ab4a70a758 Refresh contents of "Show match" dialog every second WarmUpTill 2022-02-13 05:24:52 +01:00
  • b48276bd5c Add option to check for OBS shutdown to MacroConditionPluginState WarmUpTill 2022-02-03 20:43:34 +01:00
  • 34167366db Add day of week based check to date condition WarmUpTill 2022-02-09 21:30:44 +01:00
  • bfa8f4d9d5 Visually clean up date condition WarmUpTill 2022-02-08 20:46:36 +01:00
  • f8e3a3e275 CI: Fix MacOS build WarmUpTill 2022-02-10 20:59:25 +01:00
  • 1328896801 Reopen last opened tab in current session WarmUpTill 2022-02-04 22:13:36 +01:00
  • 0effbd8ace Add context menu entry for expanding and collapsing edit areas WarmUpTill 2022-02-02 21:17:25 +01:00
  • 08a8157f3a Reduce spacing between macro segments WarmUpTill 2022-02-02 20:29:45 +01:00
  • 262bb3f1ee Keep size of individual macro sgements consistent WarmUpTill 2022-02-02 20:18:23 +01:00
  • 415f63c46c Fix warnings generated about missing icons WarmUpTill 2022-01-31 22:34:03 +01:00
  • 0771f939a6 Restore original color after PulseWidget() completes WarmUpTill 2022-01-31 22:16:01 +01:00
  • a81ee605d6 Rename function WarmUpTill 2022-01-30 22:22:52 +01:00
  • 1e7726bcfc Add option to highlight recently executed macros on the Macro tab WarmUpTill 2022-01-30 22:17:41 +01:00