summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-271-2/+13
|\
| * 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
* | Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-3/+0
|/
* Don't assert if font engine creates new glyphsAaron Kennedy2011-03-021-5/+6
* Update copyright year to 2011.Jason McDonald2011-01-111-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-051-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