aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickdraghandler/tst_qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the window cursor on mouse releaseShawn Rutledge2022-03-171-0/+12
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-07-191-0/+54
* Update tst_DragHandler::mouseDragThreshold zero-threshold test caseShawn Rutledge2020-08-241-7/+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