- 27 Jun, 2022 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
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 Jun, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 13 Jun, 2022 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"
-
- 09 Jun, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 02 Jun, 2022 2 commits
- 31 May, 2022 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 May, 2022 1 commit
-
-
This fixes commit 579358f5 XOpenDisplay() internally calls xcb_connect(), creating a new XCB client connection. This means that on every KScreen configuration change event the kded5 process creates a new connection until XCB runs into the hard limit of 256 of clients, leading to the dreaded "Maximum number of clients reached" error. Re-use the display from QX11Info instead of calling XOpenDisplay(). BUG: 453280 (cherry picked from commit 0270a493)
-
- 28 May, 2022 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 May, 2022 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 18 May, 2022 9 commits
-
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
-
ivan tkachenko authored
Wrapping such lists around does not always make sense, for example, when pressing and holding down an arrow key. The expected behavior is to stop at bounds instead of endlessly running around in circles, while leaving the possibility to wrap by pressing down the directional key one more time. This is the approach that OS X used for their application switching OSD as well as for many other stuff. I expect to see this kind of wrapping behavior more and more throughout Plasma, including our own Plasma/KWin Task Switchers like "Large Icons", which is why the wrappingAdd function here is implemented as a generic QML method ready to be factored out as a library function.
-
- 16 May, 2022 1 commit
-
-
Aleix Pol Gonzalez authored
It didn't help me fix any bug but it makes sense to me to have it nevertheless.
-
- 13 May, 2022 2 commits
-
-
Aleix Pol Gonzalez authored
It would be placed right by the unrotated geometry and after rotating it the new output would end up floating in the logical space. This happened because the explicitLogicalSize is cached and needs updating after changing its settings.
-
Aleix Pol Gonzalez authored
-
- 05 May, 2022 2 commits
-
-
Xaver Hugl authored
It always chose the last one, and not the highest one
-
Xaver Hugl authored
BUG: 453392
-
- 11 Apr, 2022 1 commit
-
-
Felipe Kinoshita authored
Even though "43:18" or "683:384" are technically correct it's way more common to see "21:9" and "16:9", so let's display the more usual aspect ratios to the user. BUG: 443764
-
- 10 Apr, 2022 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"
-
- 07 Apr, 2022 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"
-
- 03 Apr, 2022 1 commit
-
-
Xaver Hugl authored
BUG: 442549
-
- 01 Apr, 2022 2 commits
-
-
Nate Graham authored
No need to hide individual items anymore; we can just hide the whole thing to save a few lines of code and an id.
-
Nate Graham authored
Sorry about that.
-
- 31 Mar, 2022 1 commit
-
-
Nate Graham authored
Right now we don't explain what this does, so users are free to guess what it does and create their own expectations, most of which will not be met and cause dissatisfaction and bug reports. So let's clearly explain what it does.
-
- 29 Mar, 2022 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"
-
- 26 Mar, 2022 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"
-
- 23 Mar, 2022 3 commits
-
-
-
Nate Graham authored
This is the correct signal to bind to, rather than onClicked.
-
Nate Graham authored
-
- 19 Mar, 2022 1 commit
-
-
ivan tkachenko authored
GIT_SILENT
-
- 08 Mar, 2022 1 commit
-
-
David Redondo authored
The two member variables show the beginning of reinventing this. Makes state managment a bit easier and more straightforward to extent in the future should it gain new settings that it manages.
-