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 |
|
Warchamp7
|
13b3c8d033
|
frontend: Clean up various strings
|
2025-04-23 14:46:51 -04:00 |
|
Warchamp7
|
69ecfcd9f6
|
frontend: Reorganize Preview/Source context menu
|
2025-04-15 15:00:43 -07: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
|
654ddcd409
|
frontend: Split Qt UI Widget implementations into single files per class
|
2025-01-08 17:33:13 +01:00 |
|
PatTheMav
|
9f887c76d3
|
frontend: Prepare Qt UI Widgets for splits
|
2025-01-08 17:33:13 +01:00 |
|