https://bugs.kde.org/show_bug.cgi?id=479019
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/a4856a015b | |2a72d1ae9ff53799a7d16b1f6e3 | |022 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit a4856a015b2a72d1ae9ff53799a7d16b1f6e3022 by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 21/09/2024 at 13:01. Pushed by vladz into branch 'master'. kcms/xwayland: Add settingStateBindings This adds the orange highlights of which settings are changed within the KCM. The KCFG file is modified as QML bindings automatically convert properties to lowerTitleCase, but then the settingName in the SettingStateBinding is not and people spend ages debugging it. Writing it explicitly makes it clearer. The config file format is unchanged. M +2 -2 src/kcms/xwayland/kwinxwaylandsettings.kcfg M +25 -0 src/kcms/xwayland/ui/main.qml https://invent.kde.org/plasma/kwin/-/commit/a4856a015b2a72d1ae9ff53799a7d16b1f6e3022 -- You are receiving this mail because: You are watching all bug changes.