summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextdocument/tst_qtextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve default style of QTextTableCarl Schwan7 days1-14/+14
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-181-1/+89
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-181-0/+25
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-201-0/+57
* Qt::mightBeRichText: port to QAnyStringViewAnton Kudryavtsev2023-10-091-0/+7
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-0/+16
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-24/+24
* Port from container.count()/length() to size()Marc Mutz2022-10-041-12/+12
* Use CSS classes on html list items for checkbox supportShawn Rutledge2022-06-111-14/+27
* QTextDocument: add setLayoutEnabled()David Faure2022-05-261-0/+21
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Android: don't QEXPECT_FAIL in tst_QTextDocument::task240325()Assam Boudjelthia2022-03-231-3/+0
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-221-0/+41
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-151-0/+38
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-0/+60
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-141-102/+54
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-0/+124
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-2/+0
* Write out the HTML correctly for nested listsAndy Shaw2021-05-051-0/+58
* Unit test for checking text-decoration in html exportOliver Eftevaag2021-05-051-0/+57
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-301-18/+30
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-291-2/+2
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-121-0/+25
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+2
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-7/+6
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-9/+9
* Use OpenType font weightsJonas Karlsson2020-08-281-29/+26
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-061-0/+31
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-2/+2
* Remove autotest for codecForHtmlLars Knoll2020-05-141-11/+0
* Always encode HTML as utf-8Lars Knoll2020-04-211-5/+6
* Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-011-75/+24
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+12
|\
| * QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-1/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-0/+21
|\|
| * QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-021-0/+21
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+27
|\|
| * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-0/+27
* | Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-261-0/+6
|/
* QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-191-0/+29
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-0/+12
|\
| * Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-0/+13
* | Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-0/+24
* | Output all font families in HTML outputAllan Sandfeld Jensen2019-06-211-0/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-0/+9
|\|
| * Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+9
* | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-281-1/+1
|/