aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquicktaphandler/tst_qquicktaphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-111-3/+52
* Fix tst_TapHandler::componentUserBehavioralOverrideShawn Rutledge2020-11-231-2/+2
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-3/+3
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-151-0/+33
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-2/+1
* TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-061-0/+22
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-051-0/+8
* Merge 5.12 into 5.12.1Kari Oikarinen2019-01-081-0/+39
|\
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-0/+39
* | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-131-0/+54
|/
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* 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
* prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-231-0/+36
* TapHandler longPress autotest: be less demanding about hold timeShawn Rutledge2017-04-241-2/+2
* add autotest for TapHandlerShawn Rutledge2017-04-211-0/+591