Volker Krause
bf529ccd47
Port fonts KCM to KLazyLocalizedString
...
I18N_NOOP is deprecated and gone in KF6.
4 years ago
Corbin Schwimmbeck
a05363886c
Replacing its with m_ to match current convention
4 years ago
Alexander Lohnau
4df78f841c
Remove unneeded comments in license headers
5 years ago
Alexander Lohnau
fefe12dff6
Manual SPDX fixes & cleanup
5 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Ahmad Samir
746ac95039
kcms/kfontinst: always add braces around statements
...
This was done using:
run-clang-tidy -checks='-*,readability-braces-around-statements' -j3 -fix '.*kfontinst.*'
git clang-format --force
GIT_SILENT
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
Alexander Lohnau
6c4d16eeee
Fix includes in case they get reordered
...
When running clang-format these includes will get reordered
and the build will fail. This commit prevents this from happening.
5 years ago
Bhushan Shah
7d5806ff1c
kcms: move some of the KCMS to plasma-workspace
...
We currently need the lookandfeel and style kcm in plasma-workspace, but
appearantly they depend on the krdb so best solution is to move all kcms
together
They are taken from plasma-desktop at the commit :
8447c08e878ccbde9c5516ba8a912993ea199cb9
6 years ago