Sebastian Beckmann
f6a56227eb
frontend: Remove implicit capture of "this" using "="
...
Implicitly capturing "this" with the capture default "=" is deprecated
with C++20. We fix this by either explicitly passing this, or by copying
the required members manually.
While this exposes some rather expensive copies like the QList
selectedItems in OBSBasic_Preview, it doesn't introduce them ("=" copies
implicitly).
2025-12-18 17:30:42 -05:00
gxalpha
5129612b6c
frontend,shared: Replace and disable contextless connect calls
...
# Conflicts:
# frontend/OBSApp.cpp
2025-12-17 16:35:45 -05:00
Warchamp7
dd71444069
frontend: Update projector menu for disabled preview
2025-06-04 12:30:51 -04: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
86f7475f14
frontend: Add preview zoom controls
2025-04-01 17:31:09 -04:00
cg2121
43be123b73
frontend: Simplify how projectors are saved/loaded
...
This removes unnecessary code when loading and saving projectors.
2025-01-31 12:20:33 -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