summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qtextboundaryfinder
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-3/+1
* tst_qttextboundaryfinder: ignore unsupported testsIevgenii Meshcheriakov2024-02-082-12/+22
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-086-471/+3705
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QTextBoundaryFinder: clean out the last two foreach usesEdward Welbourne2023-08-111-2/+3
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Remove tst_QTextBoundaryFinder::thaiLineBreakMikolaj Boc2023-01-131-91/+0
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-115-25/+23
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* 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
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-241-24/+24
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-241-9/+9
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-242-37/+37
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-241-28/+28
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-241-9/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-21/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-171-8/+0
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-187-73/+77
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-162-634/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-25/+35
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-071-2/+0
* Remove QTextCodec dependency from testLars Knoll2020-05-141-5/+1
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-271-0/+34
* Update UCD to Revision 26Edward Welbourne2020-03-148-1666/+2587
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-308-1276/+10651
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-108-0/+11684