aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-0/+60
|\
| * QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-251-0/+60
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
|/
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-06-041-1/+0
* Update commercial license headersTarja Sundqvist2022-06-041-21/+21
* qqmlimport: Log when no qmldir file is foundAlexandru Croitor2022-03-221-1/+1
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* Add includes to fix build after changes in qtbaseVolker Hilsheimer2021-11-171-0/+1
* Allow import of modules with only C++ types built into the binaryUlf Hermann2021-08-191-2/+6
* Fix QML_IMPORT_TRACE and qt.qml.import logging categoryUlf Hermann2021-07-011-24/+47
* Drop dead codeUlf Hermann2021-07-011-8/+0
* QtQml: Key plugins by URI where possibleUlf Hermann2021-06-301-2/+9
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-291-93/+17
* QtQml: Refactor plugin loading into a separate classUlf Hermann2021-06-281-567/+45
* Fix build without library configurationJanne Koskinen2021-05-281-1/+3
* Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-091-3/+8
* Add a "prefer" directive to qmldirUlf Hermann2021-03-041-2/+12
* QQmlImport: Fix naming of qmldir locationUlf Hermann2021-03-011-14/+8
* QQmlImport: Don't cache localDirectoryPathUlf Hermann2021-03-011-3/+6
* QQmlImportDatabase: Make sure the newly added import path be firstJaeyoon Jung2021-02-221-3/+6
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-101-27/+33
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-2/+2
* Make QQmlImport::removeDynamicPlugin() saferUlf Hermann2021-01-121-28/+24
* Add debug trace when a static plugin is loadedAlexandru Croitor2020-11-101-0/+5
* Standardize QJsonArray iterationDavid Skoland2020-10-281-2/+2
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-181-1/+1
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Avoid crash when module version cannot be resolvedEskil Abrahamsen Blomfeldt2020-09-231-1/+5
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-123/+173
* Lock all type modules of the same URI when importing a pluginUlf Hermann2020-06-181-1/+1
* Unify error messages in qqmlimport.cppUlf Hermann2020-06-171-30/+31
* Drop the "plugin cannot be loaded" extension to error messagesUlf Hermann2020-06-171-16/+0
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-7/+7
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-0/+2
* QML: Fix precedence of module importsUlf Hermann2020-06-111-24/+43
* QQmlImport: Parse resource paths from QML2_IMPORT_PATHUlf Hermann2020-06-101-6/+22
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-53/+5
* Remove uri member from loaded plugins mapUlf Hermann2020-06-091-19/+4
* QML imports: Improve naming and safety of path-to-plugin mapUlf Hermann2020-06-091-48/+63
* Allow QML plugins to be optionalUlf Hermann2020-06-091-50/+74
* QQmlImport: Make plugin resolution functions const and publicUlf Hermann2020-06-051-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+18
|\
| * Prefer Inline Components over any other imported nameFabian Kosmale2020-03-161-0/+18
* | Allow multiple URL interceptors per engineUlf Hermann2020-03-171-9/+8
* | Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-171-17/+29
* | Avoid unloading plugins which register types to prevent crashesFabian Kosmale2020-03-091-3/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-3/+3
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-3/+3