Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly support translation in QDeclarativePixmapCache | Warwick Allison | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -1/+2 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Simple case, no size returned. | Warwick Allison | 2010-03-26 | 1 | -1/+1 |
| | | | | Fixes Particles plugin. | ||||
* | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 1 | -3/+6 |
| | | | | | | | 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 | -1/+1 |
| | | | | | 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/+107 |
QDeclarativeXXX. |