l10n daemon script
a09776c06c
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
Tanbir Jishan
d2a98eddaa
Remove the model from the accent color serivce
...
It was doing essentially nothing. It is not needed. We are not changing colorschemes.
4 years ago
Tanbir Jishan
b88699b7f1
Fix the warning invalid module name
4 years ago
Volker Krause
34857ed1ec
Qt6 build system fixes
...
Two recent changes and one issue initially missed.
4 years ago
Volker Krause
241c6976c3
Use non-deprecated KAuth includes
...
Needed to build with KF deprecation level 5.92 or above.
4 years ago
l10n daemon script
ed8957ebc1
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
5292eb426e
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
Fushan Wen
aa1c19bfbe
kcms/colors: Wallpaper accent color is not custom color
4 years ago
Fushan Wen
cb9f65be02
kcms/colors: Make `isCustomColor` read-only
4 years ago
Fushan Wen
acce75cd05
kcms/colors: Simplify `isCustomColor`
4 years ago
Volker Krause
ad32f4f714
Bring back explicit QPixmap to QCursor ctors
...
Those were lost in 8b054656dd but are necessary to built with Qt6.
4 years ago
Volker Krause
d0652a37a4
Remove the last uses of QDesktopWidget
4 years ago
Tanbir Jishan
86c9c53fbb
kcms/colors: Add missing license headers to accentColorService
...
Missed in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1325
4 years ago
Tanbir Jishan
6eb2b52945
kcms/colors: Add an option to apply accent color from wallpaper
...
This adds an option to set the accent color from the current wallpaper.
The way it works is that it exposes some DBus calls; if a wallpaper plugin
supports wallpaper accent colors then it should say so by this DBus call
when starting up and also should say which wallpaper is being currently
used (for the purpose of extracting an accent color from it) or set an
accent color itself. After that it should keep declaring the wallpaper or
set accent color whenever wallpaper changes or whenever the plugin author
thinks it is appropriate to say so.
There is already an implementation of the color extracting algorithm which
the plugin can either use, or else set whatever accent color it wants. The
necessary DBus calls for the official image and wallpaper plugin are
implemented, so they should work out of the box.
BUG: 444676
FIXED-IN: 5.25
4 years ago
Janet Blackquill
5328a8773d
kcms/colors: tint themes with accent colour
...
Seems to be in vogue now, and got feature requests for this.
This uses the OKLAB colour space to tint colour schemes with
the accent colour (if it has one), for a more harmonious look.
4 years ago
Dominic Hayes
34e2541b64
kcms/lookandfeel: allow users to choose what part of a Global Theme to apply
...
Now when you click on a Global Theme, it will display a Kirigami sheet for
choosing what is applied. The user can choose individual appearance elements,
and apply the theme's desktop layout, or not.
BUG: 409015
BUG: 437037
FIXED-IN: 5.25
4 years ago
Nate Graham
ddcedbc0b9
kcms/users: Fix string puzzle in fingerprint enrollment dialog
...
BUG: 452694
FIXED-IN: 5.25
4 years ago
l10n daemon script
100aa732fa
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
Nate Graham
b32638496a
kcms/colors: remove dead code
...
We go through a bunch of effort to set m_applyToAlien, but then never
use it anywhere. It must not be very important here.
4 years ago
Bharadwaj Raju
3d47a5f2eb
kcms/nightcolor: Show live temperature preview
...
Allows live preview of what Night Color will look like when active. Now
users don't have to find a temperature they like by trial-and-error.
Requires https://invent.kde.org/plasma/kwin/-/merge_requests/1931
4 years ago
David Redondo
8b054656dd
kcms/cursortheme: Make the cursor preview on hover animated again
...
I removed that feature when killing the X specific code just using
the pixmap setter in 9f4ad82c5b5c47f6e3a3ed78ce559de4db361c78 (plasma-desktop).
To make it work we can drive the animation ourselves.
4 years ago
David Redondo
5795b25e73
kcms/cursortheme: Convert some foreach
...
GIT_SILENT
4 years ago
David Redondo
346f69ecc5
cursortheme: remove unused function
...
GIT_SILENT
4 years ago
l10n daemon script
d19af15f6f
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
Jan Blackquill
6750353c9f
kcm/colors: don't dull accent colour on dark themes in colorsapplicator
...
User demand shows that bright accent colours are wanted over potentially
better legibility, so let's avoid changing them.
BUG: 442820
FIXED-IN: 5.25
4 years ago
Jan Blackquill
fa7b051471
clang-format the colors kcm
4 years ago
David Edmundson
2f62e06634
[kcms/color] Trigger new blend effect when changing palettes
4 years ago
Volker Krause
42e5eea0b8
Remove the last use of QTextStream::codec(), which is gone in Qt6
...
We never set a codec on the stream we get here, so it's always the default,
the codec for the current locale.
4 years ago
David Edmundson
7714283680
[kcms/user] Drop placeholder email address in KCM
...
We don't have placeholders in any other field in this KCM.
Showing a placeholder is good to show a default value, but showing an
example of what an email address is with an incorrect value doesn't add
anything.
4 years ago
l10n daemon script
460a6485b9
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
David Redondo
65ef293c36
color editor: use contrastF()
...
It's the only place that's using it and it's deprecated (soon).
4 years ago
Alexander Lohnau
40aa022578
Port to KNewStuff.Entry enums rather than using magic numbers
4 years ago
l10n daemon script
0024939c7a
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
Alexander Lohnau
89b8bb1171
Do not explicitly set ProvidersUrl in knsrc files
...
We can use the default value from KNS and can more easily keep
the value updated.
Depends on https://invent.kde.org/frameworks/knewstuff/-/merge_requests/174
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
l10n daemon script
ca7dbe109a
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
Felipe Kinoshita
f899f0635f
kcms/nightcolor: make description look like the one in the User Feedback KCM
4 years ago
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