aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickvisualdatamodel
Commit message (Expand)AuthorAgeFilesLines
* Port away from QPairZhao Yuhang2025-04-121-2/+2
* Move DelegateChooser from Qt.labs.models to QtQml.ModelsOliver Eftevaag2024-11-191-3/+2
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-8/+6
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Models: Straighten out model and modelData propertiesUlf Hermann2023-03-241-6/+3
* tst_qquickvisualdatamodel.cpp: Avoid memory leaksUlf Hermann2023-03-211-14/+20
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-58/+58
* 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-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-112-54/+4
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-05-042-0/+58
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* DelegateModel: Use actual bindings for required propertiesUlf Hermann2022-04-112-0/+121
* QQmlDelegateModelAttached: Make static properties statically knownFabian Kosmale2021-10-132-1/+37
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-11/+7
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-6/+6
* Use QScopedPointer::reset to explicitly delete the objectVolker Hilsheimer2021-03-291-1/+1
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
* Use metatype and remove unused variableDavid Skoland2020-11-181-1/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Fix misuses of the implicit QChar(int) constructorDavid Faure2020-11-071-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-4/+4
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-70/+71
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-4/+8
* 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-163-0/+130
|\
| * QQmlDelegateModel: Read values from the correct objectUlf Hermann2019-12-032-0/+39
| * QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-232-0/+91
* | 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-141-0/+40
|\|
| * When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-0/+40
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+63
|/
* Move model types into their own libraryUlf Hermann2019-05-022-2/+2
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-0/+133
* Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-0522-194/+215
* QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-59/+59
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+0
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-9/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-3/+4
|\
| * Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+4
* | Updated license headersJani Heikkinen2016-01-201-17/+12