aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-2/+4
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-9/+33
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-7/+7
* QML: Fix precedence of module importsUlf Hermann2020-06-111-8/+18
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-091-2/+8
* Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-221-11/+8
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-7/+7
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-5/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-4/+5
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+3
| * Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-281-2/+2
| * error -> networkError to fix deprecation warningFawzi Mohamed2020-02-271-2/+2
| * Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+1
|\|
| * Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-37/+45
|\|
| * Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-121-36/+44
* | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-1/+1
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-16/+17
|/
* Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-2/+2
* Defer loading of local qmldir files when intercepted to remote onesUlf Hermann2020-01-021-3/+7
* Add more trace points to Qt QMLMilian Wolff2019-12-131-0/+4
* Make QML_FORCE_DISK_CACHE override isDebugging()Ulf Hermann2019-12-101-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-261-1/+2
|\
| * QQmlTypeLoader: Don't parse qmldir content multiple timesUlf Hermann2019-11-231-1/+2
* | Register compiled-in QML typesUlf Hermann2019-11-071-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-7/+2
|\|
| * QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-241-7/+2
* | Extend typeloader file cache to also cover resourcesUlf Hermann2019-10-171-32/+40
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-7/+17
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-081-1/+1
|\|
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* | Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-081-7/+1
|/
* QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
* Add support for implicit module importsSimon Hausmann2019-07-171-0/+21
* Clean up import resolution handlingSimon Hausmann2019-07-161-37/+40
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-051-1/+5
| |\
| | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
* | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-2175/+23
* | | Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-251-6/+6
* | | Simplify errors and diagnosticsUlf Hermann2019-06-141-22/+36
* | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-8/+0
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-37/+40
* | | Drop some dead bootstrap codeUlf Hermann2019-05-081-4/+6
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-1/+2
* | | Move QQmlIR::IRLoader out of qqmlirbuilder*Ulf Hermann2019-05-061-2/+3
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-3/+4
|\|
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-3/+4