aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-193-3/+3
* 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
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-293-31/+93
* replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-292-22/+53
* improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-295-41/+432
* improve documentation of PinchHandlerShawn Rutledge2017-09-291-0/+48
* remove QQuickPinchHandler::requiredPointCountChanged signalShawn Rutledge2017-09-291-1/+0
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-292-6/+13
* Register uncreateable types PointerHandler, EventPoint, EventTouchPointShawn Rutledge2017-09-201-1/+6
* improve documentation of PinchHandlerShawn Rutledge2017-09-141-12/+75
* PinchHandler: correct the usage of min/max x/y for movement boundsShawn Rutledge2017-09-121-1/+1
* PinchHandler: make the properties useful when target is nullShawn Rutledge2017-09-122-18/+21
* QQuickMultiPointHandler::eligiblePoints: use parent not targetShawn Rutledge2017-09-121-2/+2
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-121-1/+1
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-056-21/+21
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-0311-52/+52
* Merge dev into 5.10Frederik Gladhorn2017-09-022-2/+2
|\
| * Remove QQuickEventPoint parameter from tapped propertyJan Arve Sæther2017-08-282-2/+2
* | TapHandler docs: correct the import statementShawn Rutledge2017-08-291-1/+1
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-281-4/+4
|/
* Doc: Fix PointerHandler QML docsTopi Reinio2017-08-113-40/+48
* Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
* Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-271-1/+0
* Move properties into grouped "point" propertyJan Arve Saether2017-05-234-91/+109
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-225-28/+24
* TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
* Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3
* Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9