summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage
Commit message (Collapse)AuthorAgeFilesLines
* AnimatedImage does not change progress valueYann Bodson2011-03-101-0/+49
| | | | | | | | | This fixes QTBUG-17964 and make AnimatedImage behave like Image. Task-number: QTBUG-17964 Reviewed-By: Martin Jones Change-Id: I33996353a3b4ee0edb03741998f3ea893d4d31e5
* AnimatedImage does not notify on status change.Yann Bodson2011-02-042-0/+41
| | | | | Task-number: QTBUG-16520 Reviewed-by: Michael Brasser
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Add 'mirror' property to Image element.Bea Lam2010-12-103-0/+109
|/ | | | | | | | 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-297-7/+7
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Autotests cleanup.Yann Bodson2010-09-101-13/+4
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 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
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
| | | | QTBUG-9726
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Use different ports for network tests to avoid clashes in parallel testing.Martin Jones2010-04-131-2/+2
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* 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-083-0/+37
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-11/+11
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-248-0/+221
QDeclarativeXXX.