aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* Stabilise and remove insignificant marker from tst_qquickflickable.Robin Burchell2013-12-111-10/+5
* Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-051-1/+89
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-0/+17
* Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-9/+42
* Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-191-27/+42
* Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-311-0/+23
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-141-0/+8
|\
| * Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-121-0/+8
* | Autotests w CONFIG+=parallel_test don't depend on activation or focusShawn Rutledge2013-03-041-26/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-0/+71
|\|
| * Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-0/+71
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-071-2/+2
|\|
| * Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-241-5/+5
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-94/+91
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Flickable: Test case for flicking twice using touchesDaniel d'Andrada2013-01-091-0/+70
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-291-21/+40
* Nested Flickables with pressDelay flick incorrect FlickableMartin Jones2012-11-261-0/+29