aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-051-1/+1
* QML: treat permanent guards more like active guardsv5.8.0-alpha1Erik Verbruggen2016-08-311-0/+2
* QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-1/+0
* Minor binding code cleanupSimon Hausmann2016-08-181-5/+6
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-15/+15
* Qml: optimize string usageAnton Kudryavtsev2016-08-091-8/+6
* QML: Split off value type information from property dataErik Verbruggen2016-08-091-56/+61
* QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-4/+5
* QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-2/+2
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-23/+8
* QML: Add specialized binding for QObject* propertiesErik Verbruggen2016-08-021-16/+80
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-15/+11
* QML: Fix check when to use accessorsErik Verbruggen2016-07-191-3/+3
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-081-104/+57
* QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-77/+214
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-4/+6
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
* QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-1/+1
* QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-051-5/+5
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+7
|\
* | Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* | Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-7/+4
* | Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-101-2/+0
* | Save one more pointer on each bindingLars Knoll2015-06-101-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-1/+7
* | Replace bindingType() method by a virtual getterLars Knoll2015-06-051-5/+5
* | Move the writeBinding method into QQmlBindingLars Knoll2015-06-051-4/+152
* | Fix resolving of nested alias propertiesLars Knoll2015-06-051-2/+2
* | Move the target property index into the common base classLars Knoll2015-06-051-10/+5
* | Move the target object into the base classLars Knoll2015-06-051-5/+0
* | Remove the QQmlPropertyData from the bindingLars Knoll2015-06-051-21/+59
* | Save one more pointer for every bindingLars Knoll2015-04-271-18/+8
* | Minor cleanupLars Knoll2015-04-271-33/+34
* | Get rid of QQmlBinding::property()Lars Knoll2015-04-271-6/+1
* | Move m_function into the base classLars Knoll2015-04-271-4/+3
* | Rename the v4function member variablesLars Knoll2015-04-271-10/+10
* | Directly resolve property aliases in QQmlBinding::setTargetLars Knoll2015-04-261-0/+37
* | Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-12/+4
* | CleanupLars Knoll2015-04-261-4/+4
* | Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-261-2/+2
* | Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-41/+0
* | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-10/+23
* | Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-18/+10
* | Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-6/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-25/+4
|\|
| * Speed up object creationSimon Hausmann2015-04-161-2/+2
| * Speed up binding evaluationSimon Hausmann2015-04-161-23/+2
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2