Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed inconsistent test naming. | Rohan McGovern | 2010-03-22 | 1 | -21/+21 |
| | | | | TARGET and test class name should always match. | ||||
* | Add autoLoad property to multimedia declarative elements. | Justin McPherson | 2010-03-19 | 1 | -0/+28 |
| | | | | | Task-number: QTBUG-8947 Reviewed-by: Andrew den Exter | ||||
* | Fix; QML Video item is sensitive to property assignment order | Justin McPherson | 2010-03-19 | 1 | -21/+45 |
| | | | | | Task-number: QTBUG-8605 Reviewed-by: Andrew den Exter | ||||
* | Fix qdeclarative{audio,video} tests. | Justin McPherson | 2010-03-05 | 2 | -7/+7 |
| | | | | Location of declarative modules moved. | ||||
* | Remove dependency on declarative from multimedia. | Justin McPherson | 2010-03-03 | 2 | -2/+12 |
| | | | | | | Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter | ||||
* | Work around requires() bug in qmake | Aaron Kennedy | 2010-02-26 | 1 | -2/+0 |
| | | | | | | when running `qmake -r -tp vc', if any project is encountered which is disabled with requires(), the generated .sln file ends up missing many unrelated projects. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -0/+1206 |
QDeclarativeXXX. |