quickshell/src/services/mpris
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
..
CMakeLists.txt build: add qs_add_link_dependencies 2024-11-19 13:58:34 -08:00
module.md service/mpris: finish mpris implementation 2024-05-21 04:09:19 -07:00
org.mpris.MediaPlayer2.Player.xml service/mpris: finish mpris implementation 2024-05-21 04:09:19 -07:00
org.mpris.MediaPlayer2.xml service/mpris: finish mpris implementation 2024-05-21 04:09:19 -07:00
player.cpp all: use BINDABLE only with trivial setters 2025-05-29 16:08:39 -07:00
player.hpp all: use BINDABLE only with trivial setters 2025-05-29 16:08:39 -07:00
watcher.cpp all: fix new lints 2025-01-07 03:11:19 -08:00
watcher.hpp all: use UntypedObjectModel instead of ObjectModel in Q_PROPERTY 2024-11-01 03:12:07 -07:00