summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Initialize member variables in QStaticTextPrivate constructorEskil Abrahamsen Blomfeldt2010-01-291-0/+1
* Compile for SymbianEskil Abrahamsen Blomfeldt2010-01-261-0/+1
* CompileEskil Abrahamsen Blomfeldt2010-01-201-1/+1
* Add font object to QStaticTextEskil Abrahamsen Blomfeldt2010-01-202-1/+3
* Implement QPaintBufferEngine::drawStaticTextItem()Eskil Abrahamsen Blomfeldt2010-01-181-0/+2
* doc: Add some performance hints to the documentationEskil Abrahamsen Blomfeldt2010-01-151-4/+11
* Fix crash when wrapping textEskil Abrahamsen Blomfeldt2010-01-151-1/+1
* Update size commentEskil Abrahamsen Blomfeldt2010-01-151-1/+2
* Update size comment in QStaticTextPrivateEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Optimize drawStaticText() with rectangle destinationEskil Abrahamsen Blomfeldt2010-01-142-5/+13
* Add prepare() function to QStaticTextEskil Abrahamsen Blomfeldt2010-01-142-1/+29
* Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-142-2/+5
* Remove font property in QStaticText and fix handling translation onEskil Abrahamsen Blomfeldt2010-01-142-35/+5
* Speed up QStaticText initializationEskil Abrahamsen Blomfeldt2010-01-141-10/+5
* Allow access to QStaticTextPrivate from autotestsEskil Abrahamsen Blomfeldt2010-01-141-4/+3
* Some documentation fixesEskil Abrahamsen Blomfeldt2010-01-141-4/+7
* Support transformations in drawStaticText() and optimize for spaceEskil Abrahamsen Blomfeldt2010-01-142-26/+78
* Optimize QStaticText for spaceEskil Abrahamsen Blomfeldt2010-01-142-78/+53
* Remove const-specifier to make QTextItemInt::operator=() more beautifulEskil Abrahamsen Blomfeldt2010-01-142-2/+2
* Respect font settings of QStaticText and clip to maximum sizeEskil Abrahamsen Blomfeldt2010-01-141-0/+2
* Support maximumSize for the layout of the text in a QStaticTextEskil Abrahamsen Blomfeldt2010-01-145-54/+278
* Speed optimization for QStaticTextEskil Abrahamsen Blomfeldt2010-01-145-18/+31
* Fix drawing in QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-0/+1
* Space optimization in QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-8/+7
* Optimize QStaticText for one line stringsEskil Abrahamsen Blomfeldt2010-01-145-65/+89
* Fix memory leakEskil Abrahamsen Blomfeldt2010-01-141-1/+3
* Compile on S60Eskil Abrahamsen Blomfeldt2010-01-141-0/+1
* CompileEskil Abrahamsen Blomfeldt2010-01-141-2/+2
* Add operators and implicit sharing to QStaticTextEskil Abrahamsen Blomfeldt2010-01-143-26/+91
* Remove ambiguous overload for QStaticText() constructorEskil Abrahamsen Blomfeldt2010-01-141-1/+0
* Add lazy initialization to QStaticTextEskil Abrahamsen Blomfeldt2010-01-143-12/+114
* doc: Add documentation for QStaticText and QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-0/+61
* Fix formatting/clipping rectangle in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-143-8/+78
* Start support for formatting text within a bounding rectEskil Abrahamsen Blomfeldt2010-01-143-7/+7
* WhitespaceEskil Abrahamsen Blomfeldt2010-01-141-3/+2
* Fix position of QStaticText textEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Simplify QStaticTextEskil Abrahamsen Blomfeldt2010-01-142-27/+19
* Introduce QStaticText APIEskil Abrahamsen Blomfeldt2010-01-144-2/+187
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-1293-125/+100
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-1293-93/+93
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0793-93/+93
| | |\
| | | * Update copyright year to 2010Jason McDonald2010-01-0693-93/+93
| * | | Fix for QTBUG-6408 QFontEngineS60::QFontEngineS60 called hundreds ofJani Hautakangas2010-01-112-32/+7
| |/ /
* | | fix release mode crash in qfont.cpp initFontSubst() on Windows mobileJoerg Bornemann2010-01-111-2/+1
|/ /
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-061-3/+10
|\ \ | |/ |/|
| * Don't write out fo:word-spacing if its the default value.Thomas Zander2010-01-061-2/+2
| * Fix background brush for character format when writing to ODF document.Pierre Rossi2009-12-301-1/+8
* | doc: Fixed references to currsor position().Martin Smith2010-01-061-26/+29
|/
* Edit focus should not be lost unless by explicit actionSami Merila2009-12-211-1/+5
* Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-171-7/+7
|\