aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-295-33/+46
* Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-287-4/+219
* PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-272-10/+26
* PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-272-6/+8
* MultiPointHandler::hasCurrentPoints: OK if event has more pointsShawn Rutledge2018-06-252-4/+4
* Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-255-63/+165
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-253-3/+3
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-193-3/+3
* | Move wantsEventPoint() up from SinglePointHandler to QQPointerHandlerShawn Rutledge2018-06-205-7/+7
* | Fix non-initialized class memberJesus Fernandez2018-06-202-6/+5
* | Reduce warning frequency: missing point neither cancelled nor releasedShawn Rutledge2018-06-201-3/+8
* | Split QQuickPointerDeviceHandler and QQuickPointerDeviceHandlerPrivateShawn Rutledge2018-05-304-29/+127
* | Add QQuickHandlerPoint::modifiers propertyShawn Rutledge2018-05-182-0/+17
* | MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-187-87/+122
* | Move QQuickHandlerPoint into its own header and cpp filesShawn Rutledge2018-05-165-262/+373
* | Refactor QQuickPointerHandler: add private implementation classShawn Rutledge2018-05-154-56/+185
|/
* Fix build without features.gesturesTasuku Suzuki2018-05-142-1/+8
* QQuickPointerHandler: make classBegin and componentComplete protectedShawn Rutledge2018-03-272-5/+13
* TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-022-3/+29
* Don't crash if DragHandler have target: nullJan Arve Sæther2018-03-021-6/+8
* TapHandler: document that DragThreshold is the default gesturePolicyShawn Rutledge2018-02-281-18/+19
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-281-1/+1
* doc: Fix several Can't link to errorsMartin Smith2018-02-282-26/+49
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-267-7/+7
* doc: Correct mostly linking errorsMartin Smith2018-02-235-30/+37
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-212-36/+62
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-6/+12
|\
| * Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-6/+12
* | QQuickPointerHandler: implement QQmlParserStatusShawn Rutledge2018-02-081-1/+6
|/
* QQuickPointerHandler: add virtual onTargetChanged()Shawn Rutledge2018-01-122-0/+3
* fix bugs in native gesture event deliveryShawn Rutledge2017-12-111-2/+4
* TapHandler: emit canceled when a gesturePolicy constrait is violatedShawn Rutledge2017-12-111-0/+2
* Fix a bug with calculation of translation in DragHandlerJan Arve Sæther2017-11-241-3/+4
* PointHandler: fix and improve the docsShawn Rutledge2017-11-231-25/+52
* add PointHandlerShawn Rutledge2017-11-154-0/+219
* PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-143-16/+155
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-4/+9
* Fix Logically dead codeJesus Fernandez2017-10-271-1/+1
* improve documentation of DragHandlerShawn Rutledge2017-09-291-2/+38