aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea
Commit message (Expand)AuthorAgeFilesLines
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-052-0/+102
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-0/+54
|\
| * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-032-0/+54
* | Add pressAndHoldInterval to MouseAreaOlivier JG2016-12-162-0/+57
|/
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-3/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-102-0/+137
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-302-0/+137
| |\
| | * Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-222-0/+137
* | | 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