- 02 Nov, 2021 1 commit
-
-
Systemd units which are symlinked to the service directory will be in `linked` or `linked-runtime` state. They are also available and runnable. This can happen when the package manager uses symlinks to install systemd units instead of copying them, like on NixOS. (cherry picked from commit a6e513d0)
-
- 01 Nov, 2021 1 commit
-
-
Kai Uwe Broulik authored
Base the width on the actual thickness of the SVG provided by the theme, otherwise it might get stretched way too much. (cherry picked from commit 31b3a130)
-
- 28 Oct, 2021 1 commit
-
-
XdgActivationTokens are loaded async. To acheive a job like pattern we were comparing serials in our slot when one was created. On wayland this isn't ideal because we're slowly building up an increasibly long list of lambdas being run, but they'll all no-op. On X11 because lastInputSerial is always 0 we run the slot multiple times for every system tray item each time an item is clicked or an application is launched. For xembedsniproxy this is especially problematic problematic as we will trigger synthesised input events in our slot. BUG: 444385 (cherry picked from commit e55c2744)
-
- 27 Oct, 2021 1 commit
-
-
Alexander Lohnau authored
This is needed for the runner, which has two different keywords for the two scripting modes CCBUG: 444366 (cherry picked from commit 63bea079)
-
- 26 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 25 Oct, 2021 3 commits
-
-
Alexander Lohnau authored
Otherwise the check for the unprintable characters return true and the search field is focused. BUG: 444240 (cherry picked from commit 810b0726)
-
Previously it would set it as the first one only to be immediately pushed a place down to second. (cherry picked from commit b0129e27)
-
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"
-
- 22 Oct, 2021 1 commit
-
-
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"
-
- 21 Oct, 2021 1 commit
-
-
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"
-
- 20 Oct, 2021 1 commit
-
-
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"
-
- 19 Oct, 2021 5 commits
-
-
This ensures that searching happens while the text is being entered from a virtual keyboard. CCBUG: 439914 (cherry picked from commit 979b99aa)
-
A placeholder screen is created by Qt when no real screens exist. We don't want to create panels and containments for those, it is a whole world of pain. Plasma has a hook to ignore some screens which is extended with this check. CCBUG: 419492 (cherry picked from commit 13fb70fe)
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Andrey Butirsky authored
(cherry picked from commit 6af29669)
-
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"
-
- 18 Oct, 2021 3 commits
-
-
Nate Graham authored
When applying an accent color, the color was added to the color scheme's Header color group. But not all color schemes have this group, and adding it made the color scheme break in creative ways. BUG: 443786 FIXED-IN: 5.23.1 (cherry picked from commit ebd4e8e9)
-
ManagedConfigModule::save() writes the value for the 'ColorScheme' entry to disk. If we notify the settings change anyone who connects to it may read the old value before the new one is saved. To avoid this race consition emit the signal after saving instead of before (cherry picked from commit d0106152)
-
Alexander Volkov authored
'xrdb -remove' can't remove a specific entry, it removes all entries only. So query all entries, remove "Xft.dpi" from them, and replace Xresources with the result. BUG: 350039 CCBUG: 376406 (cherry picked from commit d4dd7478)
-
- 16 Oct, 2021 1 commit
-
-
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"
-
- 14 Oct, 2021 1 commit
-
-
Nate Graham authored
On this page there is no concept of the user being passwordless because no username has been specified by the user yet; we cannot know ahead of time. As a result, userList.currentItem.needsPassword is blank so the password field gets hidden. We should just assume that in username/password entry mode, all users have a password set. For any users where this is not the case, they can just leave the password blank, and it's not any worse than it was in Plasma 5.22. BUG: 443737 FIXED-IN: 5.23.1 (cherry picked from commit f038ab3f)
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 09 Oct, 2021 1 commit
-
-
Otherwise we do not offer dmabuf when no modifiers are available (cherry picked from commit 5f17bc50)
-
- 07 Oct, 2021 4 commits
-
-
Removes the error: Unable to assign [undefined] to double BUG: 443380 (cherry picked from commit c59b7b67)
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
David Edmundson authored
The file org.kde.StatusNotifierItem was syncronised with up-to-date master, despite being previous edited to be only supported actions. Whilst it seems harmless the line: + <property name="Menu" type="o" access="read"/> means we now advertise this property. Marshalling an empty path gives a warning. Plasma-workspace "correctly" thinks we have a supported DBus menu and therefore don't want to receive context menu events. This reverts commit e782a124. This reverts commit b9de2c85. The XML file gains a comment at the top so this doesn't happen again. BUG: 442758 (cherry picked from commit 448955e0)
-
Enable the StackView's handling of hover events only when it's visible. See the included comment for details. (cherry picked from commit 714d98b0)
-
- 06 Oct, 2021 5 commits
-
-
Removes the warning: TypeError: Cannot read property 'action' of null BUG: 443377 (cherry picked from commit 97497949)
-
Nate Graham authored
This was always the indended appearance, but it was being overridden by a bug in the ExpandableListItem itself. Let's remove the animations here so that the bug in question can be fixed while preserving the intended visual effect. (cherry picked from commit 7b0beaae)
-
Fabian Vogt authored
The UserDelegate has no "m" member (anymore?) and thus that was always undefined. Expose it through a property instead. Additionally, reset the login button's preferred width by setting it to -1. "undefined" is not a valid value for the Layout property. (cherry picked from commit f9827446)
-
BUG: 400623 (cherry picked from commit ff5c9a11)
-
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"
-
- 05 Oct, 2021 3 commits
-
-
BUG: 442522 (cherry picked from commit d150d92e)
-
David Redondo authored
When copying something inside the same process that klipper is in, reading the data through wayland will not work since we have to do so in a blocking way due to how klipper is structured. But we can check if we currently own the clipboard and just return that. (cherry picked from commit 01641a2e)
-
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"
-
- 01 Oct, 2021 1 commit
-
-
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"
-
- 30 Sep, 2021 1 commit
-
-
Vlad Zahorodnii authored
STATUS_NO_FIX was renamed to STATUS_UNK. https://gitlab.com/gpsd/gpsd/-/commit/d4a4d8d3606fd50f10bcd20096a8a0cdb8b2d427 (cherry picked from commit e6cab5d9)
-
- 29 Sep, 2021 2 commits
-
-
Nicolas Fella authored
KCMs without JSON metadata must not be installed into <plugins>/kcms. They belong in <plugins> until they are ported BUG: 442748 (cherry picked from commit 33c49295)
-
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"
-
- 28 Sep, 2021 1 commit
-
-
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"
-