summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextDocument: avoid relocationsMarc Mutz2013-12-231-3/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+1
|\
| * src/gui/text: whitespace fixesJ-P Nurmi2013-11-261-1/+1
* | Introduce QTextDocument::baseUrlJ-P Nurmi2013-10-251-22/+58
|/
* Export the block's line-height settings to htmlAndy Shaw2013-10-121-0/+23
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+1
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-251-6/+5
* Color transparency support in html import/exportAlexey Chernov2012-07-101-4/+23
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-2/+2
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-5/+5
* Load resources in in QTextDocument correctlyLars Knoll2012-05-041-19/+12
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-1/+1
* Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-241-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-7/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-291-2/+6
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-5/+5
* Move Qt::escape to QtCoreDavid Faure2011-09-291-33/+1
* Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-191-10/+11
* Move printing into it's own libraryLars Knoll2011-08-191-2/+0
* Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-191-65/+38
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-121-1/+1
|\
| * Don't cast a string from asciiLars Knoll2011-07-071-1/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-0/+2
|\|
| * Fix empty lines in Qt HTML when displayed in external browsers (again)Eskil Abrahamsen Blomfeldt2011-06-201-1/+3
| * Fix missing empty lines in Qt HTML when displayed in compliant browsersEskil Abrahamsen Blomfeldt2011-06-101-1/+1
* | Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-271-1/+1
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-18/+18
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-1/+1
* | Compile fix for -qpa/Linux.Friedemann Kleint2011-05-231-0/+2
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-3/+3
|\|
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-3/+3
* | make the new QtGui compileLars Knoll2011-05-071-2/+0
* | compile fixesLars Knoll2011-05-051-1/+3
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-041-0/+31
|\|
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-0/+8
| |\
| | * Include pixel size of font in exported HTML from QTextDocumentEskil Abrahamsen Blomfeldt2011-05-041-0/+8
| * | Support visual cursor movement for BIDI textJiang Jiang2011-04-291-0/+23
| |/
* / less qapp includesLars Knoll2011-05-041-1/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3044