summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-1/+1
* Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-101-0/+3
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+3
|\
| * Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
* | QTextDocument QRegExp search cleanupSamuel Gaist2014-12-121-10/+6
* | QTextDocument QRegularExpression search cleanupSamuel Gaist2014-12-121-9/+6
* | QTextDocument: Don't use QRegExp for string search overloadsSamuel Gaist2014-11-271-8/+68
* | Add missing QT_NO_REGEXP guard to search functionsSamuel Gaist2014-11-261-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QTextDocument: code cleanupSamuel Gaist2014-09-151-5/+5
* | QTextDocument: Correct parameter documentationSamuel Gaist2014-09-151-7/+5
* | QTextDocument: doc and function parameter name cleanupSamuel Gaist2014-09-151-16/+14
* | Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-151-0/+126
|/
* 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