aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquicktaphandler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Export all private Input Handlers and related classesShawn Rutledge2019-03-181-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-1/+1
* TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-3/+3
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-9/+8
* TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-021-0/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-121-1/+1
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-2/+2
* Remove QQuickEventPoint parameter from tapped propertyJan Arve Sæther2017-08-281-1/+1
* API: Make some virtuals protected instead of publicJan Arve Saether2017-02-271-3/+2
* Make all handler constructors explicitJan Arve Saether2017-02-211-1/+1
* unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-211-1/+1
* TapHandler: add timeHeld propertyShawn Rutledge2017-02-091-0/+6
* TapHandler: add gesturePolicyShawn Rutledge2017-02-091-1/+13
* TapHandler: add long-press featureShawn Rutledge2017-02-091-0/+11
* Introduce TapHandlerShawn Rutledge2017-02-081-0/+104