SceneSwitcher/plugins/base/utils
WarmUpTill b7516cac5b Fix crash when adding resources to resources tab
A crash could occur if the plugin window was closed and reopened and a
new resource was added to either the Variable, Action queue, Websocket,
or Twitch tab.

No context object was provided to the signal handlers.
The signal provider is intentionally not deleted when the UI is closed.
Because of this, the signal connections were never cleared when the
underlying tab widget was destroyed.
So, in the case of closing and reopening the settings window, the old
connection with the outdated widget pointers would be called again.
2024-06-05 01:05:31 +02:00
..
linux Restructure library and plugins 2024-01-27 14:10:34 +01:00
osx Restructure library and plugins 2024-01-27 14:10:34 +01:00
windows Fix "Window" actions not being applied to OBS windows 2024-05-12 01:29:06 +02:00
audio-helpers.cpp Add decibel selection to audio condition 2024-02-21 18:48:54 +01:00
audio-helpers.hpp Add decibel selection to audio condition 2024-02-21 18:48:54 +01:00
connection-manager.cpp Rename and refactor websocket helpers 2024-05-01 19:44:57 +02:00
connection-manager.hpp Rename and refactor websocket helpers 2024-05-01 19:44:57 +02:00
cursor-helpers.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
cursor-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
filter-selection.cpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
filter-selection.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
hotkey-helpers.cpp Add option to check if hotkey is released 2024-05-09 23:19:08 +02:00
hotkey-helpers.hpp Add option to check if hotkey is released 2024-05-09 23:19:08 +02:00
json-helpers.cpp Add more tests 2024-01-27 14:10:34 +01:00
json-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
monitor-helpers.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
monitor-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
osc-helpers.cpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
osc-helpers.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
process-config.cpp Add Run action/condition temp vars 2024-03-24 14:44:24 +01:00
process-config.hpp Add Run action/condition temp vars 2024-03-24 14:44:24 +01:00
profile-helpers.cpp Split utility headers 2024-01-27 14:10:34 +01:00
profile-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
scene-item-selection.cpp Increase scene item index selection maximum to 999 2024-04-20 17:39:47 +02:00
scene-item-selection.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
scene-item-transform-helpers.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
scene-item-transform-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
source-properties-button.cpp Add option to press buttons in the properties dialog of filters 2024-04-02 17:59:17 +02:00
source-properties-button.hpp Add option to press buttons in the properties dialog of filters 2024-04-02 17:59:17 +02:00
source-setting.cpp Resize settings selection when repopulating list 2024-04-20 17:39:47 +02:00
source-setting.hpp Show refresh button if source / filter selection is a variable 2024-02-17 10:03:04 +01:00
source-settings-helpers.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
source-settings-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
string-list.cpp Refactor NameDialog 2024-04-20 17:39:47 +02:00
string-list.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
striped-frame.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
striped-frame.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
text-helpers.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
text-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
transition-selection.cpp Split utility headers 2024-01-27 14:10:34 +01:00
transition-selection.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
websocket-helpers.cpp Rename and refactor websocket helpers 2024-05-01 19:44:57 +02:00
websocket-helpers.hpp Rename and refactor websocket helpers 2024-05-01 19:44:57 +02:00
websocket-tab.cpp Fix crash when adding resources to resources tab 2024-06-05 01:05:31 +02:00
websocket-tab.hpp Add websocket connections tab 2024-05-01 19:44:57 +02:00