- 08 Jul, 2020 2 commits
-
-
Méven Car authored
-
Alexander Lohnau authored
We have to check for the presence of a X-KDE-System-Settings-Parent-Category entry when opening a KCM in systemsettings. BUG: 423612
-
- 07 Jul, 2020 3 commits
-
-
David Edmundson authored
We only need to attach a watcher, that will do implicit reloading so we'll have the right value when we call readEntry. BUG: 423864
-
Nate Graham authored
We've now made it easier to increase the maximum volume to 150% for those who need it due to quiet speakers. However since this could potentially lead to excessive volume or damage to loud speakers with long-term use, let's colorize the text to subtly indicate that this is not a normal state.
-
Benjamin Port authored
setPanelBehavior before setRole prevent workspace geometry change
-
- 06 Jul, 2020 2 commits
-
-
Alexander Kandaurov authored
Currently updating the DesktopView geometry and emitting signals notifying of changes to screen geometry are connected independently to QScreen::geometryChanged(), while screenGeometry() as well as availableScreenRect() and availableScreenRegion() depend on the DesktopView geometry. The incorrect order of slots being called causes the task manager to behave incorrectly on screen configuration changes, displaying either no windows or windows from a wrong screen. This also affects the desktop pager widget when configured to show the current desktop only. BUG: 373075
-
Konrad Materka authored
SystemTray model copies are SNI roles from DataEngine, but some of them are redundant and useless.
-
- 03 Jul, 2020 3 commits
-
-
Yuri Chornoivan authored
-
David Redondo authored
Currently the applet count is filtered by activity. But for every activity all applets in all known screens/containments are counted. If a user switches screens regularly they will see for example that there are 7 instances of the clock applet even though they have less screens and only one instance in their current panel(s). This information is not useful to the user because they cannot interact with the not visible applets in any way.
-
Yuri Chornoivan authored
-
- 02 Jul, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 01 Jul, 2020 5 commits
-
-
David Edmundson authored
Grep can't find any user calling setUrl, and it doesn't really make sense.
-
David Edmundson authored
If a user selects a wallpaper from a package we want to save the package name, not a path. This means we continue to load the correct resolution image if a screen size (or scale) changes at runtime.
-
Nicolas Fella authored
The volume setting in plasma-pa can exceed 100%. Currently the display is limited to 100%, which can result in a mismatch between what is shown in the applet and in the OSD. This adds an overload to volumeChanged to keep the old one compatible given it is used by e.g. kmix
-
Marco Martin authored
we are setting custom Kirigami.Theme colors, so those colors shouldn't be automatically updated by its parent or it would break the binding BUG:423747
-
David Redondo authored
Much simpler and also needed for correctly aligning with wallpaper plugins
-
- 30 Jun, 2020 9 commits
-
-
Benjamin Port authored
BUG: 389964
-
Konrad Materka authored
-
David Edmundson authored
Typically on modern systems this will be started for us earlier in the startup series and we don't have to worry about it. For X11 clients look for the bus address on the X11 root window as a way of sharing. For reasons at the time we start our own DBus session within our wayland session. Nesting causes conflicts and problems so this patch only start a dbus session if one has not been set up already. BUG: 404335
-
Konrad Materka authored
It is possible to assign default values in main.xml, but these are not used for extraItems and knownItems. Add support for default values. BUG: 423561 FIXED-IN: 5.19.3
-
Konrad Materka authored
-
Konrad Materka authored
-
Konrad Materka authored
For SNI icons menu is imported from DBus. If during import it is changed, for example some actions added or replaced, new actions are added, but old one are only marked for removal in next event loop run. As a result menu size is too big until delereLater takes effect. Queue connection, so that Qt will have a chance to delete menu entires before menu is used. BUG: 421275 FIXED-IN: 5.19.3
-
Konrad Materka authored
For SNI icons menu is imported from DBus. If during import it is changed, for example some actions added or replaced, new actions are added, but old one are only marked for removal in next event loop run. As a result menu size is too big until delereLater takes effect. Queue connection, so that Qt will have a chance to delete menu entires before menu is used. BUG: 421275 FIXED-IN: 5.18.6
-
Nate Graham authored
-
- 29 Jun, 2020 2 commits
-
-
David Edmundson authored
The initial comment about disabling quitLock is deprecated since we added a QCoreApplication around the startup. We can then use Qt's mechanism to delay application exit till the notification thread finishes. This presumably has been a bug for a while, but noticable in 5.19 after even more startup performance improvements. BUG: 422948 (cherry picked from commit ef4b8486)
-
Konrad Materka authored
For SNI icons menu is imported from DBus. If during import it is changed, for example some actions added or replaced, new actions are added, but old one are only marked for removal in next event loop run. As a result menu size is too big until delereLater takes effect. Queue connection, so that Qt will have a chance to delete menu entires before menu is used. BUG: 421275 FIXED-IN: 5.20
-
- 28 Jun, 2020 1 commit
-
-
Alexander Lohnau authored
BUG: 416161
-
- 27 Jun, 2020 2 commits
-
-
Nate Graham authored
Suggestions from plasma/plasma-workspace!114
-
Fabian Vogt authored
-
- 26 Jun, 2020 2 commits
-
-
Fabian Vogt authored
With swrast (llvmpipe) the artwork blurring is enabled, which takes an eternity (up to ~15s) to compile the shader. Improve that by only using half the samples with half the radius, which looks nearly identical.
-
Alexander Lohnau authored
-
- 25 Jun, 2020 8 commits
-
-
Riccardo Robecchi authored
BUG: 422736
-
Riccardo Robecchi authored
BUG: 422736
-
Nate Graham authored
Without this, the only way to show the config window for the System Tray itself is by right-clicking, and as we all know, this is a no-no because many users don't right-click on stuff and you can't right-click at all on touch and we want our stuff to work on convertible devices with touchscreens. So let's add a big beautiful button that people can click on and touch.
-
Alexander Lohnau authored
-
Alexander Lohnau authored
BUG: 417070 BUG: 176650 CCBUG: 327757 CCBUG: 176650
-
Marco Martin authored
-
Marco Martin authored
-
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"
-