summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix crash (assert) in QTextDocumentmae2009-09-091-0/+2
* | Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-091-2/+7
* | Removed some superfluous semicolonsAlessandro Portale2009-09-091-2/+2
* | Getting text widget OOM tests working in Symbianmread2009-09-091-1/+1
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0993-426/+473
|\ \
| * | Update license headers again.Jason McDonald2009-09-0993-372/+372
| * | Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101
* | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-1/+1
|/ /
* | Support setting font size in shorthand font propertiesEskil Abrahamsen Blomfeldt2009-09-071-1/+1
* | Remove implicit margin on bulleted lists when exporting to HTMLEskil Abrahamsen Blomfeldt2009-09-041-3/+5
* | fix text eliding for arabic and syriacLars Knoll2009-09-041-0/+33
* | QCSSScanner: really skip toLower() when tokenizing the input.Ariya Hidayat2009-09-031-1/+1
* | Removing a few superfluous semicolons.Alessandro Portale2009-09-031-1/+1
* | Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-0/+2
* | CSS parser speed-up: skip the need to call toLower().Ariya Hidayat2009-09-031-42/+42
* | CSS parsing speed-up: reserve CSS symbols prior to parsing.Ariya Hidayat2009-09-021-0/+1
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-314-52/+52
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3189-1157/+1157
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-3189-1157/+1157
| * Make assorted constructors follow good coding practiceKeith Isdale2009-08-242-11/+2
| * fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-121-3/+4
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
| * Update license headers.Jason McDonald2009-08-1189-89/+89
* | Deleting the CFontStore without a crashmread2009-08-283-5/+19
* | Avoid undefined text metrics when GetTextMetrics() in QFontEngineWinEskil Abrahamsen Blomfeldt2009-08-261-1/+3
* | 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