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 | 14 | -2697/+0 |
| | | |||||
* | | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 6 | -0/+1861 |
|/ | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995 | ||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 2 | -10/+3 |
| | | | | | | 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 |
| | |||||
* | Make QML_REGISTER...TYPE functions unnecessary (still exist for now). | Warwick Allison | 2010-02-25 | 2 | -8/+8 |
| | | | | Fix multimedia plugin. | ||||
* | Change Multimedia declarative module in line with recent commits. | Justin McPherson | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Install the extensions in the given uri. | Roberto Raggi | 2010-02-24 | 1 | -7/+6 |
| | | | | Reviewed-by: mae | ||||
* | Install the QML extensions. | Roberto Raggi | 2010-02-24 | 2 | -5/+14 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 9 | -0/+835 |
QDeclarativeXXX. |