aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquicktaphandler
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-0/+80
|\
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-102-0/+80
* | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-0/+56
|/
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-173-6/+3
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-031-9/+10
* PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-271-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-0/+1
* prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-232-0/+81
* Fix outdated BSD license headerKai Koehne2017-11-153-83/+47
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-121-3/+3
* Move properties into grouped "point" propertyJan Arve Saether2017-05-231-2/+2
* TapHandler longPress autotest: be less demanding about hold timeShawn Rutledge2017-04-241-2/+2
* add autotest for TapHandlerShawn Rutledge2017-04-215-0/+828