David Edmundson
ddf88d2148
Guard against cursor theme changing in animation timer
...
PreviewWidget has a timer that advances to the next frame of the current
cursor.
"current" can change in setTheme, we need to stop the animation timer
BUG: 456526
4 years ago
l10n daemon script
10d6e9527f
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
67ff3980fe
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
e4282b863b
kcms/region_language: Change "Change it" text to "Modify" and add icon
...
This is more of the normal KDE style.
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
Volker Krause
0e5dae1067
Fix Qt6 build regressions
4 years ago
Devin Lin
e757276f25
lookandfeel: Add support for no window decorations
4 years ago
Tanbir Jishan
87d2ad4e71
kcms/colors: Fix wallpaper accent color radio button's checked status after picking custom color
4 years ago
Han Young
1688835bad
remove old entries
4 years ago
Han Young
bdb56ecf9b
add GLIBC_LOCALE_GENERATED option
4 years ago
Han Young
f3db7f00d6
fix changes not saved to config file on non-glibc systems
4 years ago
Alessandro Astone
14f0611e6e
kcms/lookandfeel: Set all defaults when saving the default package
...
This was incorrectly put behind Mode::Apply in commit 34e2541b
("kcms/lookandfeel: allow users to choose what part of a Global Theme to apply")
BUG: 456275
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
l10n daemon script
2a7a7fd141
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
f24b7554b8
`Qt::AA_UseHighDpiPixmaps` is enabled by default in Qt6
4 years ago
Harald Sitter
4a0ed516b7
qcdebug++
4 years ago
Harald Sitter
38ea5c12ce
prefer static QFile::exists
...
easier on the eyes if nothing else
4 years ago
Harald Sitter
3155ced478
replace superfluous lambda
...
we can connect two signals directly
4 years ago
l10n daemon script
7a085f6b0f
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
Ömer Fadıl Usta
107e5c235a
Portaway from ERR_SLAVE_DEFINED
4 years ago
l10n daemon script
6ee4f674e7
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
Han Young
134e2d5c98
merge Language and Formats
...
BUG: 192019
BUG: 341235
BUG: 344588
BUG: 394477
BUG: 397974
BUG: 397975
BUG: 403580
BUG: 417564
BUG: 420268
BUG: 429474
BUG: 431292
BUG: 444772
BUG: 446785
BUG: 447787
BUG: 448324
BUG: 448355
BUG: 451919
BUG: 451944
BUG: 454991
closes https://invent.kde.org/plasma/plasma-workspace/-/issues/23
4 years ago
Nicolas Fella
d0c5e6181c
[kcms/icons] Pass parent window to ksycoca progress dialog
...
That way it's nicely centered in the parent window
4 years ago
Nicolas Fella
9bad434fbf
kcms/autostart: Warn when adding a non-executable script and offer to fix it
...
The login/logout script files need to be executable. To avoid the user
wondering why their script isn't executing, warn them if the file is not
executable and offer to fix it.
CCBUG: 391609
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
Laurent Montel
02196b1de5
Remove extra ';'
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
Aleix Pol
b7c559e364
kcms/feedback: Properly fit the items inside the layout
...
Have horizontal items fit the layout's width, don't set an arbitrary
minimum width to the slider.
BUG: 455713
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
Fushan Wen
b96d56ae17
kcms/fonts: Fix font hinting preview
...
In `combineImages`, the width and the height were calculated
incorrectly. This makes the preview image correctly obey the device
pixel ratio of the primary screen, so the preview image can be clear
and sharp.
BUG: 413673
FIXED-IN: 5.25.1
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
Aleix Pol
122be66ecc
Set up session for proper Xwayland clients scaling
...
If KWin Wayland is set up to let Xwayland clients to scale themselves,
set the configuration values we need for them to do so properly.
To do so, we extend the fonts kcminit module to provide a meaningful
default DPI to scale to and we set some environment variables for
applications to scale as expected. These are the ones we already were
using to properly scale in X11 sessions.
4 years ago
l10n daemon script
93fe23fac6
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
560b4ca52b
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
bb67809438
Fix missing nullptr check for cursortheme
...
BUG: 454829
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
l10n daemon script
6400bcbd2f
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
47d18f8d3e
kcms/kfontinst: use `static_cast`
...
C-style pointer casting (CWE-398)
4 years ago