aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickdraghandler/tst_qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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