summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownwriter
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-0/+13
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-083-3/+57
* Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-081-1/+1
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-081-0/+3
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-082-21/+101
* Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-014-0/+465