aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
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-021-1/+101
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-271-0/+87
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-221-0/+22
* 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-121-0/+53
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-111-9/+35
* 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-281-0/+50
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-54/+55
* 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
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-151-0/+61
* Fix tests that used out-of-context mouse grabsShawn Rutledge2020-11-171-4/+4
* Add tst_qquickflickable::parallelTouchShawn Rutledge2020-11-171-0/+43
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-2/+2
* Fix compile warnings from testsVolker Hilsheimer2020-10-221-1/+1
* Speed up tst_qquickflickableShawn Rutledge2020-10-141-3/+0
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-5/+4
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-6/+5
* 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
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+11
|\
| * QQuickFlickable: fix division by zeroMitch Curtis2020-01-291-0/+11
* | tst_qquickflickable: avoid setContextPropertyFabian Kosmale2019-10-071-4/+3
|/
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-5/+10
* Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
* Stabilize nestedSliderUsingTouch:keepNeither test on UbuntuShawn Rutledge2018-09-131-4/+4
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-311-0/+9
* Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-121-0/+66
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-80/+80
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+1
|\
| * tst_qquickflickable: fix compiler warningMitch Curtis2018-02-081-1/+1
* | test: tst_qquickflickable::flickOnRelease() got fixedLiang Qi2018-01-091-6/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-0/+8
| |\|
| | * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-0/+8
* | | test: skip tst_qquickflickable::flickOnRelease()Liang Qi2017-12-191-1/+2
|/ /
* | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-101-0/+4
* | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-141-1/+3
* | Allow custom bounds behaviors for FlickableJ-P Nurmi2017-04-101-49/+94
|/
* tst_qquickflickable: remove bogus ItemAcceptsDrops flagShawn Rutledge2017-04-051-3/+1
* Adapt tst_qquickflickable::nestedSliderUsingTouch for slow CIShawn Rutledge2017-04-041-4/+4
* Add tst_qquickflickable::nestedSliderUsingTouchShawn Rutledge2017-03-271-0/+161
* tst_qquickflickable: clean up touch event handlingShawn Rutledge2017-03-271-17/+9
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+20
|\
| * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-081-0/+20