aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | 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.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.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
* | 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
| |\
| | * QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4
| | * QQmlObjectCreator: initialize _bindingTargetEdward Welbourne2016-08-111-0/+1
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-44/+44
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-20/+32
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-8/+10
* | | Reduce the amount of malloc calls when instantiating objectsSimon Hausmann2016-08-031-1/+9
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+26
| |\|
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+26
* | | Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-2/+2
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-1/+1
* | | Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-281-3/+6
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-96/+40