- 09 Jul, 2018 2 commits
-
-
Frederik Gladhorn authored
This is just clutter, the constructor is called anyway.
-
Frederik Gladhorn authored
-
- 08 Jul, 2018 1 commit
-
-
Frederik Gladhorn authored
-
- 06 Jul, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 04 Jul, 2018 1 commit
-
-
Roman Gilg authored
Summary: Configuration change requests by clients while the Wayland server is processing a change lead to a failing assert in blockSignals(). Instead in such a situation remember the latest configuration change request and apply it after the current change has been processed. Test Plan: Auto test exposing the problem. Also manually with my output color correction code. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: apol, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12517
-
- 02 Jul, 2018 5 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 18 May, 2018 4 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 23 Feb, 2018 4 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
Sebastian Kügler authored
-
Sebastian Kügler authored
This patch allows the rotation of an output to be set from kscreen-doctor. The syntax is kscreen-doctor output.HDMI-2.rotation.left
-
- 06 Feb, 2018 12 commits
-
-
Friedrich W. H. Kossebau authored
Nested classes inherit the visibility, so need to explicitly opt out again
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Since Qt 5.6.3/5.7.1 qdbusxml2cpp favours as name for signals argument annotations the name "org.qtproject.QtDBus.QtTypeName.Out*", matching the "out" direction nature of the arguments. ".In*" is still supported for backward compat, but with a warning.
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 05 Feb, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
official Plasma 5.12 deps
-
- 01 Feb, 2018 1 commit
-
-
Bhushan Shah authored
GIT_SILENT
-
- 23 Jan, 2018 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
- 20 Jan, 2018 1 commit
-
-
Laurent Montel authored
-
- 16 Jan, 2018 5 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
Summary: We can share the same "guessing" code with the XRandR backend here in order to detect what type the output is (depending on having some of the well-known connection types like HDMI, DP, etc. in its name). The main benefit of this change is that we can know detect built-in laptop screens on Wayland. Reviewers: sebas, davidedmundson Reviewed By: sebas Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D9908
-
Daniel Vrátil authored
Summary: This prevents the code from unnecesarilly emitting configChanged() if there was in fact no change. This could lead to an endless loop when a client applies current config and despite there not being no changes the backend emits configChanged() to which the client reacts by applying the current config again etc. Reviewers: sebas, davidedmundson Reviewed By: sebas Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D9906
-
Daniel Vrátil authored
Summary: The 'name' argument is in most cases empty by which the caller indicates that they want the default backend. As such repeated calls to loadBackendInProcess(QString()) cause to instantiate a new backend every time, because the name check in the condition is never true. Reviewers: sebas, davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D9905
-
Daniel Vrátil authored
Summary: Sharing a single config leads to undesired side-effects. The GetConfigOperation is assumed to always return a new copy of the current config that is not changed unless registered to ConfigMonitor. When sharing a single copy this assumption is broken which leads to misbehaviour in KDED. This change makes GetConfigOperation always return a new copy of the config that caller can register to ConfigMonitor if they want to, otherwise it remains unchanged until released. Reviewers: sebas, davidedmundson Reviewed By: sebas Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D9904
-