summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimagebase_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Autotest for QTBUG-13454.Yann Bodson2010-09-101-2/+1
|
* Don't export declarative private classesMartin Jones2010-07-011-1/+1
| | | | | Those required by creator are still exported. Everything else is no longer exported.
* Fix AnimatedImage for remote image test. Fix and test sourceSize property.Warwick Allison2010-04-081-1/+1
|
* sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-6/+3
|
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-0/+9
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-091-1/+0
| | | | Task-number: QTBUG-6334
* Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-081-0/+1
|
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-0/+7
| | | | | 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/+92
QDeclarativeXXX.