aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-284-30/+30
* Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-283-7/+8
* Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-282-10/+5
* Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-124-11/+43
* Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-122-185/+185
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-129-46/+46
* Add setContextProperties()Thomas Hartmann2018-01-122-0/+48
* Cleanup IdentifierHashLars Knoll2018-01-102-9/+9
* Simplify and cleanup code in QQmlContextLars Knoll2018-01-101-37/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0910-35/+208
|\
| * Fix regression with simple qsTr() bindings on non-string propertiesSimon Hausmann2018-01-091-2/+7
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-049-33/+201
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-049-33/+201
| | |\
| | | * Add a means to unregister custom qml typesAndy Shaw2017-12-012-0/+23
| | | * Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-251-1/+9
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-1/+9
| | | | |\
| | | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113
| | | |/ /
| | | * | Don't reject plugin-only qmldir filesUlf Hermann2017-11-221-2/+2
| | | * | Fix URL interception for qmldir filesUlf Hermann2017-11-223-17/+59
* | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-086-19/+36
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-206-19/+36
| |\| | | |
| | * | | | Fix QQml_setParent_noEvent not to print undefined behavior errorsAlexandru Croitor2017-12-181-11/+5
| | |/ / /
| | * | | Fix QQmlImportsPrivate::resolvedUri()v5.10.0-rc3v5.10.0J-P Nurmi2017-11-301-4/+6
| | * | | Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-281-1/+3
| | * | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-1/+9
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
| | | |/
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-132-1/+10
| | |\|
| | | * Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
| | * | Check for duplication with url rather than uriMichael Brasser2017-11-081-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-0/+2
| | |\|
| | | * Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* | | | Drop some dead codeUlf Hermann2018-01-082-14/+0
|/ / /
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-2124-750/+820
|\ \ \
| * | | Bring back markObjects(), this time generatedLars Knoll2017-11-142-2/+2
| * | | Convert Date methods to new calling conventionLars Knoll2017-11-131-9/+9
| * | | Convert methods of Number to new calling conventionLars Knoll2017-11-131-1/+1
| * | | Convert String methods to new calling conventionLars Knoll2017-11-131-2/+2
| * | | Cut out one more C++ layer when doing JS function callsLars Knoll2017-11-131-8/+2
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0815-76/+161
| |\ \ \
| * | | | Change signature for call/callAsConstructorLars Knoll2017-11-071-6/+4
| * | | | Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
| * | | | Further cleanup JSCallDataLars Knoll2017-11-073-3/+3
| * | | | Simplify JSCallData constructionLars Knoll2017-11-076-7/+7
| * | | | Get rid of the implicit cast operator to a CallDataLars Knoll2017-11-072-3/+3
| * | | | Get rid of JSCallData::call()Lars Knoll2017-11-074-13/+14
| * | | | Rename JSCall to JSCallDataLars Knoll2017-11-076-7/+7
| * | | | Don't add to the JS stack after creating the calldataLars Knoll2017-11-071-7/+6