quickshell/src/window
outfoxxed b67f92bc13
all: use BINDABLE only with trivial setters
Fixes various bugs caused by the QML engine bypassing setters
when BINDABLE is specified (even if the bindable is const).
Also restructures all properties using BINDABLE to have
a default READ and WRITE to ensure this doesn't happen again.
2025-05-29 16:08:39 -07:00
..
test ui: add native reload popup 2025-05-17 17:03:03 -07:00
CMakeLists.txt debug: add lint for zero sized items 2024-11-19 15:25:42 -08:00
floatingwindow.cpp core/window: add min/max size to FloatingWindow 2025-05-25 23:24:59 -07:00
floatingwindow.hpp core/window: add min/max size to FloatingWindow 2025-05-25 23:24:59 -07:00
init.cpp core/plugin: rename QuickshellPlugin to QsEnginePlugin 2024-11-22 18:59:15 -08:00
panelinterface.cpp all: refactor windows code out of core 2024-10-28 16:18:41 -07:00
panelinterface.hpp core/window: allow explicit surface format selection 2025-01-04 03:04:41 -08:00
popupwindow.cpp service/mpris: clarify trackinfo emit order and use QBindings 2024-11-20 00:52:47 -08:00
popupwindow.hpp core/popupwindow: remove parentWindow deprecation message 2024-11-19 17:20:53 -08:00
proxywindow.cpp core/window: move implicit width/height to bindable properties 2025-05-28 02:07:21 -07:00
proxywindow.hpp all: use BINDABLE only with trivial setters 2025-05-29 16:08:39 -07:00
windowinterface.cpp core/proxywindow: improve QsWindowAttached robustness 2024-11-27 23:30:38 -08:00
windowinterface.hpp core/window: add implicit size properties to window types 2025-05-12 19:42:46 -07:00