aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader
Commit message (Expand)AuthorAgeFilesLines
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* 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-082-0/+6
* QML: Drop backup source code once we're done with itUlf Hermann2022-06-171-0/+5
* Use SPDX license identifiersLucie Gérard2022-06-1112-326/+26
* Repair tst_qqmltypeloader on AndroidAndreas Buhr2022-04-071-0/+7
* Rename android_dummy_imports.qml to dummy_imports.qmlAssam Boudjelthia2022-03-051-1/+1
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-022-9/+8
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-6/+11
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-1/+1
* Allow multiple imports with the same URI for the same BlobUlf Hermann2021-07-071-1/+2
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-23/+0
* Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-171-1/+1
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-023-0/+83
* Remove the qmake project filesFabian Kosmale2021-01-153-33/+0
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-155-0/+34
* qqmltypeloader: Fix plugin not loading on MinGWMaximilian Goldstein2020-12-101-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-063-5/+5
* tst_qqmltypeloader: Adapt to network redirection change in qtbaseFabian Kosmale2020-08-231-0/+15
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-247-4/+46
* Warn circular dependency when loading typesJaeyoon Jung2020-06-103-0/+15
* Allow QML plugins to be optionalUlf Hermann2020-06-091-0/+4
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-081-1/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-291-1/+0
* CMake: Regenerate qtdeclarative/testsAlexandru Croitor2020-05-291-3/+3
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-1/+1
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+4
* QML Type Registrar changesLeander Beernaert2020-01-241-3/+11
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-0/+30
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-0/+30
| |\
| | * Allow custom disk cache pathsUlf Hermann2019-12-101-0/+30
* | | Regenerate TestsLeander Beernaert2020-01-161-0/+5
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-254-3/+76
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-111-1/+1
| |\|
| | * qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-081-2/+1
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-084-3/+76
| |\|
| | * tst_qqmltypeloader: Avoid memory leaksUlf Hermann2019-11-071-0/+10
| | * Register compiled-in QML typesUlf Hermann2019-11-074-2/+66
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-153-5/+5
* | | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-153-14/+35
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-146-1/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-076-1/+41
| |\|
| | * QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-126-1/+41
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-113-3/+28
|\| |
| * | Fix qqmltypeloader autotest for androidJan Arve Sæther2019-08-293-3/+28
| |/