aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpinchhandler/tst_qquickpinchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Normalize signal/slot signaturesMarc Mutz2023-07-121-1/+1
* Fix PinchHandler.persistentTranslation; test cumulative native gesturesShawn Rutledge2023-04-111-7/+31
* Fix and test PinchHandler native-gesture scalingShawn Rutledge2023-02-171-0/+99
* tst_QQuickPinchHandler: use QScopedPointer for input devicesShawn Rutledge2023-02-171-19/+19
* Improve DragHandler tests for easier troubleshootingShawn Rutledge2023-01-091-0/+6
* Stop using deprecated QQuickPinchHandler functions and signalsIvan Solovev2022-12-161-54/+60
* PinchHandler: don't confine activeScale and activeRotation to min/maxShawn Rutledge2022-12-121-4/+8
* Standardize Drag/PinchHandler active/persistent scale, rotation, translationShawn Rutledge2022-12-101-2/+29
* Add PinchHandler.scaleAxis, rotationAxis; hold values in axesShawn Rutledge2022-12-101-45/+96
* Add qCDebug to tst_QQuickPinchHandler::scaleThreeFingersShawn Rutledge2022-11-261-0/+1
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-171-3/+48
* Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-171-73/+58
* tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-171-10/+10
* tst_QQuickPinchHandler::scaleThreeFingers: stop using root propertiesShawn Rutledge2022-11-171-5/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-12/+12
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-011-18/+25
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-1/+1
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-131-5/+5
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-21/+12
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-021-1/+12
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-0/+4
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-03-261-20/+32
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-0/+74
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-6/+7
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-2/+2
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-14/+3
* PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-281-0/+80
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-021-0/+692