summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbindingoptimizations_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-1/+1
|
* Remove the QmlBinding_Id from QmlContext on destructionAaron Kennedy2009-08-251-1/+4
|
* Object property binding optimizationAaron Kennedy2009-08-111-5/+30
| | | | | Add a binding optimization that hits anchors.fill: parent
* Abstract expression and binding APIsAaron Kennedy2009-08-101-0/+91
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.