Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autotest for QTBUG-13454. | Yann Bodson | 2010-09-10 | 1 | -2/+1 |
| | |||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -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 Allison | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | sourceWidth/sourceHeight -> sourceSize | Warwick Allison | 2010-03-26 | 1 | -6/+3 |
| | |||||
* | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 1 | -0/+9 |
| | | | | | | | 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/+0 |
| | | | | Task-number: QTBUG-6334 | ||||
* | Optimize Rectangle, Image, and Text creation. | Michael Brasser | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 1 | -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 Allison | 2010-02-24 | 1 | -0/+92 |
QDeclarativeXXX. |