aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
* Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-271-1/+0
* Move properties into grouped "point" propertyJan Arve Saether2017-05-234-91/+109
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-225-28/+24
* TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
* Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3
* Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9
* QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-282-2/+1
* TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-272-7/+34
* QQPSingleHandler: store m_scenePressPos separatelyShawn Rutledge2017-04-272-1/+4
* QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-273-6/+15
* QQuickMultiPointerHandler::wantsPointerEvent ignores grabs on pressShawn Rutledge2017-04-271-6/+12
* PointerHandler: add wants/declines logging to qt.quick.handler.dispatchShawn Rutledge2017-04-271-1/+5
* Remove redundant entriesJan Arve Saether2017-04-251-8/+6
* QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-252-1/+44
* QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-242-1/+10
* DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-242-0/+7
* QQPSingleHandler: don't accept a touchpoint other than the chosen oneShawn Rutledge2017-04-211-6/+9
* TapHandler: do not react to stationary touchpointsShawn Rutledge2017-04-212-3/+9
* QQPSingleHandler: verify wantsEventPoint() even when pointId is chosenShawn Rutledge2017-04-211-4/+3
* 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
* PinchHandler: add centroidVelocityShawn Rutledge2017-04-204-0/+15
* TapHandler: add qt.quick.handler.tap logging categoryShawn Rutledge2017-04-201-14/+23
* PointerHandlers always ungrab if wantsPointerEvent returns falseShawn Rutledge2017-03-301-2/+9
* DragHandler: don't steal exclusive grabShawn Rutledge2017-03-301-2/+3
* DragHandler: restrict dragging to *only* one fingerJan Arve Saether2017-03-281-8/+24
* PinchHandler: Do not grab immediatelyJan Arve Saether2017-03-141-6/+12
* Don't include exclusiveGrabbers when matching requiredPointCountJan Arve Saether2017-03-141-1/+13
* Deactivate when reset() is calledJan Arve Saether2017-03-091-0/+1
* PointerHandlers: fix some grab notification and signal order problemsShawn Rutledge2017-03-081-2/+5
* TapHandler: grab before emitting on press, after emitting on releaseShawn Rutledge2017-03-071-4/+14
* QQuickPointerSingleHandler warning: show pointId in hexShawn Rutledge2017-03-061-1/+1
* API: Make some virtuals protected instead of publicJan Arve Saether2017-02-271-3/+2
* QQuickWindowPrivate::deliverTouchCancelEvent: deliver to handlers tooShawn Rutledge2017-02-231-0/+1
* API: Move acceptedButtons to QQuickPointerSingleHandlerJan Arve Saether2017-02-235-23/+22
* Make QQuickPointerSingleHandler::pointId() publicJan Arve Saether2017-02-231-1/+2
* Change QQuickEventPoint::pointId to be plain intJan Arve Saether2017-02-222-4/+4
* Make all handler constructors explicitJan Arve Saether2017-02-217-7/+7
* unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-216-67/+89
* clarify further exclusive vs. passive grabsShawn Rutledge2017-02-201-2/+2
* DragHandler: keep the grab (prevent stealing) when draggingShawn Rutledge2017-02-173-0/+20
* Notify timeHeld property changed whenever press state changesJan Arve Saether2017-02-161-0/+1
* notify all passive-grabbing PointerHandlers when exclusive grab changesShawn Rutledge2017-02-102-0/+8
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-107-18/+42
* TapHandler: add timeHeld propertyShawn Rutledge2017-02-092-2/+38
* TapHandler: add gesturePolicyShawn Rutledge2017-02-092-20/+110
* TapHandler: add long-press featureShawn Rutledge2017-02-092-1/+54
* Introduce TapHandlerShawn Rutledge2017-02-084-1/+287