summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesv6.7.0-beta3Lucie Gérard2024-02-0929-29/+29
* Fix infinite loop in QTextLayout with setNumColumns()Eskil Abrahamsen Blomfeldt2024-01-291-7/+19
* Avoid detection of heading in tst_QTextMarkdownImporter::thematicBreaksShawn Rutledge2024-01-241-0/+1
* QTextImageHandler: Use QUrl::toLocalFile to convert to local file nameChristian Ehrlicher2024-01-221-1/+1
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-211-0/+57
* QFont::Tag: use new comparison helper macrosVolker Hilsheimer2023-12-081-0/+28
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-3/+0
* tst_qstatictext: remove dead codeChristian Ehrlicher2023-11-261-59/+0
* Skip mixedScript test on platforms with no Hangul fontEskil Abrahamsen Blomfeldt2023-11-022-7/+3
* Adapt QRawFont to use QFont::TagVolker Hilsheimer2023-10-201-7/+9
* QFont: add a tag type for features and other advanced propertiesVolker Hilsheimer2023-10-201-9/+32
* Qt::mightBeRichText: port to QAnyStringViewAnton Kudryavtsev2023-10-091-0/+7
* qtextdocument::insertText: port to QSVAnton Kudryavtsev2023-10-051-67/+67
* coretext: Support variable application fontsEskil Abrahamsen Blomfeldt2023-10-031-2/+2
* Support variable applications fonts with DirectWriteEskil Abrahamsen Blomfeldt2023-10-021-5/+6
* Support loading variable fonts as application fonts in FreetypeEskil Abrahamsen Blomfeldt2023-09-202-0/+51
* tst_QFont: fix -Wsign-compareMarc Mutz2023-09-081-3/+3
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-4/+4
* tst_qstatictext: Fix CMake conditionAxel Spoerl2023-08-311-1/+1
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-191-7/+4
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-3/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-194-0/+8
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-2/+2
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-142-4/+4
* tst_QTextScriptEngine: replace QList with const arrayMarc Mutz2023-08-081-4/+5
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-0527-0/+162
* API update: Don't expose QHash storage in APIEskil Abrahamsen Blomfeldt2023-06-291-0/+33
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-8/+14
* tst_QFont: fix printf-format mismatchMarc Mutz2023-05-101-1/+1
* Make tst_QFont::italicOblique failures easier to debugMårten Nordheim2023-05-041-1/+1
* Move QZipReader/Writer from QtGui to QtCoreMarc Mutz2023-04-266-139/+0
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-226-16/+248
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1729-62/+1
* Don't do font merging for PUA charactersEskil Abrahamsen Blomfeldt2023-02-101-0/+39
* Update Harfbuzz to version 6.0.0Eskil Abrahamsen Blomfeldt2023-01-311-13/+31
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-091-0/+12
* Fix two compiler warningsAhmad Samir2023-01-051-1/+1
* QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-221-7/+0
* QTextImageHandler: Add test coverage for resources and URLsVolker Hilsheimer2022-12-222-0/+17
* Enable and fix the test for QTextImageHandlerVolker Hilsheimer2022-12-223-8/+39
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-142-9/+31
* Try to match variant-selector font to preceding characterEskil Abrahamsen Blomfeldt2022-12-121-1/+5
* Fix missing text when Harfbuzz fails to shape a substringEskil Abrahamsen Blomfeldt2022-12-051-8/+32
* Don't return a visual glyph for ignorable charactersEskil Abrahamsen Blomfeldt2022-12-051-3/+1
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-191-1/+15
* Fix type mismatch compiler warning in tst_QGlyphRunAxel Spoerl2022-11-101-33/+33
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-038-49/+49
* tst_QFont::serialize(): distinguish two letterspacing data tagsEdward Welbourne2022-10-181-2/+2
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-2/+14
* Port from container.count()/length() to size()Marc Mutz2022-10-0412-138/+138