summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Jani Heikkinen2021-08-251-2/+2
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-254-19/+17
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2
* Fix augmentation of UI language listEdward Welbourne2021-06-082-25/+3
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-032-447/+443
* Resurrect data moves in QListAndrei Golubev2021-04-262-41/+27
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-262-18/+6
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-203-32/+5
* QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-202-0/+27
* Add documentation for the QtLiterals namespaceVolker Hilsheimer2021-04-191-0/+33
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-163-6292/+6462
* Don't access moved-from objectVolker Hilsheimer2021-03-041-7/+6
* Specification of pointer usageHou Lei2021-01-291-7/+8
* QRegularExpression: add move constructorIvan Solovev2021-01-262-6/+75
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-253-7/+51
* QLocale: add a Q_CHECK_PTRGiuseppe D'Angelo2021-01-201-0/+1
* Build fixes for GCC 11Ville Voutilainen2021-01-192-0/+3
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-182-2/+49
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-082-4/+4
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-083-6/+6
* Remove the qmake project filesJoerg Bornemann2021-01-071-90/+0
* QLocale: Remove dead codeKai Köhne2021-01-062-12/+0
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-281-0/+8
* QString: update documentationIvan Solovev2020-12-151-117/+212
* QStringView: add constBegin and constEndThiago Macieira2020-12-122-4/+23
* Assert validity in QStringIterator's unchecked methodsEdward Welbourne2020-12-111-6/+18
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+9
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* QByteArray: update documentationIvan Solovev2020-12-051-69/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-042-0/+15
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-15/+2
* Indicate the limited locale selection in the POSIX backendEdward Welbourne2020-12-041-2/+3
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* Fix documentation warnings about QCollator propertyAndreas Buhr2020-12-031-2/+2
* QRE: discourage users from assuming that QRE stores the subjectGiuseppe D'Angelo2020-12-031-0/+10
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QRegularExpression: plaster some [[nodiscard]]Giuseppe D'Angelo2020-12-031-0/+5
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-22/+22