Adriaan de Groot
74c8cfe477
Cursor: fix comment-typo's
4 years ago
Adriaan de Groot
76233d7d28
Cursor: add --size to CLI tool
...
Allow experimenting with cursor sizes, too. The size can only be
changed with a change-of-theme, because the tool already blocks
setting-the-same-theme-again.
4 years ago
Adriaan de Groot
78a19a2fde
Cursor: improve CLI listing of themes
...
- List the cursor-theme identifiers in []
- Display the "this is the current theme" outside of the [] so
it is visually distinct from the identifiers
- Apply i18n() to "this is the current theme" because it was an
untranslated string before.
4 years ago
Nicolas Fella
143f946ba6
[kcms/cursor] Untabelify model
...
We don't need a table model here, a list model is enough
4 years ago
Volker Krause
e29df8668f
Port from QStringRef to QStringView, QStringRef is gone in Qt6
...
The QStringView::to<Number>() methods in Qt5 cause one extra allocation
compared to the QStringRef counter-part. As long as we aren't on a hot
path this is probably not worth the extra #ifdef though.
4 years ago
l10n daemon script
56e6f4d30b
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
Nicolas Fella
f3293bc59e
[kcms/cursor] Port to required properties
...
That's the modern way to access model roles
4 years ago
Volker Krause
c2576f8a1f
Adapt to Qt6's removal of Qt::X11Extras
4 years ago
Volker Krause
bf529ccd47
Port fonts KCM to KLazyLocalizedString
...
I18N_NOOP is deprecated and gone in KF6.
4 years ago
Laurent Montel
d53aea4f66
Fix path against qt6/qt5
4 years ago
l10n daemon script
1f3a932c5e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
Laurent Montel
c2c3a2d6b7
Install in kf<version>
4 years ago
Laurent Montel
7af8064dbe
Show more headers in qtc6
4 years ago
Laurent Montel
734f3084cf
Fix some clazy warnings
4 years ago
Laurent Montel
111200bf24
Fix show headers in qtc6
4 years ago
Volker Krause
3177cb77ff
Don't rely on implicit QCursor ctor
...
That's explicit in Qt6.
4 years ago
Volker Krause
a8006e8b0b
Adapt build system to also support building against Qt6
4 years ago
Volker Krause
9d7ed1d3d5
Port from QRegExp to QRegularExpression
4 years ago
Volker Krause
f91c3df93a
Don't set the QTextStream codec to what's the default already anyway
...
Helps with the Qt6 build, where QTextStream::setCodec doesn't exist
anymore.
4 years ago
Volker Krause
0bf22263b1
Port from KNS3::Button to KNSWidgets::Button
...
The former isn't available in KF6 anymore.
4 years ago
Volker Krause
7616c49f17
Ensure moc sees fully qualified property types
...
Qt6 insists on that. We can do this either by including the moc files,
or by including the corresponding headers in the header defining the
properties, the former seems cleaner.
4 years ago
Volker Krause
38c723e596
Use version-less Qt targets, variables and macros
...
Prepares for building against Qt6.
4 years ago
Nate Graham
ebd8144365
kcms/colors: Implement radio button layouts better
4 years ago
Nate Graham
20c24e028d
kcms/colors: fix spacing between radio buttons and content
...
Both had excessive spacing, and they were also not consistent with one
another.
4 years ago
Volker Krause
b9ff1a4efc
Remove 4 era migration code
...
The necessary infrastructure is not available in KF6 anymore.
4 years ago
Volker Krause
b307cfeace
Add additional includes needed by Qt6
...
Also remove two unused includes gone in Qt6.
4 years ago
Volker Krause
ae871853e3
Don't rely on implicit QScopedPointer to bool conversion
...
No longer available in Qt6.
4 years ago
Volker Krause
0ecf21a8b7
Adapt to QQuickItem::geometryChanged() rename in Qt6
4 years ago
Volker Krause
9de5af239d
Fix string to number conversion
...
QString::number is for that, the implicit conversion from int to a string
does something very different. Found by Qt6 no longer having the implicit
conversion from int.
4 years ago
Kai Uwe Broulik
9e1ab30cca
[Icons KCM] Give measure delegate a text
...
It appears at some point `ItemDelegate` changed to collapse
when it has no text, breaking the popup size calculation.
4 years ago
Nicolas Fella
e49897b8f7
Fix automoc warning
...
Remove unneeded moc include
4 years ago
l10n daemon script
9ae8ef01b5
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
l10n daemon script
fcb522f815
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
l10n daemon script
a298977479
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
l10n daemon script
a7588366e6
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
Janet Blackquill
7bc619b9ce
kcms/users: offer plain user icon as avatar choice
...
BUG: 434406
FIXED-IN: 5.25
4 years ago
Marco Martin
0a3c947fa2
Always ensure there is an user selected
...
when creating or deleting a user is not enough to pop the old page,
but a new user needs to be selected (either the newly created one or the
one just on top of the deleted one) so that the kcm doesn't stay
half empty with an ui that looks broken
BUG:450182
4 years ago
David Redondo
2e509a949f
lnf: Allow setting fonts from global themes
...
Seems like an an obvious and nice feature to have.
Just piping some strings through.
4 years ago
l10n daemon script
4d532f0801
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago
Weng Xuetian
aa295bd338
Fix launch kscreen kcm in font kcm.
...
.desktop won't work and will give an error in kcmshell
4 years ago
Ahmad Samir
f8c6099a32
Don't install two copies of kcm_fontinst
...
This looks like an oversight after switching to use the
kcoreaddons_add_plugin macro.
4 years ago
Nicolas Fella
79113d99e4
[kcms/user] Set interactive auth flag for more calls
...
Creating and deleting users needs that too
This also means that we need to be more correct with the types passed into the DBus calls since with passing the args as list we don't get implicit conversion to the correct type any more
BUG: 450122
FIXED-IN: 5.24.2
4 years ago
Ahmad Samir
096f29e76b
Debug output needn't be translated.
...
GIT_SILENT
4 years ago
Ahmad Samir
24d4b12469
Use Qt logging categories
...
So as not to unnecessarily fill the system log (or binary journal, because
plain text log files are not the fashion any more).
GIT_SILENT
4 years ago
Dominic Hayes
54ac8316a0
kcms/colors: Optionally apply accent color to titlebars and fix foreground color
...
This commit gives the accent-overridden pieces of the color scheme overridden
foregrounds as well, preventing readability issues with accents and certain color
schemes when paired up. Additionally, this MR will also prevent readability issues
with lighter colors as the text color is determined between being black or white
by the color's luminosity, aka brightness.
In addition, color schemes can be marked as applying the accent color to active
and/or inactive titlebars. This is exposed to theme creators and can be changed by
users as well.
4 years ago
David Edmundson
0bb681869f
Move to runtime check of valid font DPI
...
The current code checks if we have an entry, but not that the entry is
sane.
BUG: 449918
FIXED-IN: 5.24.1
4 years ago
Yari Polla
43cee1029d
Use current accent colour to set ColorDialog object in colour picker
...
This commit initialises the state of the accent colour picker using the current accent colour, this way the user can adjust it more precisely.
4 years ago
Sergey Chupligin
6790f5eb12
kcms/users: Fix missing template arguments before reply in FingerprintModel
4 years ago
Ben Cooksley
8c11f207e2
Use the correct endpoint for this - hosted by a CDN and therefore capable of handling much greater volumes of traffic.
...
CCMAIL: plasma-devel@kde.org
CCMAIL: distributions@kde.org
4 years ago
l10n daemon script
daed0461eb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
4 years ago