aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
* QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
* Avoid redundant slashes when creating qmldir URLsUlf Hermann2019-03-281-1/+1
* Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-201-1/+1
* 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
* Slight improvements to resolveType for the common caseRobin Burchell2017-01-251-9/+13
* QQmlImport: Add a little documentation for QQmlImportNamespace & ImportRobin Burchell2017-01-251-7/+39
* QQmlImport: Clean up & rename getTypeForUrl to fetchOrCreateTypeForUrlRobin Burchell2017-01-251-34/+66
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-7/+7
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* | QQmlImportsPrivate: remove homebrew 'greaterThan'Anton Kudryavtsev2016-10-271-5/+2