https://bugs.kde.org/show_bug.cgi?id=440846
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.27 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/commit/586fb5c | |315d12a02f2a3e2a524a5b6bf39 | |ba2b52 Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 586fb5c315d12a02f2a3e2a524a5b6bf39ba2b52 by Nate Graham, on behalf of Bharadwaj Raju. Committed on 02/11/2022 at 16:03. Pushed by ngraham into branch 'master'. Move applet settings into KCM Makes various applet-instance-specific settings global, and now configured via the KCM. FIXED-IN: 5.27 Fixes https://invent.kde.org/teams/usability/issue-board/-/issues/11 D +0 -16 applet/contents/config/config.qml M +3 -0 applet/contents/config/main.xml D +0 -97 applet/contents/ui/ConfigGeneral.qml M +54 -14 applet/contents/ui/main.qml M +5 -0 src/CMakeLists.txt A +104 -0 src/kcm/package/contents/ui/VolumeControlsConfig.qml [License: GPL(v3.0+)] M +6 -0 src/kcm/package/contents/ui/main.qml A +42 -0 src/qml/globalconfig.kcfg A +10 -0 src/qml/globalconfig.kcfgc A +36 -0 src/qml/globalconfigskeleton.h [License: GPL(v3.0+)] M +2 -0 src/qml/plugin.cpp https://invent.kde.org/plasma/plasma-pa/commit/586fb5c315d12a02f2a3e2a524a5b6bf39ba2b52 -- You are receiving this mail because: You are watching all bug changes.