summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix recently added auto test of text layout overflowv6.0.2Eirik Aavitsland2021-02-241-1/+2
* Avoid overflow in text layoutEirik Aavitsland2021-02-111-0/+13
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-17/+42
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-041-0/+16
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+46
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-021-1/+12
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-211-3/+3
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-163-2/+6
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-2/+2
* Support the markdown underline extensionShawn Rutledge2020-11-072-8/+18
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-064-0/+91
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-036-76/+49
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-3/+3
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-0/+15
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2328-41/+41
* Remove most compiler warnings about missing overridesLars Knoll2020-09-119-55/+57
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-1/+1
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-031-0/+1
* Use OpenType font weightsJonas Karlsson2020-08-284-39/+38
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-252-13/+13
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-1/+32
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-063-25/+25
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-211-2/+7
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-1/+42
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0928-41/+41
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-4/+4
* Port QString to qsizetypeLars Knoll2020-07-061-12/+12
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-062-0/+74
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-011-0/+2
* Use QList instead of QVector in gui testsJarek Kobus2020-06-259-86/+88
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-082-13/+6
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* Move some flaky text tests into LancelotEskil Abrahamsen Blomfeldt2020-06-082-243/+0
* Remove winrtOliver Wolff2020-06-065-21/+1
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-051-0/+1
* Make tst_QTextLayout::textWidthVsWIdth() more robustEskil Abrahamsen Blomfeldt2020-05-291-0/+15
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* Blacklist imageAtRightAlignedTab in CentOSHeikki Halmet2020-05-251-0/+1
* Blacklist tst_qfont tests on new platformsTony Sarajärvi2020-05-251-0/+6
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-0/+1
|\
| * Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-151-16/+1
* | Remove autotest for codecForHtmlLars Knoll2020-05-141-11/+0
* | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-0/+37
* | Fix QTextDocumentLayout test with certain fontsEskil Abrahamsen Blomfeldt2020-05-041-1/+3
* | 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