aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
* Fix tests that used out-of-context mouse grabsShawn Rutledge2020-11-172-5/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-2/+0
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+2
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+2
* Modernize tst_QQuickPathView::treeModel()Shawn Rutledge2020-06-102-8/+12
* Fix some warnings in tst_qquickpathviewShawn Rutledge2020-06-101-9/+9
* Autotests: use std::atomic in incubateWhile()Shawn Rutledge2020-05-151-7/+7
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-0/+110
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-052-0/+110
| |\
| | * Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-042-0/+110
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-4/+4
* | | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-146-0/+432
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-111-0/+39
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+39
| | |\
| | | * Add signal spies to tst_QQuickPathView::flickNClick testShawn Rutledge2019-10-091-0/+39
| | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-092-0/+128
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-0/+128
| |\| |
| | * | PathView: grab mouse on press if already movingShawn Rutledge2019-09-232-0/+128
| * | | Required properties: Break binding to model on writeFabian Kosmale2019-09-182-0/+71
| * | | Support required properties in model delegatesFabian Kosmale2019-09-124-0/+194
| |/ /
* / / Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+64
|/ /
* | Expose QQuickPath::pointAtPercent as Q_INVOKABLEPaolo Angelelli2019-06-251-9/+9
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-4/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-061-4/+4
| |\
| | * Fix QQuickPathView autotest: update expected warning messagesEirik Aavitsland2019-06-031-4/+4
* | | Move model types into their own libraryUlf Hermann2019-05-022-2/+2
|/ /
* | 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