aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/flickableinterop/tst_flickableinterop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify tst_FlickableInterop::touchDragSliderAndFlickable to passShawn Rutledge2024-03-201-1/+4
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Fix various compiler warnings in testsVolker Hilsheimer2023-04-241-1/+1
* TapHandler: ignore untracked moving points; treat touchpad as mouseShawn Rutledge2023-02-211-0/+115
* tst_FlickableInterop: use QScopedPointer for touchscreen deviceShawn Rutledge2023-02-101-30/+29
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-091-0/+72
* Standardize Drag/PinchHandler active/persistent scale, rotation, translationShawn Rutledge2022-12-101-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-14/+14
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-5/+6
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-301-32/+45
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+1
* Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-221-0/+138
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-10/+0
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-1/+1
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-1/+1
* tst_FlickableInterop: test both usages of DragHandler in a SliderShawn Rutledge2018-07-121-20/+55
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-031-8/+9
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-291-33/+12
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-0/+86
* Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-0/+14
* Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-271-0/+77
* tst_flickableinterop: test buttons with all gesturePolicy valuesShawn Rutledge2017-05-151-6/+50
* Add tst_flickableinterop: verify drag and tap handlers inside FlickableShawn Rutledge2017-04-281-0/+431