summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecomponent.h
Commit message (Collapse)AuthorAgeFilesLines
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+1
| | | | QTBUG-9726
* Fix QtDeclarative public headers to include <QtDeclarative/foo.h>Thiago Macieira2010-04-021-2/+2
| | | | All Qt public headers must do it like that.
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-1/+0
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+134
QDeclarativeXXX.