Nicolas Fella
509c0eac6d
[kcms/icons] Fix i18n usage
...
The code uses I18N_NOOP but doesn't actually call i18n later as needed.
However we don't really need the I18N_NOOP and can use the regular i18n
Fixes https://invent.kde.org/plasma/systemsettings/-/issues/11
5 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
Nate Graham
e12f76f54f
[kcms/icons] Don't offer to set desktop icon size
...
This is confusing since desktop icon sizes are set directly in the
desktop containment config window, and changing the desktop icon size in
this KCM has no visible effect at all. Let's not show it at all.
BUG: 429138
FIXED-IN: 5.21
5 years ago
Nicolas Fella
7f19b349d2
Add trailing comma to braced initializers
...
This has two advantages: It improves the diff when adding a new item and prevents clang-format from formatting them into one line.
5 years ago
Bhushan Shah
7f52a95bd4
kcms: move desktoptheme and icons kcm to plasma-workspace
...
They can be useful for mobile, they are taken from the git master of
plasma-desktop at 5d8a64ce569b5592d073eaff5f7e8a0c243fc515 sha.
6 years ago