- 15 Oct, 2021 1 commit
-
-
Nate Graham authored
Right-clicking on multiple things is a real use case which got broken in !591 while fixing the bug of un-clicked-on items remaining selected after clicking one of them. This commit fixes that. BUG: 443743 FIXED-IN: 5.23.1 (cherry picked from commit 2b828c60)
-
- 14 Oct, 2021 1 commit
-
-
The Dashboard representation contains 3 views stacked on top of each other with one visible at a time with an opacity animation. Enabled was used (presumably) to ensure that only the active representation gets input events. Unfortunately this has a side effect. When switching views the icons on the inactive view all get enabledChanged events. This triggers a redraw with a greyed out effect on all icons. This is a very slow path, especially for something not even visible! Setting visible also stops input events, without the side effect. (cherry picked from commit 7881fdf5)
-
- 12 Oct, 2021 2 commits
-
-
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"
-
Script Kiddy authored
-
- 11 Oct, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 07 Oct, 2021 6 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Andrey Butirsky authored
Deletion of intermediate inputWindow is touchy, it interferes with the switching probably because of focusing stuff. BUG: 443323 (cherry picked from commit dbcc2e5c)
-
Noah Davis authored
(cherry picked from commit 2e8b630e)
-
The scrollbar should have its own space instead of overlapping the thumbnail or the media controller. BUG: 443173 CCBUG: 439522 (cherry picked from commit 578a5db6)
-
Noah Davis authored
(cherry picked from commit c499c36f)
-
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"
-
- 06 Oct, 2021 8 commits
-
-
Noah Davis authored
BUG: 440308 (cherry picked from commit fd49cc02)
-
Noah Davis authored
(cherry picked from commit e6e80d52)
-
Noah Davis authored
It's a bit cleaner this way since the 2 related things are together. (cherry picked from commit 0826af52)
-
Noah Davis authored
(cherry picked from commit 683df961)
-
Noah Davis authored
BUG: 443076 (cherry picked from commit 9d48efbb)
-
Noah Davis authored
(cherry picked from commit 960eb8ba)
-
Noah Davis authored
(cherry picked from commit 1bfc0351)
-
This is handled in onReleased so as to distinguish between a drag and click. BUG: 424152 (cherry picked from commit 915aa97a)
-
- 05 Oct, 2021 2 commits
- 04 Oct, 2021 4 commits
-
-
Removes the warning: TypeError: Cannot read property 'applet' of null BUG: 443287 (cherry picked from commit f2b940e5)
-
For the right click section, show it only if one its two options is available. For the middle-click section, show it if at least one of its option is visible. CCBUG: 408338 (cherry picked from commit c2b797ff)
-
QMenu::popup() takes a global position but we still want, the new file position in local coordinates. Tested both that the menu opens correctly and new files are created at the correct position which triggered the introduction of setMenuPos. BUG:443278 (cherry picked from commit 96067c0f)
-
The position of the panel config bar should follow the panel after typing a new number in the spinbox and pressing Enter. BUG: 443280 (cherry picked from commit b0a0b425)
-
- 30 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"
-
- 28 Sep, 2021 2 commits
-
-
Nate Graham authored
The purpose of this line is to separate a panel applet's popup from the panel, but when there is no panel, the line gets drawn anyway, has undefined geometry, ends up too big, and looks weird. This commit hides it for the popups of non-panel applets. BUG: 439374 FIXED-IN: 5.23 (cherry picked from commit 864b04de)
-
Andrey Butirsky authored
After refactoring, keyboardLayout plugin is not accessible any more from root Item object, so we pass the needed info from Action via signal. BUG: 441239 (cherry picked from commit e41bb311)
-
- 27 Sep, 2021 2 commits
-
-
It's annoying and unlike any other GridView to have the highlight move around like this. (cherry picked from commit ff6f3493)
-
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"
-
- 26 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"
-
- 24 Sep, 2021 1 commit
-
-
Now the list items, header, and footer are a little bit taller. BUG: 442661 FIXED-IN: 5.23 (cherry picked from commit 61d7c9b7)
-
- 22 Sep, 2021 2 commits
-
-
Replace the custom code with Kirigami's implementation for consistency. BUG: 442776 (cherry picked from commit 322854d2)
-
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 Sep, 2021 2 commits
-
-
Set a KLocalizedContext, otherwise i18n and friends are not available BUG: 442514 (cherry picked from commit 550f2f7c)
-
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 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"
-
- 17 Sep, 2021 2 commits
-
-
Noah Davis authored
You can now move the focus in a specific direction by using arrow keys. make focus switching between current page and footer more spacial move menu button handling to views don't move left or right in grid when searchField is focused make main area to header navigation more spacial (cherry picked from commit 39a469e6)
-
Noah Davis authored
The previous behavior made switching between mouse and keyboard navigation very annoying because it was hard to tell where focus was. (cherry picked from commit e693eaca)
-
- 16 Sep, 2021 1 commit
-
-
Noah Davis authored
Fixes weird looking tooltip corners glitch. the bug should probably be fixed in plasma-framework too, but Plasma is on a different release schedule and an attached tooltip is still normal for button tooltips. (cherry picked from commit f0f7f8de)
-