aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistmodelworkerscript
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* tst_qqmllistmodelworkerscript: Clean up memory managementAmanda Hamblin-Trué2023-12-211-73/+69
* tst_qqmllistmodelworkerscript: Avoid memory leakUlf Hermann2023-10-231-1/+1
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-5/+6
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* Normalize signal/slot signaturesMarc Mutz2023-07-121-2/+2
* 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-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-24/+24
* 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-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* ListModel: Fix move handling in syncFabian Kosmale2021-01-135-0/+361
* Update tests to use new metaType systemDavid Skoland2020-11-021-3/+3
* 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
* 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
* 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-1/+1
* Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-0/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-11/+11
* Fix failed assertions coming from the QML list modelLars Knoll2017-12-291-4/+4
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-34/+34
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix expected test output for one list model testLars Knoll2013-06-211-1/+1
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-2410-0/+1033