aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-4/+3
|\
| * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-4/+3
* | Add some missing QT_{BEGIN,END}_NAMESPACE macrosJan Arve Sæther2019-03-212-0/+7
* | Export all private Input Handlers and related classesShawn Rutledge2019-03-189-12/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-132-8/+15
|\|
| * Doc: Fix link issuesNico Vertriest2019-02-282-8/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-073-27/+55
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-1/+1
|\| |
| * | TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-294-27/+31
|\| |
| * | 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
| |\
| * | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-2/+5
| * | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-131-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-103-4/+2
|\ \ \ | | |/ | |/|
| * | Doc: Fix link issuesNico Vertriest2019-01-033-4/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-0/+2
|\| |
| * | When there are no points to grab, then we should return falseAndy Shaw2018-12-191-0/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-0/+4
|\| |
| * | TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-0/+4
| |/
* / Refactor QQuickSinglePointHandler into public and private classesShawn Rutledge2018-12-054-27/+131
|/
* 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