aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-72/+72
* Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-2/+2
* Add missing math.h include for math functionsJake Petroules2017-09-121-0/+2
* PathView: fix crash on path removeOleg Yadrov2017-01-111-0/+14
* tst_QQuickPathView, tst_QQuickListView: Fix compiler warningsFriedemann Kleint2016-12-081-5/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+50
|\
| * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-121-0/+26
| * PathView: fix item creationAnton Kudryavtsev2016-08-121-0/+24
* | Quick: expose movementDirection of PathViewLiang Qi2016-05-021-0/+68
* | 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