aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-291-0/+196
|/
* 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-101-18/+144
|\
| * 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-301-1/+19
| |\|
| | * Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-291-1/+19
| * | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-231-17/+81
| * | 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-031-0/+48
* | | Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-181-0/+21
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+28
| |\|
| | * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-0/+28
* | | Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-0/+2
|/ /
* / Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-121-0/+43
* Flickable: remove spurious emission of content size changesJ-P Nurmi2015-09-291-0/+35
* 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-221-0/+20
* 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
* 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-121-7/+7
* Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-211-0/+6
* Stabilize tst_qquickflickable.Friedemann Kleint2014-11-281-4/+20
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-221-0/+46
* Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-11/+9
* Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-0/+18
* Fix tst_qquickflickable::stopAtBounds()J-P Nurmi2014-01-251-2/+2
* Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-211-5/+35
* Fix Flickable generated release event with pressDelay.Martin Jones2014-01-091-0/+23
* tst_qquickflickable: unskip rebound on OS XRobin Burchell2013-12-111-5/+0