aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Remove extra addrefMichael Brasser2017-12-293-0/+44
* Don't reject plugin-only qmldir filesUlf Hermann2017-11-222-12/+41
* Fix URL interception for qmldir filesUlf Hermann2017-11-223-0/+262
* QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-203-0/+52
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-192-0/+32
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-215-0/+54
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-165-0/+54
| |\
| | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54
| | * 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-273-1/+39
|\|
| * Occasionally trim the type cacheUlf Hermann2016-04-192-0/+38
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | Updated license headersJani Heikkinen2016-01-209-153/+108
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-032-0/+53
|\|
| * Load component synchronously in method_createQmlObjectUlf Hermann2015-11-032-0/+53
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-128-48/+48
* Update license headers and add new licensesJani Heikkinen2014-08-258-144/+80
* Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-281-0/+1
* Always call callCompleted in QQmlDataBlob::tryDoneAlbert Astals Cid2013-10-0212-0/+477