aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Resolve preferred paths before setQmldirContentUlf Hermann2024-04-031-0/+2
* QtQml: Make addImportToNamespace() file-localUlf Hermann2024-01-171-6/+0
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-16/+16
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-1/+1
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-3/+1
* QtQml: Make helper validVersion a member of QQmlImportsFriedemann Kleint2023-02-101-0/+3
* QML: Fix precedence between importsUlf Hermann2022-11-081-8/+18
* QQmlImport: remove dead codeFabian Kosmale2022-07-081-9/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Fix build: de-inline QQmlImportDatabase::setPluginPathsThiago Macieira2022-04-251-5/+1
* QtQml: Uncruftify QQmlImportsUlf Hermann2022-03-241-42/+129
* QML: Load qmldir-imports also for the implicit importUlf Hermann2022-03-221-1/+1
* qqmlimport: Log when no qmldir file is foundAlexandru Croitor2022-03-151-1/+14
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-171-3/+10
* Fix qmldir cache inconsistencyJaeyoon Jung2021-07-161-27/+26
* Completely cache the result of qmldir searchesUlf Hermann2021-07-051-3/+11
* QtQml: Key plugins by URI where possibleUlf Hermann2021-06-301-2/+2
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-291-10/+115
* QtQml: Refactor plugin loading into a separate classUlf Hermann2021-06-281-14/+4
* QQmlImport: Don't cache localDirectoryPathUlf Hermann2021-03-011-1/+0
* 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