aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpinchhandler/tst_qquickpinchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-021-18/+25
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-211-5/+5
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-1/+1
* 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