aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-1/+1
* Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-121-36/+44
* 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
* | Support loading images from content:/ URLs on AndroidNicolas Fella2019-02-131-1/+11
* | Fix warnings about unused Qt containersSergio Martins2018-11-301-2/+0
|/
* Fix stale QML cache files when using assets:// on AndroidSimon Hausmann2018-11-291-8/+1
* QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-201-4/+0
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-55/+31
* Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
* QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-171-44/+53
* Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-051-0/+46
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+10
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+5
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-2/+2
* Add support for disk caching of ES modulesSimon Hausmann2018-08-171-5/+10