aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickdraghandler
Commit message (Expand)AuthorAgeFilesLines
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-8/+0
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+8
* 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-302-1/+14
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-10/+8
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-3/+17
|\
| * Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-312-3/+17
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-9/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-2/+97
|\|
| * Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-2/+97
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-27/+55
|\|
| * 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 QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+57
|/ /
* / 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