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. | ||||
* | doc | Warwick Allison | 2010-03-31 | 1 | -0/+4 |
| | |||||
* | sourceWidth/sourceHeight -> sourceSize | Warwick Allison | 2010-03-26 | 1 | -11/+10 |
| | |||||
* | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 1 | -0/+26 |
| | | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984 | ||||
* | Move pixmapChanged signal to QDeclarativeImage | Yann Bodson | 2010-03-09 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-6334 | ||||
* | Optimize Rectangle, Image, and Text creation. | Michael Brasser | 2010-03-08 | 1 | -2/+7 |
| | |||||
* | Expand documention of status property with examples | Alan Alpert | 2010-03-01 | 1 | -0/+10 |
| | | | | Task-number: QTBUG-8542 | ||||
* | update painted geometry on pixmapChanged rather than sourceChanged | Yann Bodson | 2010-02-26 | 1 | -9/+3 |
| | |||||
* | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 1 | -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 Allison | 2010-02-24 | 1 | -0/+368 |
QDeclarativeXXX. |