aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable
Commit message (Expand)AuthorAgeFilesLines
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-1/+7
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-022-1/+125
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-272-0/+101
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-222-0/+48
* tst_qquickflickable: fix UB (more % in format string than arguments)Marc Mutz2022-05-261-1/+1
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-122-0/+85
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-111-9/+35
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-071-2/+0
* Blacklist or skip tests which impede coin integrationAndreas Buhr2022-05-051-0/+4
* QQuickFlickable: use custom content item that takes extents into accountRichard Moe Gustavsen2022-03-221-0/+58
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-282-0/+65
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-60/+56
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-091-1/+8
* Make tst_qquickflickable check scaling of drag thresholdShawn Rutledge2021-05-061-3/+12
* Use logical OR to test boolsVolker Hilsheimer2021-03-181-1/+1
* Blacklist a few tst_qquickflickable tests on macOSTor Arne Vestbø2021-02-151-0/+5
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-152-0/+113
* Fix tests that used out-of-context mouse grabsShawn Rutledge2020-11-171-4/+4
* Add tst_qquickflickable::parallelTouchShawn Rutledge2020-11-172-0/+110
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-2/+2
* Mostly un-blacklist Flickable and MultiPointTouchArea testsShawn Rutledge2020-11-111-5/+0
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-0/+5
* Blacklist qmltestrunner::touch::test_secondWindow and othersShawn Rutledge2020-10-261-0/+3
* Fix compile warnings from testsVolker Hilsheimer2020-10-221-1/+1
* Speed up tst_qquickflickableShawn Rutledge2020-10-145-3/+51
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-6/+0
* Blacklist a few more on macOSShawn Rutledge2020-09-261-0/+2
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-5/+4
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+4
* Blacklist tests flickable.nestedPressDelay, gridview.snapOneRowShawn Rutledge2020-09-241-0/+2
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-182-6/+6
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-6/+6
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-1/+1
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-0/+49
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-062-0/+49
| |\
| | * QQuickFlickable: fix division by zeroMitch Curtis2020-01-292-0/+49
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-4/+4
|\| |
| * | tst_qquickflickable: avoid setContextPropertyFabian Kosmale2019-10-072-4/+4
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-5/+10
|\|
| * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-5/+10
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+3
|\|
| * Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3