aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview
Commit message (Expand)AuthorAgeFilesLines
* Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+55
* QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-252-0/+171
* 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
* 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
* 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