aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport_p.h
Commit message (Expand)AuthorAgeFilesLines
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-17/+18
* QML: Fix precedence of module importsUlf Hermann2020-06-111-2/+4
* Allow QML plugins to be optionalUlf Hermann2020-06-091-3/+1
* QQmlImport: Make plugin resolution functions const and publicUlf Hermann2020-06-051-4/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+5
|\
| * Prefer Inline Components over any other imported nameFabian Kosmale2020-03-161-0/+5
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-19/+21
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-0/+4
* Defer loading of local qmldir files when intercepted to remote onesUlf Hermann2020-01-021-3/+9
* Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-3/+2
* Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-161-1/+3
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-0/+1
* Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-081-2/+0
* Clean up the QT_CONFIG(library) conditionsUlf Hermann2019-06-261-0/+2
* Simplify errors and diagnosticsUlf Hermann2019-06-141-0/+1
* Move QStringHash into its own fileUlf Hermann2019-02-061-1/+1
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-1/+1
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-051-0/+1
* Ensure we read context properties before the global objectLars Knoll2018-06-171-1/+2
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+1
|\
| * Fix URL interception for qmldir filesUlf Hermann2017-11-221-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-2/+8
|\|
| * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-4/+11
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-261-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-6/+6
|\|
| * Use QQmlType by valueLars Knoll2017-08-021-6/+6
* | Add support for enum declarations in QMLMichael Brasser2017-07-131-3/+10
|/
* QQmlImport: Decouple QQmlImportNamespace & Import type from qqmlimport.cppRobin Burchell2017-01-261-0/+42
* Allow target path version in a parent moduleJ-P Nurmi2016-04-211-2/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* qml: preserve composite singleton types.Marco Benelli2015-12-171-0/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Allow importing protected modules with different major versionsJ-P Nurmi2015-01-081-3/+3
* Add new property "designersupported" to qmldirTim Jenssen2014-08-281-0/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+1
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Fix QmldirCache object leakLiang Jian2014-03-141-0/+1
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-131-3/+5
* Support statically linked module pluginsRichard Moe Gustavsen2013-10-111-0/+3
* Add Singleton support for QMLAntti Piira2013-09-211-0/+8
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+2
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-3/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor singleton type registration codeChris Adams2012-08-281-1/+1
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-1/+1
* Support remote import pathsMatthew Vogt2012-07-161-9/+27