summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextdocument
Commit message (Expand)AuthorAgeFilesLines
* 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-042-2/+2
* 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
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-0/+16
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* 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-162-54/+4
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-16/+16
* Use OpenType font weightsJonas Karlsson2020-08-281-29/+26
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* 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
* Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+65
|\
| * 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
| |\|