aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-091-3/+8
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+7
|\|
| * Inline component: Avoid even more leaksFabian Kosmale2020-02-201-0/+2
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+4
| |\
| | * Windows: Do look for <plugin>d.dll as a fallbackKai Koehne2020-02-151-1/+4
| * | Avoid memory leaks for inline component typesFabian Kosmale2020-02-191-0/+1
* | | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-7/+1
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-173/+186
|/ /
* | Long live QML inline componentsFabian Kosmale2020-01-231-32/+141
* | QQmlImport: Allow importing multiple versions of the same moduleUlf Hermann2020-01-101-1/+7
* | Defer loading of local qmldir files when intercepted to remote onesUlf Hermann2020-01-021-26/+33
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-1/+2
|\|
| * Android: Fix crash in release modeBogDan Vatra2019-10-161-1/+2
* | Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-17/+25
* | Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-161-0/+34
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-25/+26
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-081-4/+4
|\|
| * Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+4
* | Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-081-3/+16
|/
* Android: Load QML plugins directly from APK libs dirBogDan Vatra2019-10-011-0/+22
* Android multiarch supportBogDan Vatra2019-08-281-2/+8
* Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-1/+12
|\