aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers
Commit message (Expand)AuthorAgeFilesLines
* Blacklist tst_TapHandler::gesturePolicyDragWithinBounds on AndroidAndreas Buhr2022-05-191-0/+4
* Blacklist tst_QQuickPinchHandler::scaleNativeGesture on AndroidAndreas Buhr2022-05-191-0/+3
* Blacklist tst_PointHandler::tabletStylus() on AndroidAndreas Buhr2022-05-191-0/+1
* Blacklist failing tests in tst_qquickdraghandler on AndroidAndreas Buhr2022-05-181-0/+6
* Blacklist tst_DragHandler::touchDragMulti on AndroidAndreas Buhr2022-05-171-0/+5
* Blacklist tst_HoverHandler::movingItemWithHoverHandler() on AndroidAndreas Buhr2022-05-071-0/+3
* Blacklist failing tests in tst_flickableinterop on AndroidAndreas Buhr2022-05-071-0/+7
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-0710-20/+0
* Blacklist or skip tests which impede coin integrationAndreas Buhr2022-05-052-0/+7
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-03-282-9/+8
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-272-12/+4
* Un-blacklist some passing testsShawn Rutledge2022-02-081-2/+0
* QNX: Blacklist flaky qquickpointhandler testPasi Petäjäjärvi2022-02-021-0/+1
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-211-5/+5
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-1/+1
* macOS: Skip test only if cursor can't be movedVolker Hilsheimer2021-12-111-3/+2
* Allow reparenting Pointer HandlersShawn Rutledge2021-12-102-0/+77
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-4/+18
* Add WheelHandler.blocking propertyShawn Rutledge2021-12-091-0/+47
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-032-0/+36
* Add TapHandler.gesturePolicy: DragWithinBounds enum value; examplesShawn Rutledge2021-12-022-0/+175
* Use smaller windows for DragHandler testsShawn Rutledge2021-11-294-16/+14
* Blacklist some flaky tst_HoverHandler tests on macosUlf Hermann2021-11-231-0/+7
* Consolidate test helpers into private librariesMitch Curtis2021-09-1320-120/+70
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-081-2/+2
* Blacklist tst_mousearea_interop on OpenSUSEUlf Hermann2021-08-201-0/+7
* Blacklist tst_qquicktaphandler on OpenSUSEUlf Hermann2021-08-201-0/+7
* Blacklist most of tst_flickableinterop on opensuseUlf Hermann2021-08-191-0/+12
* HoverHandler: don't change state if the event involves buttonsShawn Rutledge2021-07-152-0/+67
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-011-8/+8
* Stabilize tst_HoverHandler::movingItemWithHoverHandler()Shawn Rutledge2021-07-011-1/+1
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-041-12/+70
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-021-1/+12
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-0/+4
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-05-262-0/+61
* Add dynamically-created pointer handlers to parent's resourcesShawn Rutledge2021-05-261-0/+7
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-05-202-0/+88
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-112-3/+91
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-052-0/+105
* Make tst_PointHandler::tabletStylus pass on high-dpi screensShawn Rutledge2021-04-281-8/+12
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-9/+9
* Autotests: stabilize hover event deliveryRichard Moe Gustavsen2021-03-261-0/+7
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-03-262-20/+94
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-251-0/+74
* Fix some "can be marked override" warningsAndreas Buhr2021-02-235-5/+5
* Remove the qmake project filesFabian Kosmale2021-01-1511-174/+0
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-305-40/+54
* Speed up tst_FlickableInterop::touchAndDragHandlerOnFlickableShawn Rutledge2020-11-296-0/+54
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-4/+0
* Fix multipointtoucharea_interop testsShawn Rutledge2020-11-232-19/+15