aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\|
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-1/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-8/+7
|\|
| * Fix function signatureLars Knoll2015-09-221-1/+2
| * Make QML composite types inherit enumsJ-P Nurmi2015-09-211-0/+2
| * Further cleanupsLars Knoll2015-09-151-5/+3
| * Don't push new QML contexts onto the context stackLars Knoll2015-09-081-1/+0
| * Refactor the way we declare signal parameter namesLars Knoll2015-09-081-2/+1
* | Decode signal signatures as UTF-8 rather than Latin1Ulf Hermann2015-09-151-3/+4
|/
* Create less BindingWrappersLars Knoll2015-08-251-11/+12
* Add some typesafetyLars Knoll2015-06-181-1/+1
* Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-101-1/+1
* Make bindings refcountedLars Knoll2015-06-101-13/+8
* Replace bindingType() method by a virtual getterLars Knoll2015-06-051-1/+1
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
* Smaller cleanupsLars Knoll2015-04-271-4/+2
* Simplify binding setup code furtherLars Knoll2015-04-271-17/+3