Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
| | |||||
* | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-01 | 1 | -6/+0 |
|\ | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp | ||||
| * | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -6/+0 |
| | | |||||
* | | Doc: More work on the QML documentation. | David Boddie | 2010-08-27 | 1 | -7/+14 |
| | | |||||
* | | Doc: Started to improve QML reference documentation. | David Boddie | 2010-08-23 | 1 | -16/+92 |
|/ | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+1 |
| | | | | ...and a set of functional group pages. | ||||
* | fixes, improvements for various docs and example code | Bea Lam | 2010-07-16 | 1 | -0/+2 |
| | |||||
* | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 1 | -65/+35 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | BorderImage is not updated when border values change | Yann Bodson | 2010-06-17 | 1 | -0/+5 |
| | | | | | Task-number: QTBUG-11509 Reviewed-by: Michael Brasser | ||||
* | Minor doc fixes | Bea Lam | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 1 | -12/+2 |
| | |||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -2/+2 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -7/+7 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Improve border image documentation. | Yann Bodson | 2010-04-28 | 1 | -11/+23 |
| | |||||
* | Documentation fixes. | Yann Bodson | 2010-04-19 | 1 | -5/+5 |
| | |||||
* | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -6/+20 |
| | | | | Task-number: QTBUG-9908 | ||||
* | 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. |