summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimage
Commit message (Collapse)AuthorAgeFilesLines
* Don't draw null pixmap in QDeclarativeImage paint functionJoona Petrell2010-11-301-0/+30
| | | | | Task-number: QTBUG-15690 Reviewed-by: Martin Jones
* Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-0/+74
| | | | | | | | This didn't always happend with fillMode PreserveAspectCrop, resulting in drawing artifacts. Task-number: QT-3933 Reviewed-by: Martin Jones
* Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-081-2/+32
| | | | Task-number: QTBUG-14303
* Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-051-0/+41
| | | | Task-number: QTBUG-14197
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-10/+10
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Autotest for QTBUG-13454.Yann Bodson2010-09-101-14/+54
|
* Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-251-7/+7
| | | | | | The implicit width and height should also be set to the sourceSize. Task-number: 13002
* Fix Image element svg autotestJoona Petrell2010-08-199-12/+4
| | | | | | | | | | Also, reduced some platform-specific test as the test case is not meant to test regression in the painting routines, but that Image's svg support works. Task-number: Reviewed-by: Martin Jones
* Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-0/+2
| | | | | | | i.e. the thread with the QNAM the original reply was created in. Task-number: QTBUG-12302 Reviewed-by: Aaron Kennedy
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-081-31/+0
| | | | | | QDeclarativeImageProvider to provide pixmaps instead. Task-number: QTBUG-11980
* Fix test for N900 (ARM-specific SVG results).Warwick Allison2010-07-024-8/+6
|
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-023-8/+14
| | | | Task-number: QTBUG-11853
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+5
| | | | | Task-number: Reviewed-by: Martin Jones
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
| | | | Also rearrange the parameter order to be more clear.
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-1/+1
| | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value.
* 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.