summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Make QWS compile with namespacesPaul Olav Tvete2009-08-261-1/+2
* Don't float objects into next page unless they can fit in itEskil Abrahamsen Blomfeldt2009-08-241-1/+13
* Warning fix: mask_format = unreferenced parameterAlessandro Portale2009-08-211-0/+1
* Fixed an MSVC 9.0 /2008 warningAlessandro Portale2009-08-211-5/+5
* Merge commit 'qt/master'Jason Barron2009-08-212-19/+27
|\
| * Fix undo/redo of single-command edit blocksmae2009-08-202-19/+27
* | Use QExplicitlySharedDataPointer wherever possibleHarald Fernengel2009-08-202-18/+10
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-1/+2
|\ \ | |/
| * Fixed a possible crash in QTextCursorThierry Bastian2009-08-181-1/+2
* | Changed names and URLs to reflect name change.axis2009-08-194-4/+4
* | Merge commit 'qt/master'Jason Barron2009-08-1824-124/+105
|\ \ | |/
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1715-46/+41
| * More coverity warnings removedThierry Bastian2009-08-173-12/+2
| * QTextControl::print: fix coverity warningThierry Bastian2009-08-172-4/+3
| * Fix coverity warningsThierry Bastian2009-08-171-3/+3
| * Better handling of qreal with QVariantThierry Bastian2009-08-171-1/+1
| * Fixed coverity warningsThierry Bastian2009-08-171-1/+1
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
| * Doc: Fix links and silence qdoc warnings.Volker Hilsheimer2009-08-161-8/+7
| * Avoid wrapping outside word boundaries in QTextDocument unless necessaryEskil Abrahamsen Blomfeldt2009-08-141-9/+10
| * QVariant: more work on avoinding conversion between float and doublesThierry Bastian2009-08-141-3/+2
| * 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