summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownwriter
Commit message (Expand)AuthorAgeFilesLines
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-1/+102
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-041-4/+62
* tst_QTextMarkdownWriter: test both ways of setting font characteristicsShawn Rutledge2024-02-141-0/+122
* QTextMarkdownWriter: Don't word-wrap headingsShawn Rutledge2024-02-132-0/+10
* QTextMarkdownWriter: Avoid omitting or misplacing ending indicatorsShawn Rutledge2024-02-131-1/+83
* QTextMarkdownWriter: Handle lists in blockquotes correctlyShawn Rutledge2024-02-134-3/+27
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Fix frontMatter tests: fixed fonts and testdataShawn Rutledge2024-02-022-3/+8
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-022-0/+23
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-1/+106
* 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
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-242-2/+4
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use CSS classes on html list items for checkbox supportShawn Rutledge2022-06-111-0/+3
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-202-1/+2
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-191-2/+2
* Un-blacklist markdown tests: QSKIP when fonts are scrambledShawn Rutledge2022-05-182-28/+75
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* CI: blacklist fromHtml:preformats with embedded backticks for QNXPasi Petäjäjärvi2022-04-061-0/+2
* 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
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-0/+7
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* tst_qtextmarkdown: blacklist tests for QEMU ARMv7Samuli Piippo2021-01-081-2/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-9/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-071-5/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Remove winrtOliver Wolff2020-06-061-1/+0
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-051-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-223-3/+28
|\
| * Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-203-6/+6
| * Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-202-0/+25
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-131-3/+2
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-132-0/+26
|\ \ \ | |/ / |/| / | |/
| * Markdown importer: properly set hyperlinksGiuseppe D'Angelo2020-02-032-0/+26
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+9
|\|
| * QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-0/+9
* | cmake: add tests/auto/gui/textFrederik Gladhorn2019-11-011-0/+22
|/
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-1/+1
* unblacklist passing testsDaniel Smith2019-07-081-2/+1
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-042-15/+40
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+3
* QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-243-1/+16