aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquicktaphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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