aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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