summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepixmapcache_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Correctly support translation in QDeclarativePixmapCacheWarwick Allison2010-04-161-0/+2
|
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-1/+2
| | | | Task-number: QTBUG-9908
* Simple case, no size returned.Warwick Allison2010-03-261-1/+1
| | | | Fixes Particles plugin.
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-3/+6
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-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 Allison2010-02-241-0/+107
QDeclarativeXXX.