aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* PinchHandler: change qCInfo to qCDebugShawn Rutledge2019-04-291-2/+2
* MultiPointHandler: eliminate "no points" warning with native gesturesShawn Rutledge2019-04-261-6/+7
* If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-4/+3
* Doc: Fix link issuesNico Vertriest2019-02-282-8/+15
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-061-0/+4
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Liang Qi2019-02-012-27/+51
|\
| * Fix axis constraints API and documentation:v5.12.1Jan Arve Sæther2019-01-212-27/+51
* | TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-1/+1
* | PinchHandler: fix pedantic warningsShawn Rutledge2019-01-282-20/+19
* | PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-281-6/+4
* | Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-221-1/+3
|/
* Merge 5.12 into 5.12.1Kari Oikarinen2019-01-085-4/+8
|\
| * Doc: Fix link issuesNico Vertriest2019-01-033-4/+2
| * When there are no points to grab, then we should return falseAndy Shaw2018-12-191-0/+2
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-0/+4
* | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-2/+5
* | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-131-1/+1
|/
* Doc: Fix QDoc warningsPaul Wicking2018-10-011-1/+1
* Doc: fix grabPermissions and other enumeration propertiesShawn Rutledge2018-09-143-8/+27
* PinchHandler: update centroid property when handling native gestureShawn Rutledge2018-09-131-0/+1
* Fix potential nullptr-derefErik Verbruggen2018-09-131-2/+2
* Doc: Show that DragHandler is now a multi-point handlerShawn Rutledge2018-09-111-1/+1
* Doc: Fix the QML type of MultiPointHandler.centroidShawn Rutledge2018-09-112-2/+2
* Remove dubious API features and clutter from Pointer Handler headersShawn Rutledge2018-08-314-5/+0
* Remove the PinchHandler.pinchOrigin property for nowShawn Rutledge2018-08-312-38/+1
* Remove Q_INVOKABLE from DragHandler.enforceConstraints()Shawn Rutledge2018-08-311-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-3110-26/+26
* Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-2/+4
* Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-223-2/+13
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-1/+5
* HoverHandler: stop handling any points outside the parent ItemShawn Rutledge2018-08-171-1/+1
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-022-6/+16
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-022-5/+108
* TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-272-6/+6
* PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-273-15/+18
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-2721-114/+53
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-2610-19/+14
* TapHandler docs: correct parent Item linksShawn Rutledge2018-07-261-6/+6
* QQMultiPointHandler: don't respond to a QWheelEventShawn Rutledge2018-07-241-0/+3
* Finish renaming pointDistanceThreshold to margin (including doc image)Shawn Rutledge2018-07-242-2/+2
* Make sure pressPosition and scenePressPosition are correctly initializedJan Arve Sæther2018-07-233-2/+10
* Doc: revise TapHandler signal docs; parent not targetShawn Rutledge2018-07-231-25/+34
* TapHandler: enforce drag threshold for timeHeld and longPressedShawn Rutledge2018-07-191-1/+6
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-194-77/+161
* QQuickMultiPointHandler: store QQuickHandlerPoints, not QQEventPoint*sShawn Rutledge2018-07-195-50/+61
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-173-178/+0
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-126-15/+15
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-291-1/+4
* Move QQSinglePointHandler::acceptedButtons to QQPointerDeviceHandlerShawn Rutledge2018-06-295-46/+51