aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-24125-3677/+5339
|\
| * Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-222-27/+0
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-1710-110/+153
| |\
| | * Add support for implicit module importsSimon Hausmann2019-07-176-0/+43
| | * Clean up import resolution handlingSimon Hausmann2019-07-165-58/+81
| | * QML Grammar: deduplicate semicolon rulesFabian Kosmale2019-07-151-52/+29
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-12121-3498/+5106
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-123-1/+18
| | |\
| | | * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-053-3/+25
| | | |\
| | | | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
| | | | * QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
| | | | * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
| | * | | Split compiler and runtime more clearlyUlf Hermann2019-07-1142-101/+309
| | * | | Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-116-9/+8
| | * | | Disentangle includes and namespacesUlf Hermann2019-07-1121-209/+233
| | * | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-1141-2574/+3484
| | * | | Merge JSCodeGen and QQmlJSCodeGeneratorUlf Hermann2019-07-104-116/+74
| | * | | QQmlObjectCreator: Do not delete objects not owned by engineFabian Kosmale2019-07-101-2/+6
| | * | | Switch to FloatingPointShortest precision when convert from numeric type to s...Alexey Edelev2019-07-101-1/+1
| | * | | Make QV4::Function::runtimeString() constUlf Hermann2019-07-101-2/+2
| | * | | Allow generating debug instructions even if !qml_debugUlf Hermann2019-07-101-4/+0
| | * | | Fix docs to explain the new type syntax for QML methodsSimon Hausmann2019-07-106-27/+30
| | * | | Fix parsing of qml signals with multiple new-style type parametersSimon Hausmann2019-07-101-5/+17
| | * | | Add support for type script QML signal parameter declarationsSimon Hausmann2019-07-092-2/+14
| | * | | Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-0914-70/+153
| | * | | Allow all basic QML types for type annotationsSimon Hausmann2019-07-091-0/+9
| | * | | Collect type information for function parametersSimon Hausmann2019-07-096-13/+22
| | * | | Fix internal boundNames() API to expose optional typesSimon Hausmann2019-07-093-25/+47
| | * | | Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-098-96/+360
| | * | | remove QmlIR::Document::removeScriptPragmasUlf Hermann2019-07-094-57/+0
| | * | | Fix standalone buildSimon Hausmann2019-07-091-0/+2
| | * | | Internal API cleanupSimon Hausmann2019-07-081-23/+38
| | * | | Centralize property & signal parameter type handling at compilation timeSimon Hausmann2019-07-085-89/+102
| | * | | Move the memory pool into the common codeUlf Hermann2019-07-088-84/+151
| | * | | Remove some unneeded includesUlf Hermann2019-07-085-10/+0
| | * | | Move qQmlCompileError to QQmlPropertyCacheCreatorUlf Hermann2019-07-082-10/+10
| | * | | Fix build without features.itemmodelTasuku Suzuki2019-07-085-9/+57
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-11110-1677/+1819
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0819-489/+589
| |\| | |
| | * | | Minor internal API cleanupSimon Hausmann2019-07-055-105/+107
| | * | | Reduce the size of Property fields in type compilation dataSimon Hausmann2019-07-055-69/+81
| | * | | Streamline Var property handling in QQmlVMEMetaObject::metaCallSimon Hausmann2019-07-051-158/+153
| | * | | Minor cleanup in QQmlVMetaObject::metaCallSimon Hausmann2019-07-051-7/+4
| | * | | Clean up property type to meta-type mappingSimon Hausmann2019-07-053-59/+37
| | * | | Internal API cleanupSimon Hausmann2019-07-053-11/+5
| | * | | Fix enum mis-matchSimon Hausmann2019-07-051-1/+1
| | * | | Reduce the size of signal parameters in qml cache dataSimon Hausmann2019-07-053-11/+15
| | * | | Remove unused field memberSimon Hausmann2019-07-052-4/+1
| | * | | Simplify codegen error handlingUlf Hermann2019-07-046-174/+173