Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unsupported plugin version flags in .pro files of declarative examples | Joona Petrell | 2010-04-16 | 1 | -1/+0 |
| | | | | | Task-number: QTBUG-9191 Reviewed-by: Martin Jones | ||||
* | Fix plugin example compilation on Symbian arm | Joona Petrell | 2010-04-01 | 1 | -1/+6 |
| | | | | | Task-number: QTBUG-9520 Reviewed-by: Martin Jones | ||||
* | Fixed declarative examples not being installed. | Rohan McGovern | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -4/+4 |
| | | | | QDeclarativeXXX. | ||||
* | 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/ | ||||
* | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 1 | -2/+11 |
| | |||||
* | Compile fix for OSX. | Roberto Raggi | 2010-02-12 | 1 | -1/+2 |
| | |||||
* | Allow QML types defined in both C++ and QML files to be in the same module. | Warwick Allison | 2010-01-08 | 1 | -1/+3 |
| | |||||
* | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 1 | -0/+12 |
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. |