aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Speed up PropertyChange state applicationSimon Hausmann2018-01-172-0/+18
| | | * Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| | | * Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
| | | * Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
| | | * Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
| | | * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-041-13/+19
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-216-39/+56
* | | | Lift restriction for type registrations in QML module pluginsSimon Hausmann2018-02-021-9/+1
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-0215-70/+58
|/ / /
* | | 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