summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextlayout_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-031-0/+1
| | | | | Task-number: QTBUG-14865 Reviewed-by: Michael Brasser
* CompileAaron Kennedy2010-10-041-0/+51
| | | | Task-number: QTBUG-14050
* Apply the QStaticText text-caching strategy for QMLAaron Kennedy2010-10-011-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