aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+30
|\|
| * Occasionally trim the type cacheUlf Hermann2016-04-191-0/+30
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-0/+11
* Update copyright headersJani Heikkinen2015-02-121-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-281-0/+1
* Always call callCompleted in QQmlDataBlob::tryDoneAlbert Astals Cid2013-10-021-0/+74