aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prefer Inline Components over any other imported nameFabian Kosmale2020-03-161-0/+18
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-3/+3
* 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
* | 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
|\
| * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
* | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* | Clean up the QT_CONFIG(library) conditionsUlf Hermann2019-06-261-11/+5
* | Inline msgCannotLoadPlugin() into its only callerUlf Hermann2019-06-241-9/+4
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-1/+1
|\|
| * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-1/+1
|\|
| * Avoid redundant slashes when creating qmldir URLsUlf Hermann2019-03-281-1/+1
* | QML: Delete plugin loaders on shutdownUlf Hermann2019-03-281-0/+7
* | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-1/+1
|\|
| * Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-201-1/+1
* | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-081-157/+10
* | Add a mutable iterator to QStringHashUlf Hermann2019-02-071-2/+2
* | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-0/+2
|/
* Fix qmlplugindump version dump issueMichal Policht2018-11-231-5/+10
* QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-201-0/+14
* Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-051-8/+12
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+7
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-7/+7
|\
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-7/+7
* | Ensure we read context properties before the global objectLars Knoll2018-06-171-3/+15
* | Fix QQmlExtensionPlugin::baseUrl() in static buildsJ-P Nurmi2018-05-151-1/+1
|/
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-191-31/+31
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-12/+12
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-66/+84
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-66/+84
| |\
| | * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-021-66/+84
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-3/+3
|/ /