aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable
Commit message (Expand)AuthorAgeFilesLines
* blacklist tst_qquickflickable::rebound on macOSv5.10.0-rc1Shawn Rutledge2017-11-231-1/+2
* 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
* | 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
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-133-66/+300
|\ \
| * | 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
| * Blacklist nestedSliderUsingTouch in Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+2
| * Add tst_qquickflickable::nestedSliderUsingTouchShawn Rutledge2017-03-272-0/+197
| * tst_qquickflickable: clean up touch event handlingShawn Rutledge2017-03-271-17/+9
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-022-0/+33
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-0/+33
| |\
| | * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-082-0/+33
* | | build a vector of child-filtering parents before delivery of pointer eventShawn Rutledge2017-01-271-0/+3
|/ /
* / Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-293-0/+330
|/
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-103-18/+153
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-0/+45
| |\
| | * Flickable: add a trackpad (touchpad) autotestShawn Rutledge2016-10-041-0/+45
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-302-1/+24
| |\|
| | * Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-292-1/+24
| * | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-232-17/+85
| * | autotests: remove qWait(1) in touch sequencesShawn Rutledge2016-08-131-1/+0
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+1
| |\|
| | * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-051-0/+1
* | | Add a test that verifies that keepMouseGrab worksFrederik Gladhorn2016-10-032-0/+70
* | | Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-182-0/+27
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-022-0/+47
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-152-0/+47
| |\|
| | * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-012-0/+47
* | | Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-0/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-202-34/+24
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-2/+86
|\|
| * Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-122-2/+51
| * Flickable: remove spurious emission of content size changesJ-P Nurmi2015-09-291-0/+35
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+0
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-11/+11
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-28/+28
* Emit movement signals for flick().Michael Brasser2015-07-222-0/+46
* Decouple flickable stopAtBounds test from mouse event timingUlf Hermann2015-06-051-1/+3
* Fix flickable autotestUlf Hermann2015-06-051-46/+48
* Allow for some delay on starting transitions in flickable testUlf Hermann2015-06-051-1/+1
* Extend blacklistSimon Hausmann2015-04-211-1/+1
* Tests: Use blacklist instead of insignificant for tst_qquickflickableCaroline Chao2015-04-102-1/+19
* Allow Flickable's grab to be stolen if dragging over bounds.Andrew den Exter2015-03-191-13/+38
* Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-0/+34
* Update copyright headersJani Heikkinen2015-02-122-14/+14
* Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-211-0/+6