aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/pinchHandler.qml
Commit message (Expand)AuthorAgeFilesLines
* Move most of the pointer manual tests to a new pointerhandlers exampleShawn Rutledge2021-09-241-184/+0
* Respect PinchHandler min/maximumPointCount props with native gesturesShawn Rutledge2021-07-091-1/+2
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-0/+8
* Fix the pinchHandler manual testShawn Rutledge2020-05-221-2/+2
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-171-2/+1
* MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-181-3/+3
* Fix outdated BSD license headerKai Koehne2017-11-151-27/+15
* pinchHandler manual test: more PinchHandlers; TapHandler for z-orderShawn Rutledge2017-11-141-58/+101
* replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-291-1/+1
* QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-251-0/+1
* PinchHandler: add centroidVelocityShawn Rutledge2017-04-201-0/+7
* Red frame indicates that the item has an active handlerJan Arve Saether2017-03-091-1/+8
* Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-271-15/+26
* Fixed some problems with the centroid in PinchHandlerJan Arve Saether2016-11-201-44/+52
* Fix rotation in PinchHandlerJan Arve Saether2016-09-161-6/+24
* Introduce PinchHandlerShawn Rutledge2016-09-011-0/+93