summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbindingoptimizations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-291-16/+16
|
* Improve Behavior reliability.Michael Brasser2009-10-111-13/+19
|
* Remove the QmlBinding_Id from QmlContext on destructionAaron Kennedy2009-08-251-1/+11
|
* Move the binding's "mePtr" into QmlAbstractBindingAaron Kennedy2009-08-111-0/+4
| | | | Now optimizations get deletion protection too.
* Object property binding optimizationAaron Kennedy2009-08-111-8/+84
| | | | | Add a binding optimization that hits anchors.fill: parent
* Abstract expression and binding APIsAaron Kennedy2009-08-101-0/+109
By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id.