aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add a flag to CompiledData::Object record component boundariesSimon Hausmann2016-05-261-1/+1
* | | Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-241-7/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | | Simplify VME meta object meta-dataSimon Hausmann2016-05-231-1/+1
* | | Optimize property/alias data structuresSimon Hausmann2016-05-231-1/+1
* | | CleanupSimon Hausmann2016-05-191-4/+4
|/ /
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-7/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+2
|\|
| * Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-2/+15
|\|
| * Make property interceptors work on alias properties againLars Knoll2015-11-261-2/+15
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+6
|\|