summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-0/+4
|
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-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 hookAaron Kennedy2010-04-151-2/+9
|
* Make QML the object allocator more flexibleAaron Kennedy2010-03-121-1/+5
| | | | By allocating memory internally we improve the opportunity for optimization.
* Build fix when using <QtDeclarative> include.Alexis Menard2010-02-241-0/+3
|
* Simplify QML element registration headersAaron Kennedy2010-02-241-34/+34
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+211
QDeclarativeXXX.