Commit graph

7 commits

Author SHA1 Message Date
Devin Lin
4569296128 kcms/time: Modernize and cleanup code
The time KCM backend code is quite old and is somewhat buggy because
toggling any option causes all fields to update. I cleaned up the code
and isolated different options from each other, and ensured the QML UI
bindings stay up to date. I also moved the date popup to a loader so
that it isn't loaded at start.
2024-11-15 09:53:51 -08:00
Jonah Brüchert
d919403366 kcms: time: Avoid calling waitForFinished 2023-12-30 17:53:34 +00:00
Devin Lin
8d564014b5 kcms: Don't add button row 2023-12-16 18:31:06 -08:00
Alexander Lohnau
0989b762f1 Remove unneeded QVariantList from KCM constructor args
The args are not needed and will be removed later in KF6
2023-06-10 10:50:37 +02:00
Yari Polla
be7c36d0c2 kcms: port to new KCMUtils KCM classes 2023-03-19 17:15:25 +00:00
Devin Lin
56d530f855 kcms: Fix package format
Fix kcm package format so that they show up in the settings.
2023-03-14 20:56:30 -07:00
Devin Lin
e147f98aea kcms: Move KCMs from plasma-settings
Having the KCMs that are mobile specific here makes more sense than in the settings application. Historically plasma-settings had a faster release cycle than Plasma, but the application is now moving to the Plasma release schedule and so it makes sense do this now.
2023-03-13 18:45:47 -07:00