summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimage
Commit message (Collapse)AuthorAgeFilesLines
* QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-193-1/+92
| | | | | Task-number: QTBUG-6716 Reviewed-by: Michael Brasser
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+3
| | | | QTBUG-9726
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-4/+5
| | | | Task-number: QTBUG-9908
* Image with PreserveAspect enabled with either width or height defined should ↵Joona Petrell2010-04-142-1/+30
| | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-8/+8
| | | | | 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
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-295-3/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/examples.qdoc doc/src/declarative/focus.qdoc doc/src/declarative/modules.qdoc doc/src/declarative/network.qdoc doc/src/declarative/qdeclarativedebugging.qdoc doc/src/declarative/qdeclarativei18n.qdoc doc/src/declarative/qmlruntime.qdoc doc/src/declarative/tutorial.qdoc tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
| * Fix svg and big image auto tests on win32.Martin Jones2010-03-293-2/+8
| |
| * Autotest tweaks.Michael Brasser2010-03-281-0/+3
| |
| * Fix qdeclarativeimage autotest on the mac.Yann Bodson2010-03-283-2/+9
| |
* | docWarwick Allison2010-03-281-0/+3
|/
* sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-4/+3
|
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-266-8/+112
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-242-6/+12
|\
| * Add an "asynchonous" property to Image.Martin Jones2010-02-242-6/+12
| | | | | | | | | | Allows loading/decoding local images in an asynchronous thread (already the case for network images).
* | Manually merge 0f761d9d95bc187cb786ce7dc03a7d8c9ad9d779Warwick Allison2010-02-241-1/+1
|/
* 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-243-0/+256
QDeclarativeXXX.