aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-151-54/+85
* Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-061-3/+0
* 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
* More fine-grained deferred property executionJ-P Nurmi2017-11-251-8/+77
* Fix execution of deferred propertiesJ-P Nurmi2017-10-181-4/+4
* 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
* Clean up void * usageLars Knoll2017-08-231-4/+5
* 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
* 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
* | | Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-0/+1
* | | Fix endian support in compiled data structuresSimon Hausmann2016-07-141-1/+1
* | | QML: Use write accessors when setting constant binding values.Erik Verbruggen2016-07-111-10/+30
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-2/+1
* | | Clean up property cache array handlingSimon Hausmann2016-06-161-6/+5
* | | Minor refcounting cleaningSimon Hausmann2016-06-031-1/+0
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-45/+45
* | | Remove inheritance of QQmlCompiledData from QQmlCleanUpSimon Hausmann2016-06-011-2/+2