Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -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 Allison | 2010-03-26 | 1 | -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 properties | Alexis Menard | 2010-03-25 | 1 | -1/+1 |
| | | | | Reviewed-by:Martin Jones | ||||
* | URL redirects for border image. | Warwick Allison | 2010-03-10 | 1 | -1/+15 |
| | | | | Task-number: QTBUG-7515 | ||||
* | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 1 | -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 Allison | 2010-02-24 | 1 | -0/+408 |
QDeclarativeXXX. |