aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-8/+0
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+8
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-0/+12
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-52/+83
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-44/+44
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-3/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-3/+0
| |\
| | * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-061-3/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-22/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-22/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-22/+5
| | |\|
| | | * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-181-5/+2
| | | * Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| | | * Revert "Allow canceling incubation"J-P Nurmi2018-01-171-15/+0
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-2/+3
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-8/+77
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-8/+77
| |\|
| | * More fine-grained deferred property executionJ-P Nurmi2017-11-251-8/+77
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-4/+4
| |\|
| | * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-4/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-221-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-3/+3
| |\|
| | * Get rid of the root object index variableSimon Hausmann2017-09-081-2/+2
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-1/+1
* | | Fix support for creating QWidgets in QMLSimon Hausmann2017-09-211-1/+9
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-4/+5
|\|
| * Clean up void * usageLars Knoll2017-08-231-4/+5
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-18/+18
|\|
| * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
| * Use QQmlType by valueLars Knoll2017-08-021-17/+17
* | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-10/+11
* | Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-061-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-1/+3
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-1/+3
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-251-2/+2
* | Allow canceling incubationJ-P Nurmi2017-01-241-0/+15
|/
* QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-111-0/+13
* Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-091-2/+1
* Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-091-3/+3
* Minor cleanupLars Knoll2016-12-091-5/+6
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-071-1/+1
|\
| * Fix caching of the current qmlContext in QQmlObjectCreatorLars Knoll2016-11-291-1/+1
* | Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+1
* | Cleanup Value::isObject/objectValue usagesLars Knoll2016-11-291-1/+1
* | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
|/
* QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-1/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-5/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-5/+5
| |\