aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinstantiator
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* QmlModels: Explicitly clear list data dynamic metaobjectUlf Hermann2024-01-302-0/+32
* QQmlDMAbstractItemModelData: Guard against deletion during model writeKai Uwe Broulik2023-08-212-0/+99
* 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()Marc Mutz2022-10-072-19/+19
* 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-112-54/+4
* QML: Add an option to bind components to filesUlf Hermann2022-05-232-0/+58
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-05-111-9/+15
* Instantiator: don't interfere with delegates that assign parentsShawn Rutledge2021-12-102-0/+27
* Instantiator: Do not load items when inactiveFabian Kosmale2021-11-172-0/+60
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-4/+10
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* Update tests to use new metaType systemDavid Skoland2020-11-021-1/+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
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-11/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-7/+8
|\
| * tst_qqmlinstatiator: avoid setContextPropertyFabian Kosmale2019-10-082-7/+8
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+52
|/
* Move model types into their own libraryUlf Hermann2019-05-022-2/+2
* Tests: Silence Clang warningsFriedemann Kleint2018-04-271-5/+5
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
* Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
* Updated license headersJani Heikkinen2016-01-202-34/+24
* Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-0/+53
* Update copyright headersJani Heikkinen2015-02-122-12/+12
* Update license headers and add new licensesJani Heikkinen2014-08-252-36/+20
* Fix adding created objects to instantiator.kakadu2013-10-294-0/+169
* Add Instantiator type to QtQmlAlan Alpert2013-03-207-0/+257