Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 1 | -111/+0 |
| | |||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | doc: Fixed some qdoc errors. | Martin Smith | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Don't use statics for type definition, at least for plugin modules. | Warwick Allison | 2010-02-01 | 1 | -2/+24 |
| | | | | Task-number: QT-2798 | ||||
* | doc | Warwick Allison | 2010-02-01 | 1 | -1/+1 |
| | |||||
* | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 1 | -0/+89 |
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. |