aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/flickableinterop
Commit message (Expand)AuthorAgeFilesLines
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-305-40/+54
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-4/+0
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-1/+1
* Blacklist qmltestrunner::touch::test_secondWindow and othersShawn Rutledge2020-10-261-0/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Blacklist a few more on macOSShawn Rutledge2020-09-261-0/+2
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-7/+0
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+7
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+1
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-0/+1
|\
| * Blacklist touchAndDragHandlerOnFlickable() on OpenSuse 15.0Ulf Hermann2020-01-101-0/+1
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-9/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+57
|/
* Blacklist ...::touchDragFlickableBehindButton() on mingwUlf Hermann2019-04-171-0/+2
* Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
* 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-227-0/+570
* 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
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-174-8/+4
* tst_FlickableInterop: test both usages of DragHandler in a SliderShawn Rutledge2018-07-124-32/+195
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-031-8/+9
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-292-34/+19
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-0/+86
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-0/+14
|\
| * Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-0/+14
* | Stabilize the flickableinterop autotestLars Knoll2018-02-081-2/+2
|/
* Fix outdated BSD license headerKai Koehne2017-11-154-109/+61
* Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-272-1/+154
* rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-122-5/+5
* Fix autotests to run with the new APIJan Arve Saether2017-05-231-2/+2
* tst_flickableinterop: test buttons with all gesturePolicy valuesShawn Rutledge2017-05-154-12/+70
* Add tst_flickableinterop: verify drag and tap handlers inside FlickableShawn Rutledge2017-04-286-0/+815