aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-282-0/+88
|\
| * Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-272-0/+88
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-0/+1
|\|
| * Stabilize tst_QQuickPathView::package()Friedemann Kleint2019-01-141-0/+1
* | tests/auto/quick: remove QQUICK_VERIFY_POLISH macroMitch Curtis2018-10-312-3/+4
|/
* Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-054-4/+8
* PathView autotest: fix "value is not defined" errorShawn Rutledge2018-10-051-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-0/+55
|\
| * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+55
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-292-0/+171
|\|
| * QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-252-0/+171
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-1/+3
|\|
| * test: fix flaky in tst_QQuickPathView::movementDirection()Liang Qi2018-04-271-1/+3
* | Skip test that is currently asserting on macOSLars Knoll2018-05-021-0/+4
* | Skip tests that are currently asserting on macOSLars Knoll2018-05-021-0/+4
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-72/+72
* Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-2/+2
* Fix outdated BSD license headerKai Koehne2017-10-174-10/+50
* Add missing math.h include for math functionsJake Petroules2017-09-121-0/+2
* PathView: fix crash on path removeOleg Yadrov2017-01-112-0/+40
* tst_QQuickPathView, tst_QQuickListView: Fix compiler warningsFriedemann Kleint2016-12-081-5/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-0/+204
|\
| * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-122-0/+103
| * PathView: fix item creationAnton Kudryavtsev2016-08-122-0/+101
* | Quick: expose movementDirection of PathViewLiang Qi2016-05-022-0/+111
* | 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