summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix text color in some cases of QML and QStaticTextEskil Abrahamsen Blomfeldt2011-06-291-6/+9
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Support text decoration in QML when using static text back-endEskil Abrahamsen Blomfeldt2011-04-181-0/+10
* Fix missing color in text when using static text back-end in QMLEskil Abrahamsen Blomfeldt2011-04-181-2/+3
* Don't assert if font engine creates new glyphsAaron Kennedy2011-03-021-5/+6
* 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