summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-014-0/+100
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-304-4/+4
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Make QCollatorSortKey's operator<() a hidden friendEdward Welbourne2020-11-271-6/+3
* Clean up QCollator's documentation and tell fewer liesEdward Welbourne2020-11-271-53/+58
* Fix spacing in QCollator documentationEdward Welbourne2020-11-271-19/+19
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+7
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-272-2/+3
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-271-134/+66
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-271-14/+9
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-264-0/+32
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-232-45/+63
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-192-10/+19
* QChar: use =delete instead of privateGiuseppe D'Angelo2020-11-191-2/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4