summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimagebase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-6/+36
| | | | | 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/+191
QDeclarativeXXX.