summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* docWarwick Allison2010-03-311-0/+4
|
* sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-11/+10
|
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-0/+26
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-091-1/+1
| | | | Task-number: QTBUG-6334
* Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-081-2/+7
|
* Expand documention of status property with examplesAlan Alpert2010-03-011-0/+10
| | | | Task-number: QTBUG-8542
* update painted geometry on pixmapChanged rather than sourceChangedYann Bodson2010-02-261-9/+3
|
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-0/+15
| | | | | 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/+368
QDeclarativeXXX.