Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -591/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -30/+12 |
| | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer). | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix autotest. | Michael Brasser | 2010-02-05 | 1 | -49/+43 |
| | | | | The vme instruction set has changed. | ||||
* | Compile | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Compile (will still fail) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Update for change d406a899943c6d56d921bc290a009415a3c4eba5 | Warwick Allison | 2009-12-02 | 1 | -3/+3 |
| | |||||
* | Use console.log, not print. | Warwick Allison | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | QmlInstruction autotest | Aaron Kennedy | 2009-11-17 | 2 | -0/+615 |