summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage/data
Commit message (Collapse)AuthorAgeFilesLines
* AnimatedImage does not notify on status change.Yann Bodson2011-02-041-0/+17
| | | | | Task-number: QTBUG-16520 Reviewed-by: Michael Brasser
* Add 'mirror' property to Image element.Bea Lam2010-12-102-0/+6
| | | | | | | | Setting mirror to true will horizontally invert an image. This feature is part of the task to support RTL in QML (see QTBUG-11042). Task-number: QTBUG-15878 Reviewed-by: Joona Petrell
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-6/+6
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* qmldir is required for remote content.Warwick Allison2010-04-131-0/+1
|
* Fix AnimatedImage for remote image test. Fix and test sourceSize property.Warwick Allison2010-04-082-0/+13
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-0/+23
QDeclarativeXXX.