aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* Stabilize tst_qquickflickable.Friedemann Kleint2014-11-281-4/+20
* Update license headers and add new licensesJani Heikkinen2014-08-252-38/+22
* Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-222-0/+85
* Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-11/+9
* Disable Flickable tests on Mac OS X.Gunnar Sletta2014-02-121-0/+1
* Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-252-0/+36
* 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-092-0/+37
* tst_qquickflickable: unskip rebound on OS XRobin Burchell2013-12-111-5/+0
* Stabilise and remove insignificant marker from tst_qquickflickable.Robin Burchell2013-12-112-11/+5
* Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-052-1/+111
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-0/+17
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-131-0/+26
|\
| * Add missing file to qquickflickable testMartin Jones2013-09-091-0/+26
* | Merge branch 'stable' into devSergio Ahumada2013-09-061-9/+42
|\|
| * Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-9/+42
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-27/+42
|\|
| * Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-191-27/+42
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-062-0/+94
|\|
| * Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-312-0/+94
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-142-0/+22
|\
| * Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-122-0/+22
* | 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-252-0/+108
|\|
| * Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-222-0/+108
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-071-2/+2
|\|
| * Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-242-6/+5
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-182-95/+91
* | Merge branch 'stable' into devGunnar Sletta2013-01-172-1/+93
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| * Flickable: Test case for flicking twice using touchesDaniel d'Andrada2013-01-092-0/+92
* | Disable the QQuickFlickable test in CI.Gunnar Sletta2013-01-161-0/+1
|/
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-293-23/+74
* Nested Flickables with pressDelay flick incorrect FlickableMartin Jones2012-11-262-18/+53