aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
Commit message (Expand)AuthorAgeFilesLines
* Update tst_DragHandler::mouseDragThreshold zero-threshold test caseShawn Rutledge2020-08-241-7/+8
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-302-0/+71
* qtdeclarative: Disable movingItemWithHoverHandler on macOSMaximilian Goldstein2020-06-091-0/+3
* Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-111-0/+60
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-314-6/+72
* 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
* | Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-2/+97
|/
* 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
* | | Fix some compiler warnings in testsFriedemann Kleint2019-07-121-1/+0
* | | Add snapMode to DragHandlerJan Arve Sæther2019-05-163-0/+161
* | | Stabilize tst_QQuickWheelHandler's activeChangedSpy checksShawn Rutledge2019-04-272-3/+5
* | | Add WheelHandlerShawn Rutledge2019-04-275-0/+457
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+2
|\|
| * Blacklist ...::touchDragFlickableBehindButton() on mingwUlf Hermann2019-04-171-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-092-0/+69
|\|
| * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
* | Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExpos...Friedemann Kleint2019-04-081-1/+1
|/
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-042-1/+38
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-262-0/+83
* Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
* Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
* Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
* PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-227-0/+570
* Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-0/+80
|\
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-102-0/+80
* | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-0/+56
* | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-132-0/+165
|/
* Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-072-0/+39
* Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-4/+115
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-312-15/+15
* Add a HoverHandler autotestShawn Rutledge2018-08-234-3/+416
* Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-0/+54
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-0/+19
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-062-37/+46
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-026-0/+890