aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-1/+50
* Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-5/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-3/+21
|\
| * Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-125-22/+12
|\|
| * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-053-3/+7
| * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-19/+5
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-6/+21
|\|
| * Document TapHandler.tapped and [single|double]Tapped eventPoint argumentShawn Rutledge2019-05-091-6/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-2/+2
|\|
| * PinchHandler: change qCInfo to qCDebugShawn Rutledge2019-04-291-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-6/+7
|\|
| * MultiPointHandler: eliminate "no points" warning with native gesturesShawn Rutledge2019-04-261-6/+7
* | 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