aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-11/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* tst_qquickflickable: fix compilation warningJ-P Nurmi2012-09-071-1/+1
* Some autotests which failed on OSX don't fail anymore; others doBea Lam2012-07-301-20/+16
* Delete created objects in tests and fix warningsBea Lam2012-07-301-0/+15
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-4/+4
* QQuickCanvas renamesAlan Alpert2012-07-171-160/+160
* Adjust Flickable autotest to check mouse events with transformationAdriano Rezende2012-07-141-0/+48
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-091-1/+1
* Improve wheel event handling.Michael Brasser2012-07-041-2/+5
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-221-2/+2