- 12 Jul, 2018 6 commits
-
-
Frederik Gladhorn authored
There is no point in creating the lambda, simplify. As suggested by Kai Uwe Broulik.
-
Frederik Gladhorn authored
Reviewers: #plasma, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14075
-
Frederik Gladhorn authored
Reviewers: #plasma, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14074
-
Frederik Gladhorn authored
Reviewers: #plasma, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14073
-
Frederik Gladhorn authored
Summary: Use QT_NO_CAST_FROM_ASCII and friends. There are a bunch of places where QString should really be QByteArray, but that's for the future. Reviewers: #plasma, apol Reviewed By: apol Subscribers: zzag, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14065
-
Pino Toscano authored
-
- 11 Jul, 2018 3 commits
-
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
This fixes the size policy, the only element we want expanding is the preview area on top, everything else should be layouted with preferred size. Differential Revision: https://phabricator.kde.org/D14024
-
Frederik Gladhorn authored
Summary: This will make it easier to re-design the UI. Also it centralizes all updates, before a bunch of connections for the individual outputs were not made when a new output appeared. Reviewers: #plasma, mart Reviewed By: #plasma, mart Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14023
-
- 10 Jul, 2018 4 commits
-
-
Friedrich W. H. Kossebau authored
Summary: For consistency with other Plasma repos, but also to ensure the ECM logic for supporting uninstalled unit tests is properly triggered See https://api.kde.org/ecm/kde-module/KDECMakeSettings.html#build-settings Including KDECMakeSettings only after finding KF5CoreAddons and the implicit loading of KF5PlasmaMacros/KF5PackageMacros resets the ECM_GLOBAL_FIND_VERSION variable to the min ECM value 1.6.0 currently used by those macro files, thus below the trigger value 5.38 Test Plan: Still builds and installs as before. Reviewers: gladhorn, sebas, romangg, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D14031
-
Frederik Gladhorn authored
Fix clazy warning. at() is the right choice here in any case.
-
Frederik Gladhorn authored
At least when iterating over pointers.
-
Frederik Gladhorn authored
-
- 09 Jul, 2018 18 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
-
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
As needed for running tests installed with min. ECM 5.38
-
Friedrich W. H. Kossebau authored
align with rest of Plasma
-
Friedrich W. H. Kossebau authored
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
I have two screens where for some reason the vendor is empty in the EDID information. At least return the model name.
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
-
- 08 Jul, 2018 2 commits
-
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
-
- 19 Jun, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
That entry has never been used, instead the plugin id (as by KPluginMetaData::pluginId()) has been used for the module name in the D-Bus object path, here currently derived from the plugin binary name (kscreen).
-
- 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
-
- 12 Apr, 2018 2 commits
-
-
Roman Gilg authored
Summary: Respect scaling factors for calculation of screen sizes and by that fix off-center placement of output identifiers. Test Plan: Works on X, on Wayland the positioning does not work in any case currently. Reviewers: davidedmundson, broulik Reviewed By: davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12151
-
Sebastian Kügler authored
With this patch, kscreen will prefer a file called fixed-config from ~/.local/share/kscreen if it exists. The idea is that a user (let's call him Ben) can force a configuration to be loaded even if the hardware is a bit wonky (or, complex). Specifically, this makes the UTS data arena more workable even when screens come and go accidentally, the configuration won't be changed to something entirely made up but mostly be kept intact. With setups with lots of screens this can easily happen when some scientist walks over a cable while being in some kind of virtual reality. (It happens to me literally all the time). We've been testing this feature for over a year, I'm merging it now since it makes the lives of one of our high-profile users a lot easier, so as a maintainer I'm fine with bearing the costs of this additional code-path, just in this case. CCMAIL:ben.simons@uts.edu.au
-