Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression: QDeclarativeText does not update when text turns empty | Yann Bodson | 2010-11-03 | 1 | -0/+1 |
| | | | | | Task-number: QTBUG-14865 Reviewed-by: Michael Brasser | ||||
* | Compile | Aaron Kennedy | 2010-10-04 | 1 | -0/+51 |
| | | | | Task-number: QTBUG-14050 | ||||
* | Apply the QStaticText text-caching strategy for QML | Aaron Kennedy | 2010-10-01 | 1 | -0/+23 |
QML cannot use QStaticText directly as it doesn't support caching a QTextLayout. QDeclarativeTextLayout is basically a copy of QStaticText that adds this support. Currently this feature is disabled by default (enable with QML_DISABLE_IMAGE_CACHE=1) while we double check the perf consequences of this change. Task-number: QTBUG-14050 |