- 05 Jul, 2022 3 commits
-
-
Kai Uwe Broulik authored
Otherwise dragging a screenshot off a notification will immediately trigger the default action.
-
Aleix Pol Gonzalez authored
-
Script Kiddy authored
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"
-
- 04 Jul, 2022 6 commits
-
-
Fushan Wen authored
-
Kai Uwe Broulik authored
-
Harald Sitter authored
-
Harald Sitter authored
easier on the eyes if nothing else
-
Harald Sitter authored
we can connect two signals directly
-
Script Kiddy authored
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"
-
- 03 Jul, 2022 2 commits
-
-
Ömer Fadıl Usta authored
-
Script Kiddy authored
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"
-
- 02 Jul, 2022 3 commits
-
-
Fushan Wen authored
-
Fushan Wen authored
The default image is set in MediaProxy ctor. When the default image is still in loading status, the model image can change and be already loaded before the default image is loaded, therefore there could be a race condition that the default image is loaded later and overrides the true image. This stores the pending image and destroys the previous pending image to fix the race condition. BUG: 456189 FIXED-IN: 5.26
- 01 Jul, 2022 5 commits
-
-
Nicolas Fella authored
That way it's nicely centered in the parent window
-
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
-
David Edmundson authored
Given that the wayland protocol does not have window positions a recent change to Qt development branch avoids having a mismatch of positions and tells client code the window is at the topleft of the screen. This fixes multiple bugs. Unfortunately this breaks a few usages within plasma where a side-channel sends that absolute positional information over a bespoke protocol. Currently we proxy this all through QWindow geometry where the new Qt behaviour will throw is askew. Whilst our longterm plans are to find future options away from the plasmashell protocol we may as well have our Qt6 build work given the patch is trivial and harmless. It also allows for potential backporting if our software is already secured against issues. Hence the cherry-pick.
-
Script Kiddy authored
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"
-
Fushan Wen authored
When the target size changes while the provider type is single image or the current wallpaper is animated, the frontend is required to force update the wallpaper.
-
- 30 Jun, 2022 3 commits
-
-
Fushan Wen authored
It will be used to indicate whether the desktop is used in accent color extraction. CCBUG: 456038
-
Fushan Wen authored
After the culprit has been found, the hack is not needed anymore. This reverts commit 8cfd0464. CCBUG: 438114 (cherry picked from commit 68ed1677)
-
Fushan Wen authored
-
- 29 Jun, 2022 7 commits
-
-
ivan tkachenko authored
BUG: 449132
-
Jonathan Marten authored
Instead of having Qt::red hardwired for the text colour. New function KlipperPopup::showStatus() to implement setting the filter line edit colours and showing the status. Show an explicit error for an invalid regular expression. Simplify filter regexp generation, add comment regarding case sensitivity. No need to have single use strings as member variables. I18N:
-
Alexander Lohnau authored
This can be the case, if one indexes the file content
-
Alexander Lohnau authored
BUG: 431603
-
Alexander Lohnau authored
-
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
-
This bug was introduced by !1754. `lockScreenUi.hadPrompt` was set to `false` in `onFailed()` to avoid unintentionally clearing the password after the text field had faded out after 10 seconds and the user pressed a button. Unfortunately this also caused the password field to not clear right after the failed event. So instead the statement is moved into the trigger of `fadeoutTimer` which fixes both issues. BUG: 455227 FIXED-IN: 5.25.3
-
- 28 Jun, 2022 1 commit
-
-
Fushan Wen authored
The panel was removed by a timer, which can cause null QScreen pointer. BUG: 455328 FIXED-IN: 5.25.3 (cherry picked from ffadcb34)
-
- 27 Jun, 2022 2 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 25 Jun, 2022 2 commits
-
-
Whilst iterating through m_proccesses we make them finish. An existing connect removes them from the vector. Iterating through a volatile vector is unsafe. BUG: 454159
-
Script Kiddy authored
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"
-
- 24 Jun, 2022 2 commits
-
-
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.
-
Fushan Wen authored
Call `repaintNeeded` to update the accent color after the color is changed.
-
- 23 Jun, 2022 4 commits
-
-
BUG: 397966 FIXED-IN: 5.26
-
Fushan Wen authored
-
Fushan Wen authored
-
Fushan Wen authored
In task manager, switching between icon task manager and text task manager loses the old settings, which is inconvenient. This copies the old configuration to the new applet to fix that behavior. BUG: 355588 FIXED-IN: 5.26
-