- 22 May, 2022 1 commit
-
-
Volker Krause authored
-
- 03 May, 2022 1 commit
-
-
Méven Car authored
BUG: 428112
-
- 14 Dec, 2021 1 commit
-
-
Laurent Montel authored
-
- 25 Jun, 2021 1 commit
-
-
Alexander Lohnau authored
-
- 13 May, 2021 1 commit
-
-
Laurent Montel authored
-
- 30 Apr, 2021 1 commit
-
-
Alexander Lohnau authored
-
- 18 Mar, 2021 1 commit
-
-
Reuse xdg-user-dir translation, this makes plasma-desktop depend on xdg-user-dir which is already implicitly the case. BUG: 427805 FIXED-IN: 5.22
-
- 21 Jan, 2021 1 commit
-
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
- 13 Nov, 2020 1 commit
-
-
Nicolas Fella authored
The path for autostart files is an implementation detail that the user doesn't care about. It also does not match the XDG autostart spec that defines the autostart dir relative to XDG_DATA_DIRS. Plasma also does not use this directly. It is only used when migrating KDE4 config (https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/plasma-session/startup.cpp#L385)
-
- 16 Sep, 2020 1 commit
-
-
Cyril Rossi authored
KCModule introduce an indicator to show which settings have changed from default value, unfortunately some KCM have settings which cannot be handled automatically, thus require to handle them manually. see frameworks/kconfigwidgets!9
-
- 08 Jan, 2020 1 commit
-
-
Kevin Ottens authored
Summary: Our KCoreConfigSkeleton subclass is interestingly hand written since it's too remote from what we usually do (the resulting file needs to be sourceable and we don't want the usual behavior of removing keys when they're set to defaults). The only one which was "more standard" was the autostart path, but really with the URL conversion on top and for just a single entry, I shoved it in the hand written class as well. Doesn't reduce the code much, but at least it separates that logic from the KCM and it opens the door to properly working defaults button. Reviewers: #plasma, crossi, bport, meven, mart, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26389
-