summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextdocument
Commit message (Expand)AuthorAgeFilesLines
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-211-0/+49
* QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-2/+20
* Add QTextDocument::toRawText() functionEskil Abrahamsen Blomfeldt2016-10-171-0/+11
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-0/+18
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-0/+18
| |\
| | * Add missing test for QReguarExpression for QTextDocument::findMultipleSamuel Gaist2016-09-201-0/+18
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-0/+2
| |\|
| | * QTextDocument: fix string backward searchSamuel Gaist2016-08-281-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+87
|\| |
| * | Interpret fixed CSS line-height as minimum rather than absoluteEskil Abrahamsen Blomfeldt2016-04-191-1/+87
* | | Fix QTextEdit/QQuickTextEdit undo bug - Part #2Dan Cape2016-03-021-4/+17
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+26
|\|
| * Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-0/+26
* | Updated license headersJani Heikkinen2016-01-212-34/+24
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-7/+1
* | tests/auto/gui: Remove some placeholder formatting.Friedemann Kleint2015-10-191-3/+3
|/
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-18/+19
* Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-252-1/+140
* Fix QTextDocument test when default font is pixel-sizedEskil Abrahamsen Blomfeldt2015-02-171-12/+41
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-292-38/+22
|\
| * Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* | Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-151-15/+50
|/
* Fix incorrect repaints with plain text editSimon Hausmann2014-04-301-0/+47
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-5/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-31/+0
|\
| * Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw2013-11-051-31/+0
* | Introduce QTextDocument::baseUrlJ-P Nurmi2013-10-251-0/+50
|/
* QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-0/+28
* Export the block's line-height settings to htmlAndy Shaw2013-10-121-0/+20
* Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+30
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Fix possible crash in QTextDocumentEskil Abrahamsen Blomfeldt2013-01-031-0/+25
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+14
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Color transparency support in html import/exportAlexey Chernov2012-07-101-0/+122
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-9/+9
* Eliminate duplicate data row names in gui autotests.Jason McDonald2012-02-141-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Changed qtextdocument, qtextdocumentlayout unittests to cleanup tmp files.Kurt Korbatits2012-01-241-1/+6
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* gui: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-22/+0