summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
| * | QCssParser: reordering initializers to match declarationThierry Bastian2009-08-141-1/+1
| * | Fixed coverity warningsThierry Bastian2009-08-142-8/+8
| * | QVariant: added toFloat and toRealThierry Bastian2009-08-143-13/+11
| * | QTextFormat: better use QVariant::userType over QVariant::typeThierry Bastian2009-08-141-15/+15
* | | Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-132-3/+3
* | | Merge commit 'qt/master'Jason Barron2009-08-1389-99/+115
|\ \ \ | |/ /
| * | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-121-1/+1
| * | Update URL's to use new domain.Jason McDonald2009-08-121-1/+1
| * | Update contact URL in license headers.Jason McDonald2009-08-1289-89/+89
| * | Change QFontMetrics::width to return the width of the longest variant if the ...Olivier Goffart2009-08-111-2/+4
| * | Make QFontMetrics::elidedText aware of multi-length stringsOlivier Goffart2009-08-111-2/+15
| * | Add the Qt::TextLongestVariant flag so QFontMetrics::size returns the size of...Olivier Goffart2009-08-111-1/+1
| * | fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-111-3/+4
* | | Doc improvement made by David Boddie.Alessandro Portale2009-08-111-3/+3
* | | Docs: Mentioning that Symbian has a default font size of 7 pointsAlessandro Portale2009-08-111-1/+3
* | | RVCT didn't like a test bool variable exported directly from QtGui,Miikka Heikkinen2009-08-111-2/+7
* | | Update license headers according to commit 858c70f768e.axis2009-08-064-12/+12
* | | Replaced $MODULE$ with hardcoded module names.axis2009-08-064-4/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into mas...Harald Fernengel2009-08-061-0/+6
|\ \ \
| * | | Fix linking of applications that use QFontDatabase::removeApplicationFont.Simon Hausmann2009-08-061-0/+6
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-069-12/+12
|/ / /
* | | fix another broken mergeHarald Fernengel2009-08-061-5/+5
* | | Merge commit 'origin/master'Jason Barron2009-08-0421-130/+162
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-041-2/+2
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0321-128/+160
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-049-34/+95
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5'Thiago Macieira2009-08-031-3/+6
| |\ \ \ | | | |/ | | |/|
| | * | Mac: Fix crash in QCoreTextFontEngineMulti when disabling font kerning.Morten Sørvig2009-07-301-1/+1
| | * | Fix crash when printing to PDF on Qt/MacMorten Sørvig2009-07-271-2/+5
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-311-2/+2
| |\ \ \
| | * | | Don't do two hash lookups in loadGlyphs()Eskil Abrahamsen Blomfeldt2009-07-301-2/+2
| * | | | Export QTextControlAaron Kennedy2009-07-311-1/+1
| |/ / /
| * | | Port of Qt to QNXHarald Fernengel2009-07-292-9/+49
| * | | Port of Qt to VxWorksRobert Griebl2009-07-294-19/+37
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-29/+72
|\ \ \ \ | |/ / /
| * | | Doc: Document the purpose of the QTextFormat etc enums, and add a few linksVolker Hilsheimer2009-07-281-29/+72
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-291-7/+5
|\ \ \ \ | |/ / /
| * | | Doc: QTextLayout is the class to use in interactive text controls.Volker Hilsheimer2009-07-271-1/+1
| * | | Doc: QTextLayout is the class to use in interactive text controls.Volker Hilsheimer2009-07-271-6/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-282-4/+1
|\ \ \ \ | |/ / /
| * | | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-251-2/+0
| * | | Reverted commits that changed the behavior of the keypresses with modifiers.Denis Dzyubenko2009-07-231-2/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2722-597/+326
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-2/+2
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-192-0/+3
| * | fix warnings with mingwThierry Bastian2009-07-151-0/+2
| * | Fix warnings for mingwThierry Bastian2009-07-152-16/+16
| * | Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-139-7/+85
| * | Unified common code in QSyntaxHighlighter::rehighlight() and QSyntaxHighlight...J-P Nurmi2009-07-131-17/+14
| * | Added QSyntaxHighlighter::rehighlightBlock(QTextBlock)J-P Nurmi2009-07-132-0/+28