aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlitemmodels
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-273-3/+3
* qmlmodels: Expose QModelIndex::data() to QMLKai Uwe Broulik2023-11-013-0/+6
* TestModel::Node: disable copy/moveMarc Mutz2023-08-071-0/+2
* TestModel: port away from Q_FOREACHMarc Mutz2023-08-071-2/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-072-7/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-113-81/+6
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-212-0/+2
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-182-3/+3
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-12/+12
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-20/+0
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-0/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-0/+2
|\
| * Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-311-0/+2
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-151-9/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+48
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Fix failed assertions coming from the QML list modelLars Knoll2017-12-291-2/+0
* Updated license headersJani Heikkinen2016-01-203-51/+36
* Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-223-20/+33
* Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-223-23/+82
* tst_qqmlitemmodels: Remove pointless QVariant::type() checksGabriel de Dietrich2015-03-051-5/+0
* Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-1210-0/+856