aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea
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-072-0/+43
* | | 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-113-0/+146
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-222-0/+42
|\|
| * 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
* | | Updated license headersJani Heikkinen2016-01-201-17/+12
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/ /
* / 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