Port plasma-desktop away from kdelibs4support
Open, Needs TriagePublic

vkrause created this task.Sep 10 2019, 8:10 AM
vkrause added a comment.EditedSep 10 2019, 8:46 AM

Contains KGlobalSettings, KLibrary, KStandardDirs, KComponentData, KLocale, KDialog, KxBox, KInputDialog, KIO::NetAccess.

KGlobalSettings doesn't need to be a Framework. Perhaps a small utility class in plasma-workspace should be added for this. We basically just need to emit a DBus signal from the KCMs which is picked up by plasma-integration. However, we don't want apps just copying this DBus call all over the place.

davidedmundson moved this task from Backlog to In Progress on the KF6 board.Oct 12 2019, 3:38 PM

Mostly done in https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/399

What remains is kcms/dateandtime for ktimezone* classes (used for the timezones widget), the plan is to port it to QML, which is tracked at https://phabricator.kde.org/T14320.