Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Image bounding rect should always include the area being painted | Joona Petrell | 2010-11-05 | 1 | -0/+0 |
| | | | | | | | | This didn't always happend with fillMode PreserveAspectCrop, resulting in drawing artifacts. Task-number: QT-3933 Reviewed-by: Martin Jones | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 2 | -2/+2 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Fix Image element svg autotest | Joona Petrell | 2010-08-19 | 8 | -0/+0 |
| | | | | | | | | | | 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 | ||||
* | Fix test for N900 (ARM-specific SVG results). | Warwick Allison | 2010-07-02 | 3 | -0/+0 |
| | |||||
* | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 2 | -0/+0 |
| | | | | Task-number: QTBUG-11853 | ||||
* | QDeclarativeImage should stretch in one direction when tiling in the other. | Yann Bodson | 2010-04-19 | 2 | -0/+16 |
| | | | | | Task-number: QTBUG-6716 Reviewed-by: Michael Brasser | ||||
* | Image with PreserveAspect enabled with either width or height defined should ↵ | Joona Petrell | 2010-04-14 | 1 | -0/+6 |
| | | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones | ||||
* | Fix svg and big image auto tests on win32. | Martin Jones | 2010-03-29 | 2 | -0/+0 |
| | |||||
* | Fix qdeclarativeimage autotest on the mac. | Yann Bodson | 2010-03-28 | 2 | -0/+0 |
| | |||||
* | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 5 | -0/+55 |
| | | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984 | ||||
* | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 1 | -0/+0 |
| | | | | | Allows loading/decoding local images in an asynchronous thread (already the case for network images). | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+0 |
QDeclarativeXXX. |