- 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"
-
- 27 Sep, 2021 3 commits
-
-
BUG: 442852 CCBUG: 439873 (cherry picked from commit a668c701)
-
Previously, it specified invalid modifiers on failure, but that means that everything is accepted. BUG: 428284 (cherry picked from commit ad152a10)
-
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 Sep, 2021 3 commits
-
-
Nate Graham authored
Use PlasmaCore.Units.devicePixelRatio, which still does something; the Kirigami version was inappropriately used here and is deprecated anyway. (cherry picked from commit 4ffadf1c)
-
Some users have been complaining that this behaviour feels unintuitive when applying a global theme. BUG: 442812 (cherry picked from commit c17e4b53)
-
Prevent the colored radiobuttons from getting bindings broken when toggled, and disable the `autoExclusive` property for them, so it does not conflict with the main radioButtons. (cherry picked from commit 46199f79)
-
- 21 Sep, 2021 3 commits
-
-
Nate Graham authored
It was being set to [config file value] rather than [config file value]+2 which is the side used in the login screen theme. CCBUG: 442650 (cherry picked from commit b52cdf9b)
-
SPA_POD_PROP_FLAG_MANDATORY and SPA_POD_PROP_FLAG_DONT_FIXATE got included in newer versions. (cherry picked from commit 38f8c397)
-
(cherry picked from commit 393af3c1)
-
- 20 Sep, 2021 3 commits
-
-
David Edmundson authored
QMimeData::data() can fail. Fetching is done on demand. It's also possible for clients to advertise mimedata they don't really have. This patch avoids putting those broken entries in klipper's history. (cherry picked from commit 22ff0818)
-
David Edmundson authored
QMimeData abstracts most mime type handling, but not text/plain vs text/plain;charset=utf-8. This is currently being done in QWayland inside qwaylanddataoffer. Given this code is effectively a clone, we need to have the same check here. Interestingly mimeData->text() worked before but not hasText(), which is why it was unnoticed in the test pasteClient tool. This fixes klipper and GTK apps. BUG: 424694 (cherry picked from commit 22979832)
-
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 Sep, 2021 2 commits
-
-
There were some changes in KWin that only enabled exchanging streams (thumbnails in our case) in case it's properly supported. We need to explicitly request it now, otherwise we get memfd which is much slower. (cherry picked from commit 5dfcc037)
-
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 Sep, 2021 2 commits
-
-
David Edmundson authored
On wayland the setFlags call does nothing, metadata for interaction is set through the ShellSurface, by default this does not have focus for panels. BUG: 442557 (cherry picked from commit 89edf22e)
-
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"
-
- 16 Sep, 2021 4 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Bhushan Shah authored
This reverts commit edc5fe3b.
-
Bhushan Shah authored
This reverts commit 696de0e9.
-
Bhushan Shah authored
-