aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickdraghandler/tst_qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Improve DragHandler tests for easier troubleshootingShawn Rutledge2023-01-091-1/+1
* Pointer handlers: don't emit canceled() when an extra button interruptsShawn Rutledge2022-12-151-0/+65
* Uncomment velocity check in tst_DragHandler::mouseDragShawn Rutledge2022-12-111-2/+2
* Standardize Drag/PinchHandler active/persistent scale, rotation, translationShawn Rutledge2022-12-101-7/+20
* Add PinchHandler.scaleAxis, rotationAxis; hold values in axesShawn Rutledge2022-12-101-0/+24
* qquickpointerhandler_p.h: Clean up includesFabian Kosmale2022-10-191-0/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-30/+30
* tst_qquickdraghandler: guard the usage of deprecated APIsIvan Solovev2022-08-261-0/+39
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-5/+6
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-041-12/+70
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-05-201-0/+54
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-051-0/+73
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-9/+9
* Update tst_DragHandler::mouseDragThreshold zero-threshold test caseShawn Rutledge2020-07-281-7/+8
* Update the window cursor on mouse releaseShawn Rutledge2020-06-301-0/+12
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-10/+8
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-1/+14
* Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-2/+97
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-27/+55
|\
| * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-27/+55
* | Add snapMode to DragHandlerJan Arve Sæther2019-05-161-0/+74
|/
* If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-0/+33
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-061-0/+46
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-0/+19
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-50/+70
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-031-6/+7
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-311-1/+84
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-5/+4
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-1/+1
* Add autotest for DragHandlerShawn Rutledge2017-05-291-0/+405