Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only modify pixmap cache reply when protected by a mutex | Aaron Kennedy | 2010-08-12 | 1 | -0/+10 |
| | | | | QTBUG-12729 | ||||
* | Limit the pixmap cache in space as well as in time. | Aaron Kennedy | 2010-08-03 | 2 | -0/+40 |
| | | | | QTBUG-12590 | ||||
* | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 1 | -58/+41 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -9/+14 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Stabilize test. | Warwick Allison | 2010-04-14 | 8 | -12/+24 |
| | | | | Uses built-in server. | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -7/+7 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 5 | -0/+291 |
QDeclarativeXXX. |