aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpinchhandler
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-276-6/+6
* Normalize signal/slot signaturesMarc Mutz2023-07-121-1/+1
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Fix PinchHandler.persistentTranslation; test cumulative native gesturesShawn Rutledge2023-04-112-8/+39
* Fix and test PinchHandler native-gesture scalingShawn Rutledge2023-02-171-0/+99
* tst_QQuickPinchHandler: use QScopedPointer for input devicesShawn Rutledge2023-02-171-19/+19
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Improve DragHandler tests for easier troubleshootingShawn Rutledge2023-01-092-3/+17
* 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
* Stabilize tst_QQuickPinchHandler::scaleThreeFingers with dragThresholdShawn Rutledge2022-12-121-1/+2
* 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-172-3/+81
* Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-172-75/+86
* tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-172-13/+13
* tst_QQuickPinchHandler::scaleThreeFingers: stop using root propertiesShawn Rutledge2022-11-172-9/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-12/+12
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-012-19/+26
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-115-135/+10
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Blacklist tst_QQuickPinchHandler::scaleNativeGesture on AndroidAndreas Buhr2022-05-031-0/+3
* 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-132-27/+13
* 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-262-20/+94
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-0/+74
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-2/+0
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+2
* 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
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-9/+2
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+57
* PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-025-0/+889