l10n daemon script
d75ea4c06a
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
2365ba3fd0
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
8227b7d75e
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
bec6436a48
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
ce39fee584
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
4455344d64
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
01be1382ee
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
4cd51978bf
kcms/colors: notify changes when writing groupWMOut config
...
This fixes that the titlebar does not update its accent color when
switching from transparent to another color.
Test: choose From current color scheme, apply and then choose From
wallpaper, apply.
4 years ago
Fushan Wen
f5fe8b7224
kcms/colors: port away from ugly hacks in saveColors
...
Use the proper DBus signal to notify the change of
accentColorFromWallpaper.
applyScheme needs the latest accentColor but when it's called from `KCMColors::saveColors()`,
the accent color in kdeglobals is still old, that's why the hack works
by saving the value before `ManagedConfigModule::save()`. Therefore we
can pass the latest accent color value to applyScheme to fix it and
remove the ugly hack.
4 years ago
l10n daemon script
16ec9cdc46
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
acea9036c1
kcms/colors: handle the "transparent" value explicitly
4 years ago
Fushan Wen
30019c4a56
Use `uint` data type in accent color dbus interface
...
This is expected to slightly improve efficiency.
4 years ago
l10n daemon script
01a5763602
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
8cafd824c7
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
fd18b3cb66
Fix user-visible name for accent color service
...
This is shown in the KDED KCM, pick something more consistent with other module names
4 years ago
l10n daemon script
d72310322f
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
1428eac1d1
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
0e06391396
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
0064f7185c
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
cee5e5dd74
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
d69d6325ce
Introduce option to build without X11 libs
...
Currently we are very inconsistent with how we handle our various X11 dependencies.
Some places check whether specific sub-libraries are found and disable parts of the code accordingly.
Sometimes this is controlled by whether X11 is found at all, sometimes it depends on the sublibrary being present.
Some of this is obviously broken, e.g. in one like we check whether X11 is there and then use it unconditionally a few lines down.
Instead of the current system of optional deps and deps being conditional on other deps I propose that we introduce an explicit build option that controls the X11 support.
If on (the default) then all X11 libs are required.
If off then no X11 libs are searched for. Currently this results in a broken build since some places use X11 stuff unconditionally, but it gives us an easier way to test and fix those cases.
4 years ago
Jan Blackquill
7a1c40672c
kcms/colors: make sure the preview uses the right colours
...
BUG: 456648
4 years ago
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
Tanbir Jishan
c9582182a9
kcms/colors: add hover effect to custom accent color buttons
...
In general, our UI controls have hover effects, so let's do the same
here for these custom ones.
4 years ago
l10n daemon script
f8c0f7deb4
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
87d2ad4e71
kcms/colors: Fix wallpaper accent color radio button's checked status after picking custom color
4 years ago
l10n daemon script
3897585976
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
Eugene Popov
00a18a8c5a
kcms/colors: Properly apply tinting to the window titlebar
...
Tint the window titlebars only when either the option to tint all colors with
accent color or the option to apply accent color to window titlebars is enabled
or both), and in the latter case, the active window titlebars should be painted
in the accent color.
BUG: 455395
BUG: 454047
FIXED-IN: 5.25.3
4 years ago
Fushan Wen
f24b7554b8
`Qt::AA_UseHighDpiPixmaps` is enabled by default in Qt6
4 years ago
l10n daemon script
8e7c9dbe5c
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
a8d8e8ed52
kcms/colors: Show last-used custom accent color when clicking custom color checkbox
...
Right now it opens the color picker dialog with the current first accent color.
Remembering the user's prior custom accent color (if any) is nicer.
BUG: 455894
FIXED-IN: 5.26
4 years ago
Tanbir Jishan
6127930b5d
kcms/color: Fix wrong application of opacity and cursor shape for color buttons
...
The custom color buttons don't need to be made conditionally transparent
or use a custom cursor, as they are mostly just normal radio buttons just
with a different background color. So let's remove these unnecessary
custom overrides.
4 years ago
l10n daemon script
300f491d7f
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
Eugene Popov
2d272745eb
kcms/colors: Fix window titlebar tinting in colorsapplicator
...
Tint the window titlebars even if the option to make them accent-colored is not
explicitly enabled; in this case you want them tinted anyway because they're a
part of the fill window which will get tinted.
BUG: 455395
FIXED-IN: 5.25.2
4 years ago
Tanbir Jishan
fb7f201f9d
Fix checkbox not switching when choosing an accent color using color picker
4 years ago
Fushan Wen
2ecb63c127
kcms/colors: Port 2 foreach loops to for loops
...
This also fixes: Critical - Uninitialized variable: button (CWE-457)
4 years ago
l10n daemon script
24b22270d7
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
75d4b69da1
kcms/colors: rephrase UI to indicate changes to colorsapplicator (previous commit)
4 years ago
Jan Blackquill
a671178a8f
colorsapplicator: make accent-coloured titlebars more robust/foolproof
...
This makes the code and user-facing configuration for accent coloured titlebars
unable to produce some bad results that it previously could.
4 years ago
l10n daemon script
189ff0c175
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
93f70563d8
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
Devin Lin
9100b871b7
kcms/colors: Fix alternateBackgroundColor for Button not having accents
4 years ago
l10n daemon script
7bb5f17a92
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
Devin Lin
97cfd759f2
kcms/colors: Ensure that accent color dots always fit on narrow screens
...
Part of the https://invent.kde.org/teams/plasma-mobile/issues/-/issues/158 initiative
4 years ago
l10n daemon script
f243c71f2b
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
Xaver Hugl
401165921c
port to C++ smart pointers where possible
4 years ago
l10n daemon script
a8ce876a48
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
Ismael Asensio
b24b049cdf
kcms/colors: Fix un-setting accent color from wallpaper
...
Fix changes in 6e7a147e3 , where the property `accentColorFromWallpaper`
would get set but not un-set from the UI.
4 years ago
Ismael Asensio
dca34e5286
kcms/colors: Small code Cosmetic changes
...
- Apply clang-format
- Rename property to not look like a verb
- Use new connection syntax
4 years ago
Ismael Asensio
6e7a147e3e
kcms/colors: Simplify bindings and interaction
...
To set the wallpaper accent color, use the property setter instead
of an invokable, so we reduce one codepath and it's easier to keep
the state in sync between UI and backend.
Also reduce unnecesary explicit bindings on the QML side
4 years ago