Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -13/+0 |
| | |||||
* | typo | Yann Bodson | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+2 |
| | | | | ...and a set of functional group pages. | ||||
* | Doc error fixes. | Martin Jones | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | improvements to docs and examples | Bea Lam | 2010-07-14 | 1 | -33/+26 |
| | |||||
* | Remove Image::pixmap property. QML applications should use | Bea Lam | 2010-07-08 | 1 | -10/+0 |
| | | | | | | QDeclarativeImageProvider to provide pixmaps instead. Task-number: QTBUG-11980 | ||||
* | docs | Bea Lam | 2010-07-07 | 1 | -12/+14 |
| | |||||
* | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | The QDeclarativePixmapCache was both slow, and very trickey to use correctly. Many QML elements did not correctly cancel outstanding requests, which leads to pixmaps leaking indefinately. Other elements, such as Text, were subject to race conditions that meant they may never actually load all their images. QDeclarativePixmap is a single class than encapsulates the action of fetching a pixmap, as well as the pixmap itself and the responsibility of canceling outstanding requests. Rather than relying on Qt's pixmap cache that doesn't cache all the information QML needs, QDeclarativePixmap implements its own cache, that correctly degrades over time (unlike QPixmapCache that can stop expiring items in some conditions). Reviewed-by: Warwick Allison | ||||
* | Docs | Bea Lam | 2010-06-28 | 1 | -0/+5 |
| | |||||
* | Minor doc fixes | Bea Lam | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | Doc improvements, including snippet fixes, linking to examples, making | Bea Lam | 2010-06-11 | 1 | -0/+2 |
| | | | | docs more consistent | ||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -5/+0 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Doc improvements | Bea Lam | 2010-05-19 | 1 | -12/+23 |
| | |||||
* | Doc fix | Bea Lam | 2010-05-16 | 1 | -0/+1 |
| | |||||
* | Improve Image docs. Move all fillMode image examples to fillMode | Bea Lam | 2010-05-12 | 1 | -84/+109 |
| | | | | property docs and remove the animated gif. | ||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -10/+10 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -2/+0 |
| | |||||
* | Doc: some simple examples of sourceSize usage. | Martin Jones | 2010-04-29 | 1 | -0/+26 |
| | | | | Task-number: QTBUG-10252 | ||||
* | Doc: overview for Image | Martin Jones | 2010-04-28 | 1 | -1/+21 |
| | |||||
* | Doc fixes | Bea Lam | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Documentation fixes. | Yann Bodson | 2010-04-19 | 1 | -3/+6 |
| | |||||
* | QDeclarativeImage should stretch in one direction when tiling in the other. | Yann Bodson | 2010-04-19 | 1 | -5/+20 |
| | | | | | Task-number: QTBUG-6716 Reviewed-by: Michael Brasser | ||||
* | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Image with PreserveAspect enabled with either width or height defined should ↵ | Joona Petrell | 2010-04-14 | 1 | -0/+6 |
| | | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones | ||||
* | 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. |