Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the useless import 'files' | Roberto Raggi | 2010-02-23 | 1 | -1/+0 |
| | | | | Reviewed-by: mae | ||||
* | Fixed the install rules for the QML plugins example. | Roberto Raggi | 2010-02-23 | 1 | -11/+14 |
| | | | | | | | | Install the QML components in $[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample and the source files in $[QT_INSTALL_EXAMPLES]/declarative/plugins/ | ||||
* | Added the qmldir file for declarative plugins example | Thorbjørn Lindeijer | 2010-02-23 | 1 | -0/+2 |
| | |||||
* | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 7 | -11/+16 |
| | |||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Compile fix for OSX. | Roberto Raggi | 2010-02-12 | 1 | -1/+2 |
| | |||||
* | Don't use statics for type definition, at least for plugin modules. | Warwick Allison | 2010-02-01 | 1 | -1/+6 |
| | | | | Task-number: QT-2798 | ||||
* | Fix examples/declarative/plugins example | Alan Alpert | 2010-01-19 | 1 | -1/+2 |
| | |||||
* | Allow QML types defined in both C++ and QML files to be in the same module. | Warwick Allison | 2010-01-08 | 9 | -31/+135 |
| | |||||
* | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 4 | -0/+136 |
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. |