aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-1/+1
|\
| * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-1/+1
|\|
| * Avoid redundant slashes when creating qmldir URLsUlf Hermann2019-03-281-1/+1
* | QML: Delete plugin loaders on shutdownUlf Hermann2019-03-281-0/+7
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-1/+1
|\|
| * Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-201-1/+1
* | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-081-157/+10
* | Add a mutable iterator to QStringHashUlf Hermann2019-02-071-2/+2
* | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-0/+2
|/
* Fix qmlplugindump version dump issueMichal Policht2018-11-231-5/+10
* QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-201-0/+14
* Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-051-8/+12
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+7
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-7/+7
|\
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-7/+7
* | Ensure we read context properties before the global objectLars Knoll2018-06-171-3/+15
* | Fix QQmlExtensionPlugin::baseUrl() in static buildsJ-P Nurmi2018-05-151-1/+1
|/
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-191-31/+31
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-12/+12
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-66/+84
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-66/+84
| |\
| | * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-021-66/+84
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-4/+27
|\|
| * Don't reject plugin-only qmldir filesUlf Hermann2017-11-221-2/+2
| * Fix URL interception for qmldir filesUlf Hermann2017-11-221-2/+25
* | Fix QQmlImportsPrivate::resolvedUri()v5.10.0-rc3v5.10.0J-P Nurmi2017-11-301-4/+6
* | Check for duplication with url rather than uriMichael Brasser2017-11-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-19/+42
|\|
| * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-16/+37
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-261-2/+6
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+11
|\|
| * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-121-0/+11
* | Use the qEnvironmentVariable function from QtCoreThiago Macieira2017-09-141-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-30/+33
|\|
| * Fix void * usage in our internal APIsLars Knoll2017-08-021-1/+2
| * Remove unused types on engine destructionSimon Hausmann2017-08-021-2/+2
| * Use QQmlType by valueLars Knoll2017-08-021-27/+29
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-2/+2
|\|
| * Fix loading of QML plugins with old IID in static buildsSimon Hausmann2017-07-261-2/+2
* | Add support for enum declarations in QMLMichael Brasser2017-07-131-10/+26
|/
* Allow import static plugins even when library feature is disabledKimmo Ollila2017-03-031-34/+5
* QQmlImportDatabase: Fix static build with clangRobert Loehning2017-01-311-0/+2
* Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-271-4/+6
* QQmlImport: Decouple QQmlImportNamespace & Import type from qqmlimport.cppRobin Burchell2017-01-261-69/+34
* Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-261-11/+11
* QQmlImport: Document some methods used by QQmlTypeLoaderRobin Burchell2017-01-261-0/+16
* QQmlImport: Document populateCache methodRobin Burchell2017-01-261-0/+11