Martin Gräßlin
0b9e6a4aa2
Fix start move through drag distance on window decoration
...
We need to call handleMoveResize on the mouse move with button down.
Auto tests adjusted to include all possible directions.
2016-03-11 12:48:01 +01:00
Martin Gräßlin
093e56ff05
Move decoration double click logic to button press
...
Complements ed1d32288b
for Wayland.
2016-02-17 14:41:26 +01:00
Martin Gräßlin
f4e28e2c9c
Fix typo
2016-02-11 09:34:19 +01:00
Martin Gräßlin
66c77bcd31
[autotest] Move window through decoration
...
Interestingly just trigger the move and instant release doesn't move
the window.
2016-02-04 15:07:03 +01:00
Martin Gräßlin
a9f48ec62c
[autotest] Test case for hover move on decoration
...
Verifies that the cursor shapes are adjusted correctly.
2016-02-04 14:20:36 +01:00
Martin Gräßlin
749ec28e23
[autotests] Add test case for double click on window decoration
...
Shows that currently a tripple-click triggers two double click events.
2016-02-04 11:56:45 +01:00
Martin Gräßlin
938a0ff7fc
[autotests] New test for input on window decoration
...
First test case is whether wheel events are forwarded correctly.
From the code it seems to me like up/down is inversed. Needs manual
testing.
As this requires working decorations it's possible that this test
will fail on build.kde.org.
2016-02-04 11:20:28 +01:00