summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownimporter
Commit message (Expand)AuthorAgeFilesLines
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-0/+102
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-052-2/+21
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-041-1/+1
* Add tst_QTextMarkdownImporter::paragraphsShawn Rutledge2024-02-292-0/+47
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Fix frontMatter tests: fixed fonts and testdataShawn Rutledge2024-02-021-4/+4
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-022-0/+34
* Avoid detection of heading in tst_QTextMarkdownImporter::thematicBreaksShawn Rutledge2024-01-241-0/+1
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-4/+4
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-12/+43
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-201-5/+4
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-191-0/+75
* Un-blacklist markdown tests: QSKIP when fonts are scrambledShawn Rutledge2022-05-182-3/+17
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* 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
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-0/+66
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* tst_qtextmarkdown: blacklist tests for QEMU ARMv7Samuli Piippo2021-01-081-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Support the markdown underline extensionShawn Rutledge2020-11-071-3/+12
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* CMake: Regenerate tests projectsAlexandru Croitor2020-03-121-0/+2
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-044-0/+32
|\
| * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-284-0/+32
* | 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-1/+98
|\|
| * Remove empty block at beginning of imported markdownRainer Keller2020-01-131-1/+35
| * QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-5/+5
| * Avoid crashing when the end of an empty markdown list is detectedShawn Rutledge2019-11-051-0/+63
* | cmake: add tests/auto/gui/textFrederik Gladhorn2019-11-011-0/+22
|/
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-081-0/+1
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-083-1/+61
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-083-0/+156