aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove undefined QQuickPointerDeviceHandler::setPressed methodShawn Rutledge2017-02-081-1/+0
* corrections: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-02-081-10/+14
* QQPSingleHandler: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-01-033-25/+96
* QQuickPointerHandler::setGrab: don't emit grabChanged if it didn'tShawn Rutledge2016-12-301-4/+4
* Add a DragHandler::translation propertyJan Arve Saether2016-12-292-0/+16
* QQuickMultiPointerHandler::grabPoints cancels existing grabsShawn Rutledge2016-12-291-1/+1
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-296-18/+18
* Don't assume that target is the parent itemJan Arve Saether2016-12-295-27/+33
* Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-273-56/+62
* Fixed bug in DragHandler when dragging in scaled coordinate systemJan Arve Saether2016-12-271-4/+7
* more renaming QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-271-3/+3
* Deactivate the handler when wantsPointerEvent returns falseJan Arve Saether2016-12-091-0/+2
* DragHandler: override wantsEventPoint to retain interest out of boundsShawn Rutledge2016-12-093-0/+11
* Fixed a bug where a 2-finger pinchhandler became active with 3 fingersJan Arve Saether2016-12-091-2/+6
* SingleHandler: add virtual wantsEventPoint(QQuickEventPoint *)Shawn Rutledge2016-12-092-5/+32
* add virtual QQuickPointerHandler::onGrabChanged and signal grabChangedShawn Rutledge2016-12-092-0/+6
* add virtual QQuickPointerHandler::onActiveChangedShawn Rutledge2016-12-094-3/+4
* pointerhandlers: replace Q_DECL_OVERRIDE with overrideShawn Rutledge2016-12-093-4/+4
* PinchHandler: accept all points involved in the pinchShawn Rutledge2016-11-243-0/+8
* QQuickPointerHandler: add read-only parent propertyShawn Rutledge2016-11-242-0/+15
* PinchHandler: populate the translation propertyShawn Rutledge2016-11-221-0/+1
* Remove QQuickMultiPointerHandler::startingCentroidJan Arve Saether2016-11-202-12/+0
* Fixed some problems with the centroid in PinchHandlerJan Arve Saether2016-11-202-28/+41
* DragHandler: grab when dragging over the thresholdShawn Rutledge2016-10-171-0/+1
* add QQuickPointerHandler::handleGrabCancel; call in setGrabShawn Rutledge2016-10-174-2/+26
* QQuickPointerSingleHandler: choose the current point only if pressedShawn Rutledge2016-10-141-1/+1
* QQuickPointerSingleHandler: add pressedButtons propertyShawn Rutledge2016-09-192-0/+18
* QQuickEventPoint: rename itemGrabber -> grabberItem etc.Shawn Rutledge2016-09-192-4/+4
* Fix rotation in PinchHandlerJan Arve Saether2016-09-164-48/+195
* Do not use manhattanLength for measuring distanceJan Arve Sæther2016-09-161-2/+2