Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -1/+0 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-11 | 1 | -1/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -1/+2 |
| | | |||||
* | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -4/+8 |
|/ | |||||
* | Fix test failures | Aaron Kennedy | 2009-10-05 | 1 | -0/+1 |
| | |||||
* | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Move the binding's "mePtr" into QmlAbstractBinding | Aaron Kennedy | 2009-08-11 | 1 | -0/+2 |
| | | | | Now optimizations get deletion protection too. | ||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -5/+31 |
| | | | | | | | | | 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. | ||||
* | Fix State when handling. | Michael Brasser | 2009-07-23 | 1 | -3/+2 |
| | |||||
* | Remove unnecessary methods from QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -7/+3 |
| | | | | QmlBinding is no longer instantiable from QML, so this stuff isn't needed. | ||||
* | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 1 | -2/+1 |
| | |||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -0/+98 |