Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -33/+0 |
| | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+4 |
| | | | | ...and a set of functional group pages. | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-07-22 | 1 | -3/+16 |
|\ | |||||
| * | Clean up particle motion documentation | Alan Alpert | 2010-07-14 | 1 | -3/+16 |
| | | | | | | | | Task-number: QTBUG-11917 | ||||
* | | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-22 | 1 | -4/+4 |
|/ | | | | Task-number: QTBUG-11512 | ||||
* | Private variable cleanup. | Michael Brasser | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 1 | -23/+10 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Ensure ParticleMotionGravity always pulls in the right direction. | Michael Brasser | 2010-06-04 | 1 | -4/+6 |
| | |||||
* | Remove version ifdefs from Particles; only 4.7 is supported. | Michael Brasser | 2010-06-04 | 1 | -16/+0 |
| | |||||
* | More QML doc consistency. | Martin Jones | 2010-04-16 | 1 | -7/+7 |
| | |||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -2/+8 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Make it clear that Qt.labs modules may not remain compatible. | Martin Jones | 2010-04-14 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-9807 | ||||
* | Add media elements to the QML Elements docs. | Martin Jones | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Document Particles module import. | Martin Jones | 2010-03-26 | 1 | -0/+5 |
| | |||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -4/+0 |
| | |||||
* | no need to include this private header | Yann Bodson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | fix particles plugin | Yann Bodson | 2010-03-11 | 1 | -1/+15 |
| | |||||
* | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 1 | -0/+1316 |
Task-number: QT-2846 |