- 19 Jun, 2021 3 commits
-
-
Nate Graham authored
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T14542
-
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 Jun, 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"
-
- 16 Jun, 2021 1 commit
-
-
Andrey Butirsky authored
This reverts commit be6e36e5 The patch didn't work when system tray icons are not scaled and on some non-standard panel sizes. BUG: 438648
-
- 15 Jun, 2021 3 commits
-
-
Nicolás Alvarez authored
KDE has moved from freenode to Libera Chat, update HACKING to reflect this.
-
Just because the window has a player doesn't mean the window title will be the same. This is most obvious when playing a video in a browser tab but looking at a different one.
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 14 Jun, 2021 2 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
- 11 Jun, 2021 2 commits
-
-
Yaroslav Sidlovsky authored
After this change country code written in lower case will be vertically centered on panel. If country code contains 1 or more uppercase characters - lineHeight will be set to 1.0 (default).
-
GUI
-
- 10 Jun, 2021 1 commit
-
-
David Redondo authored
Because it's inside a ScrollView setting anchors.fill does not make sense here since it will be reparented anyways.
-
- 07 Jun, 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"
-
- 04 Jun, 2021 1 commit
-
-
- 02 Jun, 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"
-
- 01 Jun, 2021 1 commit
-
-
OSD for alternative shortcut has been removed in 9021b3cb, because that approach didn't work well with new layout applet. Here we restore it with original behavior - the OSD is shown when the shortcut is invoked, but not when used via the applet. BUG: 435533
-
- 31 May, 2021 1 commit
-
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T14528
-
- 30 May, 2021 1 commit
-
-
Nicolas Fella authored
They work with both Qt5 and Qt6
-
- 26 May, 2021 1 commit
-
-
Nate Graham authored
No need to use use a short version; there's plenty of space. CCBUG: 430259
-
- 25 May, 2021 2 commits
-
-
A real ellipsis character is better for accessibility, as screen readers will describe it appropriately.
-
Nicolas Fella authored
It has a nicer fallback UI than the xlib KCM
-
- 24 May, 2021 5 commits
-
-
Nicolas Fella authored
no touchpad is found Not having a touchpad is not necessarily an error so show a less red message
-
Nicolas Fella authored
Move the error message handling to QML
-
Nicolas Fella authored
Currently the KCM is loaded from the kded plugin. This makes the implementation quite messy. Instead split the two into their own plugins and extract common stuff into a (static) lib.
-
Nate Graham authored
Otherwise users may not understand the trade-offs here and be confused when they find themselves missing features such as extended metadata display or tags throughout KDE software. BUG: 437152 FIXED-IN: 5.23
-
Marco Martin authored
the slide animation makes sense only when opening a category, when launching an app, don't play the anim BUG:437558
-
- 23 May, 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 May, 2021 4 commits
-
-
Nate Graham authored
GIT_SILENT
-
Adds an option to skip iconified tasks both inside and outside tasks groups. FEATURE: 426722
-
-
-
- 20 May, 2021 2 commits
-
-
David Redondo authored
Makes the code simpler by not having duplicated code paths. Pass model indices from QML so we don't have to search for the index we are coming from. Makes activities work on wayland.
-
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, 2021 3 commits
-
-
Albert Astals Cid authored
CCMAIL: nate@kde.org
-
Bharadwaj Raju authored
-
Marco Martin authored
If user feedback is disabled at build time feedbackEnabled property won't be present at all, so use that to inhibit completely the Loader for Feedbackcontrols.qml BUG:437118
-
- 18 May, 2021 3 commits
-
-
Nate Graham authored
Ths only thing this applet can do is disable or re-enable your touchpad. If you have no touchpad, it is pointless. If you have only a touchpad and no mouse, then the only thing it can do is give you a way to brick your laptop until you find a mouse you can use to re-enable the touchpad. The only conceivable non-catastrophic usage of this applet is to manually disable a laptop's touchpad when a mouse is plugged in. This is an extremely niche use case that can already be accomplished by using the "Toggle Touchpad" keyboard shortcut which is exported by the KCM, and would be better served by a setting in the touchpad KCM itself to automatically disable the touchpad when a mouse is plugged in and re-enable it when unplugged, should such a feature be deemed useful. I have my doubts, as Libinput has gotten very good at ignoring false input these days, so I think there is no longer much of a use case for disabling a touchpad at all. Overall, this applet is not worth the bugs and degradation of the user experience that it can cause. It is too dangerous to exist. Let's delete it. BUG: 434720 BUG: 434718 BUG: 397210 BUG: 378879 BUG: 430029 BUG: 434717 FIXED-IN: 5.23
-
Otherwise after activating by clicking on thumbnail, it gets stuck in a weird highlight effect state. For example, Yakuake won't open properly.
-
If the audio indicator is shown along with the badge, shift badge downwards so they don't overlap. Also vertically align the two.
-