https://bugs.kde.org/show_bug.cgi?id=386665
--- Comment #27 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit e04e034c24b832fb7803c14e1f99f4b46beab831 by Nicolas Fella. Committed on 31/03/2019 at 15:08. Pushed by nicolasfella into branch 'master'. Port from GConf to GSettings Summary: As discussed in bug 386665 GConf is deprecated and needs to be replaced by GSettings to keep features enabled. Question: Do we need GConf as a fallback for PA versions without module-gsettings? Test Plan: Checkboxes in Advanced tab are enabled again. Changed settings are shown in dconf-editor and vice versa. Combine output checkbox shows/hides combined sink in applet Reviewers: drosca, davidedmundson Reviewed By: drosca Subscribers: pino, lbeltrame, evpokp, rikmills, broulik, asturmlechner, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14147 M +10 -5 CMakeLists.txt A +72 -0 cmake/FindGIO.cmake M +2 -1 config.h.cmake M +15 -3 src/CMakeLists.txt A +91 -0 src/gsettingsitem.cpp [License: LGPL (v2.1)] A +59 -0 src/gsettingsitem.h [License: LGPL (v2.1)] M +4 -4 src/kcm/package/contents/ui/Advanced.qml M +54 -25 src/modulemanager.cpp M +8 -6 src/modulemanager.h https://commits.kde.org/plasma-pa/e04e034c24b832fb7803c14e1f99f4b46beab831 -- You are receiving this mail because: You are watching all bug changes.