aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquicktaphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-021-3/+27
* TapHandler: document that DragThreshold is the default gesturePolicyShawn Rutledge2018-02-281-18/+19
* doc: Fix several Can't link to errorsMartin Smith2018-02-281-6/+19
* Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-6/+12
* TapHandler: emit canceled when a gesturePolicy constrait is violatedShawn Rutledge2017-12-111-0/+2
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-291-0/+3
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-3/+3
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-2/+2
* Merge dev into 5.10Frederik Gladhorn2017-09-021-1/+1
|\
| * Remove QQuickEventPoint parameter from tapped propertyJan Arve Sæther2017-08-281-1/+1
* | TapHandler docs: correct the import statementShawn Rutledge2017-08-291-1/+1
|/
* Doc: Fix PointerHandler QML docsTopi Reinio2017-08-111-32/+39
* Move properties into grouped "point" propertyJan Arve Saether2017-05-231-2/+2
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-221-3/+4
* TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
* QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-281-1/+0
* TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
* TapHandler: do not react to stationary touchpointsShawn Rutledge2017-04-211-2/+8
* TapHandler: don't "want" every updated/stationary pointShawn Rutledge2017-04-211-1/+1
* TapHandler:wants: don't setPressed(false) unless pointId matchesShawn Rutledge2017-04-211-1/+1
* TapHandler: add qt.quick.handler.tap logging categoryShawn Rutledge2017-04-201-14/+23
* TapHandler: grab before emitting on press, after emitting on releaseShawn Rutledge2017-03-071-4/+14
* API: Move acceptedButtons to QQuickPointerSingleHandlerJan Arve Saether2017-02-231-1/+1
* unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-211-7/+11
* Notify timeHeld property changed whenever press state changesJan Arve Saether2017-02-161-0/+1
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-2/+1
* TapHandler: add timeHeld propertyShawn Rutledge2017-02-091-2/+32
* TapHandler: add gesturePolicyShawn Rutledge2017-02-091-19/+97
* TapHandler: add long-press featureShawn Rutledge2017-02-091-1/+43
* Introduce TapHandlerShawn Rutledge2017-02-081-0/+177