aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
Commit message (Expand)AuthorAgeFilesLines
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-1/+1
* Fix tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2020-10-272-3/+3
* Fix tst_PointerHandlers::mouseEventDeliveryShawn Rutledge2020-10-272-9/+17
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-272-20/+34
* Fix tst_MouseAreaInterop::dragHandlerInSiblingStealing…ViaTouch()Shawn Rutledge2020-10-272-7/+8
* Blacklist qmltestrunner::touch::test_secondWindow and othersShawn Rutledge2020-10-261-0/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0610-30/+30
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-3/+1
* Blacklist a few more on macOSShawn Rutledge2020-09-262-0/+4
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-266-33/+2
* Blacklist maiop::dragHandlerInSiblingStealingGrabFromMouseAreaViaTouchShawn Rutledge2020-09-241-0/+2
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-189-0/+50
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-185-91/+97
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-152-0/+93
* Update tst_DragHandler::mouseDragThreshold zero-threshold test caseShawn Rutledge2020-07-281-7/+8
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-6/+7
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-152-74/+74
* Update the window cursor on mouse releaseShawn Rutledge2020-06-302-1/+14
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-302-0/+71
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-238-48/+28
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-7/+7
* cmake: Enable tests for pointerhandlersFabian Kosmale2020-06-101-0/+47
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-179-18/+18
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-0/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-127-6/+138
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+60
| |\
| | * Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-0/+60
| * | Blacklist tst_QQuickWheelHandler::singleHandler() on macOSUlf Hermann2020-02-121-0/+3
| * | qtdeclarative: Disable movingItemWithHoverHandler on macOSMaximilian Goldstein2020-02-121-0/+3
| |/
| * Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-314-6/+72
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-129-45/+18
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-168-2/+278
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-0/+1
| |\
| | * Blacklist touchAndDragHandlerOnFlickable() on OpenSuse 15.0Ulf Hermann2020-01-101-0/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-093-5/+46
| |\|
| | * Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-061-5/+23
| | * TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-062-0/+23
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-044-0/+234
| |\|
| | * MouseArea: react to touch ungrabShawn Rutledge2019-12-024-0/+234
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-159-27/+27
* | | Regenerate testsAlexandru Croitor2019-11-149-85/+18
* | | 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-155-27/+158
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-265-27/+158
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-125-27/+158
| | |\
| | | * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-27/+55
| | | * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-0/+10
| | | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-052-0/+93