aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Fix QQuickPathViewPrivate::snapToIndex()J-P Nurmi2015-10-221-0/+9
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-6/+6
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-251-0/+8
* Remove ordered list assumptions in PathViewAlan Alpert2015-05-181-0/+49
* tst_QQuickPathView::mouseDrag(): Skip on Windows if drag fails to start.v5.5.0-alpha1Friedemann Kleint2015-03-111-0/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Stabilize the drag related autotests for higher dpi displaysLars Knoll2015-01-091-6/+6
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-0/+28
* PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-101-0/+22
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-061-4/+59
* Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-241-0/+40
* Add autotest for incorrect steal of flick.Michael Brasser2014-07-241-0/+58
* Stabilize tst_QQuickPathView:dataModel()J-P Nurmi2014-03-061-5/+3
* tst_qquickpathview: show window before flickingShawn Rutledge2014-02-251-0/+5
* tst_qquickpathview: Use QCOMPARE instead of QVERIFY.Friedemann Kleint2014-01-101-7/+7
* Fix PathView stealing mouse grab from its child items.Andrew den Exter2013-10-011-0/+24
* tst_qquickpathview::cancelDrag(): Move mouse after setUrl().Friedemann Kleint2013-08-301-1/+1
* Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-0/+5
* Add diagnostic output to tst_qquickpathview::cancelDrag().Friedemann Kleint2013-07-311-1/+9
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-1/+1
|\
| * Try to stabilize tst_QQuickPathViewSergio Ahumada2013-03-211-1/+1
* | Fixed some auto testsBernd Weimer2013-03-121-52/+52
* | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-241-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-231-0/+14
|\|
| * Fix crash in PathViewTasuku Suzuki2013-01-181-0/+14
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-90/+58
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Stabilize tst_qquickpathviewAlan Alpert2012-12-051-3/+3
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-23/+23
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* tst_QQuickPathView::package(): updated QSKIP()J-P Nurmi2012-09-071-1/+1
* Add cacheItemCount property to PathViewMartin Jones2012-08-281-0/+80
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-4/+4
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-231-0/+111
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-231-8/+34
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-11/+12
* QQuickCanvas renamesAlan Alpert2012-07-171-197/+197
* PathView needs drag events similar to FlickableMartin Jones2012-07-041-0/+40
* Changing PathView offset doesn't set currentIndex appropriatelyMartin Jones2012-06-271-2/+37
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-051-1/+7
* Reset the PathView currentIndex to 0 when all items are removed.Andrew den Exter2012-05-311-50/+93
* Fix PathView not updating after all items are removed from the model.Andrew den Exter2012-05-281-0/+124
* PathView was moving view too soon on dragMartin Jones2012-05-141-0/+5
* Support snapMode in PathViewMartin Jones2012-04-041-0/+87
* PathView was missing the maximumFlickVelocity propertyMartin Jones2012-03-261-0/+54
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-201-0/+36