- 09 Mar, 2019 1 commit
-
-
Laurent Montel authored
-
- 31 Mar, 2017 1 commit
-
-
Sebastian Kügler authored
Fixed screen rotation UI so that the arrows in drop down menus point in the appropriate directions and the screen preview matches the direction in which the screen rotates on applying the changes. Patch from Akshay Naik <nike.falcon@gmail.com>, thanks! REVIEW:130038
-
- 25 Jul, 2016 1 commit
-
-
Sebastian Kügler authored
Summary: When identical displays are connected, the identify overlay would display the output name, while the preview in the kcm displays the display vendor and model. There's no way to tell which display is which. This patch adds a row in the output preview, it moves the vendor up,displays and displays the output name underneath (if not duplicated). BUG:362570 Before: {F190822} After: {F190823} Test Plan: started kcm with multiple displays connected, I can now distinguish them based on the name of the connector Reviewers: #plasma, graesslin Reviewed By: #plasma, graesslin Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2248
-
- 21 Oct, 2015 1 commit
-
-
Martin Flöser authored
When using threaded rendering loop [1] systemsettings crashed when clicking the back button. This crash is caused inside the shader effect used by the OpacityMask. QtQuick informed us also that something is wrong: "QSGDefaultLayer::bind: ShaderEffectSource: 'recursive' must be set to true when rendering recursively." The actual problem is that orientationPanelContainer and the OpacityMask are children to the monitor item causing recursion. By making them siblings to the orientationPanelContainer the problem is resolved. The error message from QtQuick is no longer shown and systemsettings doesn't crash any more. BUG: 344651 FIXED-IN: 5.4.3 REVIEW: 125734 [1] QSG_RENDER_LOOP=threaded systemsettings5
-
- 05 Feb, 2015 2 commits
-
-
Daniel Vrátil authored
Update current item in rotation combobox in OutputConfig, and call QMLOutput.updateRootProperties() once the Output.qml is consructed, so that the output root is correctly resized and repositioned.
-
Daniel Vrátil authored
If the QMLOutput represents a monitor, then rotation by 90° clockwise means we actually want to rotate the visual rectangle by 90 degrees clockwise, not the other way around. The KCM now visually correctly represents how you would have to rotate your monitor in order to see content of the screen right. BUG: 335211 FIXED-IN: 5.2.1
-
- 13 Jan, 2015 4 commits
- 20 Oct, 2014 1 commit
-
-
Lukáš Tinkl authored
-
- 02 Jun, 2014 1 commit
-
-
Daniel Vrátil authored
-
- 12 May, 2014 1 commit
-
-
Aleix Pol Gonzalez authored
It is quite verbose as it was using some intrinsic API of QGraphicsView that is obviously not available anymore. It seems to work to some extent now, but it would be really good if there was some testing since I'm unsure about how to test it. CCMAIL: Dan Vrátil <dan.vratil@gmail.com>
-
- 04 May, 2014 1 commit
-
-
Daniel Vrátil authored
Instead of displaying all outputs and making the collapsable, we only display configuration of output currently selected in the view.
-
- 18 Oct, 2013 1 commit
-
-
Daniel Vrátil authored
-
- 04 Oct, 2013 1 commit
-
-
Daniel Vrátil authored
-
- 02 Oct, 2013 1 commit
-
-
Daniel Vrátil authored
-
- 01 Oct, 2013 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
- 09 Sep, 2013 3 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
- 27 Jun, 2013 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-
- 26 Apr, 2013 1 commit
-
-
Daniel Vrátil authored
BUG: 315062 FIXED-IN: 1.0
-
- 19 Apr, 2013 1 commit
-
-
Daniel Vrátil authored
- disable the enable/disable switch when only one monitor is available - show a warning when no screens are active - change button labels in the confirmation dialog CCBUG: 314424
-
- 18 Apr, 2013 1 commit
-
-
Daniel Vrátil authored
-
- 11 Feb, 2013 1 commit
-
-
Daniel Vrátil authored
Update virtual positions of all outputs when an output is disabled. This prevents situation when left output has been disabled in KCM, but the X position of the right display was not updated to 0. BUG: 313027
-
- 04 Feb, 2013 2 commits
-
-
Daniel Vrátil authored
- currentMode -> currentModeId - currentMode() now returns Mode* - same for preferredMode - use isHorizontal()
-
Daniel Vrátil authored
Thanks to Stefan Hepp for pointing out the broken code. BUG: 314098 BUG: 314418 FIXED-IN: 0.0.72
-
- 28 Jan, 2013 2 commits
-
-
Aaron J. Seigo authored
not entirely happy with this, as the "on" switch also dims however.. testers were unable to connect the shrinking of the monitor with it being "off", even with the UI components being hidden. worse, if there is another screen with the same resolution, then one has two rectangles of the same size but one is lacking controls -> confusing.
-
Aaron J. Seigo authored
until moving, this information is a distraction. when asked, test subjects were unable to describe what it refered to until moving occurred.
-
- 27 Jan, 2013 3 commits
-
-
Daniel Vrátil authored
Use Qt::OpenHandCursor when hovering anywhere on output (except for buttons - fallback to Qt::ArrowCursor there) and Qt::ClosedHandCursor when dragging the output around. This is mostly a hack, because there is no way to change cursor directly from QML, so we are through signals changing cursor of the QDeclarativeView from C++ code. BUG: 313958
-
Daniel Vrátil authored
- fixes initial placement of disabled outputs because of iternal KCM window resize - fixes layout being messed up when KCM window is resized manually BUG: 313975 BUG: 313956
-
Daniel Vrátil authored
This prevents Output's outlines being invisible when the output is scaled down. CCBUG: 313956
-
- 14 Jan, 2013 1 commit
-
-
Jeremy Whiting authored
Counter clockwise rotation should be normal, left, inverted, right and vice versa. REVIEW: 108415
-
- 12 Jan, 2013 1 commit
-
-
Daniel Vrátil authored
Outputs automatically become draggable when a second output is connected. CCBUG: 313090
-
- 14 Dec, 2012 1 commit
-
-
Daniel Vrátil authored
-
- 13 Dec, 2012 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
-