Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing Q_DISABLE_COPYs. | Michael Brasser | 2010-04-22 | 1 | -0/+3 |
| | |||||
* | Fix QtDeclarative public headers to include <QtDeclarative/foo.h> | Thiago Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | All Qt public headers must do it like that. | ||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 1 | -1/+2 |
| | | | | | | Now, you have to reimplement registerTypes(uri) to expose native QML types, and initializeEngine(engine,uri) to add instances to the QML engine's root context. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+72 |
QDeclarativeXXX. |