- 25 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"
-
- 20 May, 2022 1 commit
-
-
This builds now with one exception, the use of the deprecated Plasma::Applet ctor.
-
- 19 May, 2022 3 commits
-
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T15468
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
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 2 commits
-
-
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.
-
David Redondo authored
qmlRegisterType is deprected. The type is never named from Qml.
-
- 07 Mar, 2022 1 commit
-
-
Nate Graham authored
This reverts commit ace23390. The thing this was working around was fixed in systemsettings@1022d0b0, so we don't need it anymore.
-
- 04 Mar, 2022 1 commit
-
-
Marco Martin authored
On Wayland is the compositor itself that keeps the touchscreen coordinates mapped to the size and position of the internal screen, also keeping rotation into account. on X11, needs to be done via XInput, do it when KScreen actually applies a configuration. BUG: 415683
-
- 01 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"
-
- 22 Feb, 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"
-
- 21 Feb, 2022 1 commit
-
-
When display output was disabled, Output::currentMode() returned a null pointer and used it shortly afterwards. BUG: 450265 FIXED-IN: 5.24.2
-
- 14 Feb, 2022 1 commit
-
-
A better long-term fix is being discussed in #4. BUG: 449560 FIXED-IN: 5.24.1
-