summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Remove unused .qrc filesJoerg Bornemann2022-01-177-57/+0
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-14/+16
* Enable markdown writer 'preformats with embedded backticks' testShawn Rutledge2022-01-121-3/+3
* Add a markdown writer test for a checklist item ending with `code`Shawn Rutledge2022-01-121-0/+29
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-111-2/+5
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+29
* Add QTextDocumentFragment::toRawText()Kai Köhne2022-01-061-0/+9
* 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
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-061-0/+31
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-021-1/+60
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-021-0/+19
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+28
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-0/+60
* Properly fix QFontDatabase test on FreetypeEskil Abrahamsen Blomfeldt2021-11-191-1/+3
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-184-0/+40
* Fix tst_qfontdatabase on Windows with FreetypeEskil Abrahamsen Blomfeldt2021-11-101-1/+5
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-211-0/+18
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-0/+58
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-0/+54
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-0/+66
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-0/+7
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-142-102/+60
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-0/+124
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-0/+24
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-011-0/+47
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+2
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-1/+1
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-3/+24
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-173-6/+0
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-112-3/+1
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-0/+14
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+27
* 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
* Export text-decorationAllan Sandfeld Jensen2021-05-051-2/+2
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-111-2/+2
* BLACKLIST tst_qfont for Red HatHeikki Halmet2021-04-061-0/+2
* Remove QEXPECT_FAIL for tests that pass now on AndroidVolker Hilsheimer2021-03-312-9/+0
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-301-18/+30
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-291-2/+2
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-4/+3
* Fix compiler warning: don't mix signed and unsigned int in comparisonVolker Hilsheimer2021-02-111-1/+1
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-17/+42
* tst_qtexttable: fix fail on QEMU ARMv7Samuli Piippo2021-02-051-1/+1
* Fix flakiness in tst_QGlyphRun::drawRightToLeftEskil Abrahamsen Blomfeldt2021-02-042-6/+0
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-0/+16
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+13