aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpinchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-2/+2
|\
| * PinchHandler: change qCInfo to qCDebugShawn Rutledge2019-04-291-2/+2
* | Refactor transform code in pinchhandler to a separate functionJan Arve Sæther2019-04-021-21/+4
* | Refactor QQuickMultiPointHandler into public and private classesShawn Rutledge2019-04-021-16/+16
* | Get rid of m_startMatrix as a member variableJan Arve Sæther2019-04-021-9/+10
|/
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Liang Qi2019-02-011-19/+37
|\
| * Fix axis constraints API and documentation:v5.12.1Jan Arve Sæther2019-01-211-19/+37
* | PinchHandler: fix pedantic warningsShawn Rutledge2019-01-281-18/+18
* | PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-281-6/+4
|/
* PinchHandler: update centroid property when handling native gestureShawn Rutledge2018-09-131-0/+1
* Doc: Fix the QML type of MultiPointHandler.centroidShawn Rutledge2018-09-111-1/+1
* Remove the PinchHandler.pinchOrigin property for nowShawn Rutledge2018-08-311-26/+1
* Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-221-1/+1
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-021-5/+98
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-20/+1
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+2
* QQuickMultiPointHandler: store QQuickHandlerPoints, not QQEventPoint*sShawn Rutledge2018-07-191-5/+10
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-121-1/+1
* PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-271-9/+22
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-181-26/+11
|/
* Fix build without features.gesturesTasuku Suzuki2018-05-141-1/+6
* fix bugs in native gesture event deliveryShawn Rutledge2017-12-111-2/+4
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-4/+9
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-31/+89
* improve documentation of PinchHandlerShawn Rutledge2017-09-291-0/+48
* 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-121-15/+18
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-1/+1
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-1/+1
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-281-4/+4
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-221-2/+4
* QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-271-2/+2
* PinchHandler: add centroidVelocityShawn Rutledge2017-04-201-0/+1
* PinchHandler: Do not grab immediatelyJan Arve Saether2017-03-141-6/+12
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-0/+4
* Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-271-47/+54
* add virtual QQuickPointerHandler::onActiveChangedShawn Rutledge2016-12-091-1/+0
* PinchHandler: accept all points involved in the pinchShawn Rutledge2016-11-241-0/+1
* PinchHandler: populate the translation propertyShawn Rutledge2016-11-221-0/+1
* Fixed some problems with the centroid in PinchHandlerJan Arve Saether2016-11-201-28/+39
* Fix rotation in PinchHandlerJan Arve Saether2016-09-161-25/+103
* Introduce PinchHandlerShawn Rutledge2016-09-011-0/+201