aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistmodel
Commit message (Expand)AuthorAgeFilesLines
* ListModel: Treat QV4::Sequence and QV4::QmlListWrapper like arraysUlf Hermann2024-04-082-0/+187
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* tst_qqmllistmodel: Clean up memory managementAmanda Hamblin-Trué2023-08-211-59/+33
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-2/+3
* Normalize signal/slot signaturesMarc Mutz2023-07-121-3/+3
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQuickItemView: Skip instantiating delegates if size is 0Fabian Kosmale2023-04-201-0/+2
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-302-1/+42
* 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-071-9/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QmlModels: Fix enum resolution in ListElementUlf Hermann2022-08-293-0/+35
* 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-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-3/+5
* Avoid memory leaks in tst_qqmllistmodel.cppUlf Hermann2021-11-091-15/+14
* Fix some memory leaks in tst_qqmllistmodel.cppUlf Hermann2021-11-021-12/+7
* Silence compiler warnings from discarded QScopedPointerVolker Hilsheimer2021-09-241-4/+4
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+3
* QQmlListModel: Don't return from the middle of a loopUlf Hermann2021-09-132-2/+11
* QQmlListModel: Fix C++ owned object getting destroyedJaeyoon Jung2021-09-022-0/+62
* qqmllistmodel: Fix QObjects setting indestructibleCathy Park2021-08-263-0/+54
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-231-0/+17
* ListModel: Fix accessing empty strings in ListElementFabian Kosmale2021-06-301-0/+24
* QQmlListModel: Guard QObject pointers in the listUlf Hermann2021-06-291-0/+27
* qqmllistmodel: Fix QObjects getting garbage collectedMaximilian Goldstein2021-06-151-0/+31
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-0/+22
* ListModel: support URLsFabian Kosmale2020-11-122-0/+30
* Update tests to use new metaType systemDavid Skoland2020-11-021-6/+6
* 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
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-2/+2
|\
| * remove unnecessary spaceTim Jenssen2020-01-241-1/+1
| * Long live QML inline componentsFabian Kosmale2020-01-231-1/+1
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-151-11/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+57
|\|
| * QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-101-0/+30
| * QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-081-0/+27
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+53
|/
* Move model types into their own libraryUlf Hermann2019-05-022-2/+2
* Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-2/+2
* Fix storing QObject pointers in dynamic role modelsSimon Hausmann2018-05-113-0/+157
* Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-201-0/+22
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-221-0/+1