aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Resolve preferred paths before setQmldirContentUlf Hermann2024-04-036-1/+32
* Correct license for test filesLucie Gérard2024-02-275-5/+5
* QtQml: Load C++-defined types also for the implicit importUlf Hermann2024-02-223-14/+59
* QQmlTypeLoader: Honor import dependencies even without qmldirUlf Hermann2024-02-011-0/+19
* tst_qqmlimport: Clean up memory managementAmanda Hamblin-Trué2023-08-211-9/+4
* QtQml: Do not crash on invalid import URLsUlf Hermann2023-07-072-0/+19
* QtQml: Respect import namespaces when importing scriptsUlf Hermann2023-07-074-0/+28
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Test precedence of qmlRegisterModuleImportUlf Hermann2023-01-171-3/+36
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4
* 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
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-115-136/+11
* Fix tst_qqmlimport on AndroidAndreas Buhr2022-04-252-3/+6
* QML: Load qmldir-imports also for the implicit importUlf Hermann2022-03-224-0/+23
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-024-0/+44
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+13
* tst_qqmlimport: improve failure messagesMitch Curtis2021-08-121-7/+7
* Fix qmldir cache inconsistencyJaeyoon Jung2021-07-167-0/+44
* Add a "prefer" directive to qmldirUlf Hermann2021-03-046-0/+35
* tst_qqmliport: Use absolute path for comparisonFabian Kosmale2021-02-252-7/+5
* QQmlImportDatabase: Make sure the newly added import path be firstJaeyoon Jung2021-02-221-0/+5
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-101-5/+5
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
* Extend blacklisting of tst_QQmlImport::importPathOrder to MinGWTony Sarajärvi2020-12-281-0/+1
* tests: blacklist tst_QQmlImport::importPathOrder() on MSVCLiang Qi2020-11-201-0/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-2/+2
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-11/+31
* QML: Fix precedence of module importsUlf Hermann2020-06-116-0/+43
* QQmlImport: Parse resource paths from QML2_IMPORT_PATHUlf Hermann2020-06-101-0/+29
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-092-0/+23
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-1/+1
* Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-171-13/+67
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-1/+3
|\
| * Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+3
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-2/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-0/+21
|\|
| * Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-161-0/+21
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-17/+8
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1511-7/+167
|\|
| * Fix qqmlimport failures for AndroidJan Arve Sæther2019-07-292-1/+9
| * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-239-0/+131