Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -152/+0 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Fix plugin example compilation on Symbian arm | Joona Petrell | 2010-04-01 | 1 | -11/+7 |
| | | | | | Task-number: QTBUG-9520 Reviewed-by: Martin Jones | ||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 1 | -3/+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 | -4/+4 |
| | | | | QDeclarativeXXX. | ||||
* | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 1 | -9/+5 |
| | |||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Don't use statics for type definition, at least for plugin modules. | Warwick Allison | 2010-02-01 | 1 | -1/+6 |
| | | | | Task-number: QT-2798 | ||||
* | Allow QML types defined in both C++ and QML files to be in the same module. | Warwick Allison | 2010-01-08 | 1 | -10/+72 |
| | |||||
* | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 1 | -0/+94 |
This allows projects which use the declarative module to add QML types through C++ modules, such that qmlviewer (or any QML) can import those types. |