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
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