Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve docs and examples for Extending QML in C++ | Bea Lam | 2010-04-21 | 1 | -9/+9 |
| | |||||
* | QML_DECLARE_TYPE is no longer necessary - fix docs and examples | Bea Lam | 2010-04-19 | 1 | -3/+0 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -3/+3 |
| | | | | QDeclarativeXXX. | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -3/+5 |
| | | | | | | | | 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 headers | Warwick Allison | 2009-10-30 | 1 | -0/+40 |
| | |||||
* | Docs. | Martin Jones | 2009-10-26 | 1 | -3/+5 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-07 | 1 | -0/+52 |