summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicstext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-936/+0
* Merge remote branch 'origin/master'Thiago Macieira2010-02-231-2/+11
|\
| * Make uncached text painting work for richtext too.Martin Jones2010-02-231-2/+11
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-1/+0
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
| |\
| * | Move type initialization from global static initializers to QmlEngine constru...Warwick Allison2010-02-141-1/+0
* | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+1
| |/ |/|
* | Fix copyright year.Jason McDonald2010-02-161-1/+1
|/
* Fix elision and multilength strings when resizing a Text element.Michael Brasser2010-02-041-1/+10
* Doc.Martin Jones2010-01-181-1/+3
* Fix clipping without text cache.Martin Jones2010-01-151-0/+9
* Allow disabling of text cache for non-richtext.Martin Jones2010-01-151-54/+101
* Add notifier for QmlGraphicsTextMarco Bubke2010-01-061-0/+19
* Implement a fast "styled" text format.Martin Jones2009-12-221-19/+38
* Optimization: don't use QTextControl in Text elementAaron Kennedy2009-12-211-22/+14
* Avoid calling qgi::update() until after component completeMartin Jones2009-12-171-16/+9
* Expand text benchmark.Michael Brasser2009-12-151-2/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-12-071-2/+0
|\
| * Revert 1dd1886390f56810f3fffbc66e823dca9132a89c - wasn't a leak.Martin Jones2009-12-041-2/+0
* | Cleanup.Michael Brasser2009-12-041-15/+13
|/
* fix includesOswald Buddenhagen2009-12-031-4/+6
* Plug leak.Martin Jones2009-12-031-0/+7
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
* Avoid clipping last pixel of text in QML in some casesEskil Abrahamsen Blomfeldt2009-11-131-1/+2
* remove unneeded constructorsYann Bodson2009-11-091-7/+0
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
* Don't rely on imprecise boundingRect for space around text for outlines.Warwick Allison2009-11-031-2/+2
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+840