SceneSwitcher/lib
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
..
legacy Refactor NameDialog 2024-04-20 17:39:47 +02:00
linux Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro Add variable values swap action 2024-05-25 19:04:09 +02:00
osx Restructure library and plugins 2024-01-27 14:10:34 +01:00
queue Fix crash when adding resources to resources tab 2024-06-05 01:05:31 +02:00
utils Don't restore last opened tab if that tab is no longer visible 2024-06-05 01:05:31 +02:00
variables Fix crash when adding resources to resources tab 2024-06-05 01:05:31 +02:00
win Restructure library and plugins 2024-01-27 14:10:34 +01:00
advanced-scene-switcher.cpp Adjust busy loop sleep to 10ms 2024-05-10 15:11:20 +02:00
advanced-scene-switcher.hpp Fix macro segment highlighting not being in sync 2024-05-10 15:11:20 +02:00
general.cpp Fix crash when on startup when registering new tab 2024-05-01 19:44:57 +02:00
platform-funcs.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
switcher-data.cpp Decouple plugin init, load, cleanup handling from SwitcherData 2024-05-01 19:44:57 +02:00
switcher-data.hpp Decouple plugin init, load, cleanup handling from SwitcherData 2024-05-01 19:44:57 +02:00
version.h Restructure library and plugins 2024-01-27 14:10:34 +01:00