Warchamp7
|
5fc2476913
|
frontend: Replace add source dropdown with dialog
Co-Authored-By: Lain <134130700+Lain-B@users.noreply.github.com>
|
2026-01-14 14:49:38 -05:00 |
|
cg2121
|
8c946e792a
|
frontend: Make sure all scene item properties are copied
Scale filtering, show/hide transitions and private settings were
not copied when copying scene items.
|
2026-01-08 20:18:13 -05:00 |
|
gxalpha
|
5129612b6c
|
frontend,shared: Replace and disable contextless connect calls
# Conflicts:
# frontend/OBSApp.cpp
|
2025-12-17 16:35:45 -05:00 |
|
cg2121
|
d7cce79d7e
|
frontend: Use static_cast when casting from void pointers
Using static_cast is preferred here, as it is safer to use than
reinterpret_cast.
|
2025-05-05 20:47:10 -04:00 |
|
cg2121
|
4e8b131509
|
frontend: Use OBSBasic::Get() in all places
This reduces duplicated code when getting the OBSBasic context.
|
2025-02-05 15:15:52 -05:00 |
|
PatTheMav
|
085c6245b0
|
frontend: Split Qt UI dialogs into single files per C++ class
|
2025-01-08 15:36:55 +01:00 |
|
PatTheMav
|
00fc9035a4
|
frontend: Add renamed Qt UI dialogs
|
2025-01-08 15:36:55 +01:00 |
|