Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -13/+19 |
| | |||||
* | Remove the QmlBinding_Id from QmlContext on destruction | Aaron Kennedy | 2009-08-25 | 1 | -1/+11 |
| | |||||
* | Move the binding's "mePtr" into QmlAbstractBinding | Aaron Kennedy | 2009-08-11 | 1 | -0/+4 |
| | | | | Now optimizations get deletion protection too. | ||||
* | Object property binding optimization | Aaron Kennedy | 2009-08-11 | 1 | -8/+84 |
| | | | | | Add a binding optimization that hits anchors.fill: parent | ||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -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. |