aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-4/+4
* | | Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-4/+4
* | | Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-311-6/+6
* | | Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-311-2/+2
* | | Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-2/+2
* | | Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-301-1/+1
* | | Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-301-23/+21
* | | Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-301-24/+18
* | | QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-271-2/+3
* | | Optimize named object handlingSimon Hausmann2016-05-261-5/+1
* | | Simplify object to id-in-context mappingSimon Hausmann2016-05-261-11/+10