aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpluginimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Make helper validVersion a member of QQmlImportsFriedemann Kleint2023-02-101-9/+4
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-301-3/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* qqmlpluginimporter: Warn about old pluginsFabian Kosmale2022-08-041-0/+5
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Clarify that a dynamic plugin is not resolvedAlexandru Croitor2022-03-151-2/+3
* JSON: use QJsonValueConstRefThiago Macieira2022-03-041-4/+4
* JSON: temporarily make work with the broken const-correctnessThiago Macieira2021-11-271-3/+3
* QQmlPluginImporter: stop using QPairThiago Macieira2021-11-271-8/+7
* Add includes to fix build after changes in qtbaseVolker Hilsheimer2021-11-171-0/+1
* Use correct plugin name for Android QML pluginsAlexey Edelev2021-11-021-21/+31
* Fix importing Shapes/Windows plugins for static buildTatiana Borisova2021-07-281-0/+6
* Fix QML_IMPORT_TRACE and qt.qml.import logging categoryUlf Hermann2021-07-011-3/+3
* Silence some codechecker warningsUlf Hermann2021-06-301-1/+3
* QtQml: Key plugins by URI where possibleUlf Hermann2021-06-301-63/+83
* QtQml: Refactor plugin loading into a separate classUlf Hermann2021-06-281-0/+611