summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeborderimage.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.
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-10/+13
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Build Fix and port to new width and height propertiesAlexis Menard2010-03-251-1/+1
| | | | Reviewed-by:Martin Jones
* URL redirects for border image.Warwick Allison2010-03-101-1/+15
| | | | Task-number: QTBUG-7515
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-14/+46
| | | | | 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/+408
QDeclarativeXXX.