Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move knowledge of QGraphicsObject out of qml engine | Aaron Kennedy | 2010-06-16 | 1 | -0/+4 |
| | |||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -0/+1 |
| | | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available. | ||||
* | Add QML object destruction hook | Aaron Kennedy | 2010-04-15 | 1 | -2/+9 |
| | |||||
* | Make QML the object allocator more flexible | Aaron Kennedy | 2010-03-12 | 1 | -1/+5 |
| | | | | By allocating memory internally we improve the opportunity for optimization. | ||||
* | Build fix when using <QtDeclarative> include. | Alexis Menard | 2010-02-24 | 1 | -0/+3 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -34/+34 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+211 |
QDeclarativeXXX. |