Bug 314098

Summary: Output dragging events broken in current master
Product: [Plasma] KScreen Reporter: Stefan Hepp <stefan>
Component: kcmAssignee: Daniel Vrátil <dvratil>
Status: RESOLVED FIXED    
Severity: normal CC: afiestas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 0.0.72

Description Stefan Hepp 2013-01-29 19:53:16 UTC
Dragging outputs does not do anything in the current master branch, due to line 129 in kcm/qml/Output.qml

if ((mouse.buttons == 0) || !root.output.isEnabled) { 

it should be "root.output.enabled" instead of "root.output.isEnabled", therefore the moved() signal never fires.
Using Qt 4.8.2 with KDE 4.9 from the latest Kubuntu release.

Regards,
 Stefan
Comment 1 Daniel Vrátil 2013-02-04 14:29:27 UTC
Git commit c42436135f26fb1a0b35ec50a7e1afc60c6519a9 by Dan Vrátil.
Committed on 04/02/2013 at 15:05.
Pushed by dvratil into branch 'master'.

Fix snapping

Thanks to Stefan Hepp for pointing out the broken code.
Related: bug 314418
FIXED-IN: 0.0.72

M  +1    -1    kcm/qml/Output.qml

http://commits.kde.org/kscreen/c42436135f26fb1a0b35ec50a7e1afc60c6519a9