aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Discard events on engine shutdown rather than processing themUlf Hermann2024-04-051-0/+44
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-2/+2
* QtQml: Hide warning about cyclic dependencies between singletonsUlf Hermann2023-12-151-0/+13
* tst_qqmltypeloader: Clean up memory managementAmanda Hamblin-Trué2023-08-211-3/+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
* QML: Drop backup source code once we're done with itUlf Hermann2022-06-171-0/+5
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Repair tst_qqmltypeloader on AndroidAndreas Buhr2022-04-071-0/+7
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+10
* Allow multiple imports with the same URI for the same BlobUlf Hermann2021-07-071-1/+2
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-021-0/+67
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-151-0/+11
* tst_qqmltypeloader: Adapt to network redirection change in qtbaseFabian Kosmale2020-08-231-0/+15
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-4/+19
* Warn circular dependency when loading typesJaeyoon Jung2020-06-101-0/+9
* 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
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-1/+1
* 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-1/+20
|\|
| * tst_qqmltypeloader: Avoid memory leaksUlf Hermann2019-11-071-0/+10
| * Register compiled-in QML typesUlf Hermann2019-11-071-0/+10
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-071-1/+19
|\|
| * QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-121-1/+19
* | Fix qqmltypeloader autotest for androidJan Arve Sæther2019-08-291-3/+18
|/
* Add support for implicit module importsSimon Hausmann2019-07-171-0/+11
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-0/+8
|\
| * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-0/+8
* | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+2
|/
* Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-17/+36
* QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-201-0/+56
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-0/+18
|\
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-0/+18
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Remove extra addrefMichael Brasser2017-12-291-0/+21
* Don't reject plugin-only qmldir filesUlf Hermann2017-11-221-11/+40
* Fix URL interception for qmldir filesUlf Hermann2017-11-221-0/+168
* QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-201-0/+47
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-0/+25
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+14
| |\
| | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-0/+14
| | * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-3/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-3/+12
|\| |
| * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-3/+12