aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-0/+9
|\
| * Fix QQuickPathViewPrivate::snapToIndex()J-P Nurmi2015-10-221-0/+9
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+0
|/
* 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-252-0/+66
* Remove ordered list assumptions in PathViewAlan Alpert2015-05-182-0/+160
* Tests: Make qquicktext, qquicktextedit and qquickpathview significantCaroline Chao2015-04-081-2/+0
* tst_QQuickPathView::mouseDrag(): Skip on Windows if drag fails to start.v5.5.0-alpha1Friedemann Kleint2015-03-111-0/+4
* Fixed license headersJani Heikkinen2015-02-172-6/+6
* Update copyright headersJani Heikkinen2015-02-123-17/+17
* Stabilize the drag related autotests for higher dpi displaysLars Knoll2015-01-092-8/+8
* 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-102-0/+42
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-063-4/+137
* Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-242-0/+85
* Add autotest for incorrect steal of flick.Michael Brasser2014-07-242-0/+143
* Stabilize tst_QQuickPathView:dataModel()J-P Nurmi2014-03-062-5/+4
* Mark tst_qquickpathview insignificant on OS XJ-P Nurmi2014-02-271-0/+2
* tst_qquickpathview: show window before flickingShawn Rutledge2014-02-251-0/+5
* fix whitespaceOswald Buddenhagen2014-01-221-2/+2
* 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-012-0/+60
* Merge branch 'stable' into devSergio Ahumada2013-09-061-0/+5
|\
| * 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
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-1/+9
|\|
| * Add diagnostic output to tst_qquickpathview::cancelDrag().Friedemann Kleint2013-07-311-1/+9
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* 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-232-0/+20
|\|
| * Fix crash in PathViewTasuku Suzuki2013-01-182-0/+20
* | 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
* make use of qtHaveModule()Oswald Buddenhagen2013-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-282-1/+84
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-4/+4
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-232-1/+119
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-232-8/+94