Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the multimedia files to the correct place. | Martin Jones | 2010-03-04 | 8 | -2684/+0 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-04 | 8 | -0/+2684 |
|\ | | | | | | | | | Conflicts: src/src.pro | ||||
| * | Fix namespace qml decleration. | Justin McPherson | 2010-03-04 | 1 | -2/+1 |
| | | | | | | | | Reviewed-by: Andrew den Exter | ||||
| * | Remove dependency on declarative from multimedia. | Justin McPherson | 2010-03-03 | 10 | -5/+2711 |
| | | | | | | | | | | | | Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter | ||||
* | | Moved qdeclarativemodules to imports | mae | 2010-03-02 | 2 | -78/+0 |
|/ | |||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 1 | -2/+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. | ||||
* | Fix up some rename confusion. | Justin McPherson | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Install the QML extensions. | Roberto Raggi | 2010-02-24 | 1 | -3/+7 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -0/+74 |
QDeclarativeXXX. |