Alexander Lohnau
284a65fdd1
Port to KCM desktop file generation method from kcmutils
...
Depends on https://invent.kde.org/frameworks/kcmutils/-/merge_requests/94
Task: https://phabricator.kde.org/T15609
4 years ago
Volker Krause
d5d06e484e
Properly include KF includes
...
With https://invent.kde.org/frameworks/kwayland/-/merge_requests/52 we
can build without the 4 era legacy include paths for the first time, which
uncovered those.
4 years ago
Volker Krause
bf529ccd47
Port fonts KCM to KLazyLocalizedString
...
I18N_NOOP is deprecated and gone in KF6.
4 years ago
Volker Krause
0bf22263b1
Port from KNS3::Button to KNSWidgets::Button
...
The former isn't available in KF6 anymore.
4 years ago
Oleg Solovyov
a91ac4268c
Use KNewStuff widgets
...
We don't need to show GHNS buttons/actions when such actions are
restricted by admin
4 years ago
Alexander Lohnau
5686336bf9
Install KCMs in new namespace & embed json metadata
...
This way systemmsettings/krunner does not need to query the KCMs
using the deprecated KServiceTypeTrader.
Task: https://phabricator.kde.org/T14517
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
Nicolas Fella
894c5a1b91
re-run clang-format
5 years ago
Felipe Kinoshita
c52df1e792
Use ellipses instead of triple period
...
A real ellipsis character is better for accessibility, as screen readers
will describe it appropriately.
5 years ago
Alexander Lohnau
73af72b3a5
GIT_SILENT Remove unused variables
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
Nicolas Fella
69b7aec0de
Manually prevent clang-format formatting
...
The result would be too disruptive
5 years ago
Alexander Lohnau
3daeb0f3c2
Port away from KNS3::DownloadDialog
...
The QWidgets components are about to be deprecated
and the QtQuick dialog has a bunch of visual improvements.
Porting is just like in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/536 .
5 years ago
Nicolas Fella
e6b9b04005
Remove unused includes
5 years ago
Mikel Johnson
fae151b245
Use QStringLiteral and QLatin1String where it makes sense
5 years ago
David Redondo
853e135c20
Port away from QString::sprintf
5 years ago
Laurent Montel
457fd4d232
If include is define in .h remove it if it's defined in .cpp too (scripted)
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