summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow QTextDocument to resolve URLs to the current working dir.Thiago Macieira2010-05-201-0/+2
* Use case-insensitive comparison for the "data" scheme in URLsThiago Macieira2010-05-161-1/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-6/+3
|\
| * Fixed a leak in QTextDocument::print().Trond Kjernåsen2010-04-291-6/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-1/+1
|\|
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
* | Merge remote branch 'qt/master' into staging-2-masterQt Continuous Integration System2010-02-181-6/+13
|\ \
| * | doc: Fixed some qdoc errors.Martin Smith2010-02-161-6/+13
* | | Replaced the numCopies()/setNumCopies() and actualNumCopies() API.Trond Kjernåsen2010-02-151-2/+2
|/ /
* | Added method to clear the undo/redo stacks.Erik Verbruggen2010-02-091-0/+17
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Add data: URL handling to QTextDocument::loadResourceThorvald Natvig2009-12-021-0/+5
|/
* Fixed endless loop when printing a QTextDocument.Trond Kjernåsen2009-11-231-0/+6
* Printing QTextDocument doesn't include custom objects.Samuel Rødal2009-11-111-0/+4
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-021-8/+10
|\
| * Qt::escape(): also escape the quote (")Olivier Goffart2009-10-281-22/+5
| * Fix XML entities in QTextDocument::toHtml()Thorvald Natvig2009-10-281-7/+26
* | introduce int QTextDocument::available{Undo,Redo}Steps() const;hjk2009-10-301-0/+27
|/
* QTextDocument initial revision after setPlainText/setHtmlmae2009-09-241-0/+4
* Fix QTextDocument::revision()mae2009-09-241-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Remove implicit margin on bulleted lists when exporting to HTMLEskil Abrahamsen Blomfeldt2009-09-041-3/+5
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-131-1/+6
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
|/
* Doc: Added links to Text Object Example in QTextDocument and QTextObjectGeir Vattekar2009-05-061-1/+1
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+2929