summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Change pen correctly when drawing cached textAaron Kennedy2010-12-011-0/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-101-2/+2
|\
| * Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-2/+2
* | Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-031-0/+13
|/
* Fix QDeclarativeTextLayout under non-affine transformationAaron Kennedy2010-10-181-1/+1
* Add missing license header.Michael Brasser2010-10-041-0/+41
* CompileAaron Kennedy2010-10-041-0/+4
* Only cache textlayout in paint engines that support transformationsAaron Kennedy2010-10-011-1/+6
* Apply the QStaticText text-caching strategy for QMLAaron Kennedy2010-10-011-0/+308