aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-0/+42
|\
| * MouseArea: fixed a crash in propagate()Liang Qi2015-11-262-0/+42
* | tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-11/+11
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-032-8/+53
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add containsPress property to MouseAreaMartin Jones2014-07-162-0/+85
* Introduce MouseArea.drag.smoothedKevin Funk2014-05-141-0/+45
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-1/+0
|\
| * Revert "Skip unstable test"Liang Qi2014-02-031-1/+0
* | fix whitespaceOswald Buddenhagen2014-01-222-2/+2
|/
* When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+52
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-052-0/+61
* Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-0/+70
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-0/+1
* Stabilize tst_qquickmousearea.Friedemann Kleint2013-08-232-411/+387
* Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-191-8/+5
* Marking tst_qquickmousearea as insignificant on winSimo Fält2013-08-151-0/+2
* Fix hover after press eventFrederik Gladhorn2013-04-272-0/+57
* a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-101-1/+1
* Merge branch 'dev' into stableSergio Ahumada2013-03-202-32/+34
|\
| * Autotests w CONFIG+=parallel_test don't depend on activation or focusShawn Rutledge2013-03-041-26/+23
| * pressedCanceledOnWindowDeactivate pops up a second windowShawn Rutledge2013-03-042-6/+11
* | Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-191-2/+2
* | Smooth dragging an item with MouseArea.Andrew den Exter2013-03-141-18/+20
|/
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-2/+2
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-222-0/+112
* A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-142-0/+38
* Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-242-12/+16
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-3/+0
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-155-6/+6
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-1/+1
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-22/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-261-0/+33
* QQuickCanvas renamesAlan Alpert2012-07-171-368/+368
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-162-0/+85
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-112-0/+140
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+0
* Adjust MouseArea autotest to check mouse events with transformationsAdriano Rezende2012-06-302-0/+80
* Add tests for clicking and dragging with right and middle buttons.Andrew den Exter2012-06-223-21/+159
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-142-0/+67
* Improve test to use actual double click timeout.Frederik Gladhorn2012-04-231-6/+9
* Replace usage of QCursor, and update hoverVisible test.Michael Brasser2012-03-281-3/+1
* Remove unneeded dependencies to QtWidgets and QtOpenGLLars Knoll2012-03-121-1/+0
* Fix MouseArea autotest.Laszlo Agocs2012-03-121-4/+9
* Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-102-0/+45
* Changed quick tests to work from install directoryKurt Korbatits2012-03-071-3/+1