WarmUpTill
07d397bdac
Remove switcher-data dependency from scene-selection
2023-12-29 19:31:45 +01:00
WarmUpTill
d759ded64d
Use FilterComboBox instead of regular QComboBox
...
This required the following adjustments:
Instead of having a dedicated entry indicating the empty selection the
setPlaceholderText() mechanism is used.
Thus the locations where the 1st entry was assumed to be the empty
selection would have to be adjusted.
Additional checks for the empty string / index -1 have been added.
FindIdxInRagne() was adjusted to return -1 instead of 0 in case the
given string was not found.
Switched to index based singal instead of text based signal to be
notified about selection changes.
2023-07-15 11:05:19 +02:00
WarmUpTill
dd572a7456
Fix NameUsed() of source and scene selection widgets
...
Would always return false as the variable would already be deleted
whenever NameUsed() was called
2023-05-01 04:18:24 -07:00
WarmUpTill
443ffb7906
Mark free functions static where applicable
2023-04-30 13:13:18 -07:00
WarmUpTill
9ec772f723
Restructure includes
...
The intention of this change is to reduce the interdependency of the
various components to reduce compile time when applying changes.
2023-04-30 13:13:18 -07:00
WarmUpTill
0138b412b4
Style changes in utility.hpp
2023-04-30 13:13:18 -07:00
WarmUpTill
2c5caabab0
Add advss namespace
...
Fixes name conflict with "Duration" class and typedef of the same name
on MacOS
2023-04-17 11:33:24 -07:00
WarmUpTill
8a2ccef8ec
Only return source from variable if source is a scene
2023-01-15 09:33:46 -08:00
WarmUpTill
7ae490ca25
Add option to resolve variable values in ToString()
2023-01-15 09:33:46 -08:00
WarmUpTill
cdefbf383c
Add preview scene support
2022-10-01 01:58:57 -07:00
ubuntu
d107f653de
Fix warnings
2022-10-01 01:52:22 -07:00
WarmUpTill
e0d4c7244d
Add variable support for scene selection
2022-09-28 02:21:05 -07:00
WarmUpTill
b2ccd30f68
Clean up SceneSelection
...
* Adjust save and load functions to avoid conflicts with other values
* Move enum definition
2022-09-28 02:21:05 -07:00
WarmUpTill
53a5fa6ff4
Restructure "src/" folder
...
Moving files from the "src/" folder into "src/legacy", "src/macro-core",
and "src/utils" was necessary as it was becoming a bit too cluttered.
2022-08-17 11:08:53 -07:00