aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickmultipointhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-061-0/+4
* When there are no points to grab, then we should return falseAndy Shaw2018-12-191-0/+2
* Doc: Fix the QML type of MultiPointHandler.centroidShawn Rutledge2018-09-111-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-221-0/+9
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-1/+5
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-021-5/+15
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-5/+1
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+1
* QQMultiPointHandler: don't respond to a QWheelEventShawn Rutledge2018-07-241-0/+3
* Make sure pressPosition and scenePressPosition are correctly initializedJan Arve Sæther2018-07-231-1/+3
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-3/+27
* QQuickMultiPointHandler: store QQuickHandlerPoints, not QQEventPoint*sShawn Rutledge2018-07-191-22/+32
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-121-2/+2
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-291-27/+1
* MultiPointHandler::hasCurrentPoints: OK if event has more pointsShawn Rutledge2018-06-251-3/+3
* MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-181-21/+14
* Fix build without features.gesturesTasuku Suzuki2018-05-141-0/+2
* PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-141-6/+7
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-0/+3
* replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-291-16/+41
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-291-1/+39
* QQuickMultiPointHandler::eligiblePoints: use parent not targetShawn Rutledge2017-09-121-2/+2
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-5/+5
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-0/+248