aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix mouse area pressed after removal of pre-grabFrederik Gladhorn2016-08-241-0/+18
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-19/+12
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-19/+12
| |\
| | * Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
* | | Prefer QCOMPARE over QVERIFYFrederik Gladhorn2016-07-281-3/+5
* | | MouseArea: press not accepted means not pressedFrederik Gladhorn2016-07-271-1/+1
* | | Add explanation to tst_QQuickMouseArea::moveAndReleaseWithoutPressFrederik Gladhorn2016-07-081-2/+8
* | | MouseArea: add autotest for subtreeHoverEnabledShawn Rutledge2016-07-071-0/+22
* | | Fix tests in tst_QQuickMouseArea for big startDragDistanceFrederik Gladhorn2016-07-061-41/+60
* | | Fix tst_QQuickMouseArea::preventStealing for big startDragDistanceFrederik Gladhorn2016-07-051-17/+29
* | | Fix tst_QQuickMouseArea::setDragOnPressed for big startDragDistanceFrederik Gladhorn2016-07-051-11/+10
* | | Fix tst_QQuickMouseArea::cancelDragging for big startDragDistanceFrederik Gladhorn2016-07-051-4/+10
* | | Fix tst_QQuickMouseArea::dragging for big startDragDistanceFrederik Gladhorn2016-07-051-7/+22
* | | Improve tst_QQuickMouseArea::pressedCanceledOnWindowDeactivateFrederik Gladhorn2016-07-051-8/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-0/+11
|\|
| * Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-031-0/+11
| * Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-201-11/+0
| * Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-191-0/+11
* | MouseArea: add source property to mouse eventShawn Rutledge2016-03-111-0/+114
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+13
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+13
| |\
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-261-0/+13
* | | Updated license headersJani Heikkinen2016-01-201-17/+12
|/ /
* / 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-031-6/+47
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add containsPress property to MouseAreaMartin Jones2014-07-161-0/+65
* Introduce MouseArea.drag.smoothedKevin Funk2014-05-141-0/+45
* Revert "Skip unstable test"Liang Qi2014-02-031-1/+0
* 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-051-0/+23
* 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-231-409/+387
* Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-191-8/+5
* Fix hover after press eventFrederik Gladhorn2013-04-271-0/+28
* a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-101-1/+1
* Merge branch 'dev' into stableSergio Ahumada2013-03-201-31/+26
|\
| * 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-041-5/+3
* | 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-221-0/+68
* A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-141-0/+24
* Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-241-10/+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-151-2/+2