aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickdraghandler
Commit message (Expand)AuthorAgeFilesLines
* Add snapMode to DragHandlerJan Arve Sæther2019-05-163-0/+161
* If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-0/+19
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-192-53/+74
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-176-12/+6
* 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-313-2/+203
* Fix outdated BSD license headerKai Koehne2017-11-155-137/+77
* 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
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-122-4/+4
* Update according to new "point" API of single handlerJan Arve Saether2017-05-311-1/+1
* Add autotest for DragHandlerShawn Rutledge2017-05-298-0/+963