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 | -4/+5 |
| | |||||
* | Use Q_SLOTS and Q_SIGNALS. | Yann Bodson | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | Remove the QmlBinding_Id from QmlContext on destruction | Aaron Kennedy | 2009-08-25 | 1 | -1/+4 |
| | |||||
* | Object property binding optimization | Aaron Kennedy | 2009-08-11 | 1 | -5/+30 |
| | | | | | Add a binding optimization that hits anchors.fill: parent | ||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -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. |