summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add since version to enum value documentationPaul Wicking2020-01-301-16/+16
* updateSystemPrivate(): fix handling of empty string as non-null QVariantEdward Welbourne2020-01-231-5/+5
* Fix QLocale::system() and uiLanguages() for the mobile platformsAndy Shaw2020-01-222-1/+3
* Fix MS-Win system locale code to return QString for numeric tokensEdward Welbourne2020-01-161-35/+62
* QRegularExpression: fixup docs of wildcardToRegularExpressionGiuseppe D'Angelo2020-01-151-2/+6
* QRegularExpression: minor doc fixesGiuseppe D'Angelo2020-01-121-2/+2
* QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-18/+26
* Eliminate QLocale's default_number_options global staticEdward Welbourne2020-01-091-8/+5
* Improve QLocale method documentationEdward Welbourne2020-01-091-5/+25
* Add advance warning of change of return types coming in Qt6Edward Welbourne2020-01-092-4/+32
* Change getMacLocaleName() to return a QStringEdward Welbourne2020-01-091-7/+7
* ucstrncmp: Fix UBSan report of array overflowingThiago Macieira2020-01-091-4/+4
* Note that zh's "Chinese" is in fact MandarinEdward Welbourne2020-01-041-1/+1
* Fix some qdoc warningsFriedemann Kleint2020-01-021-8/+0
* QLocale: Support Indian number formattingTuomas Heimonen2019-12-302-12/+36
* QRegularExpression: adjust the error codes matching PCRE2 10.34Giuseppe D'Angelo2019-12-281-25/+40
* QRegularExpression: improve docs about porting from QRegExpGiuseppe D'Angelo2019-12-241-0/+32
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-103-3/+3
* Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
* Update CLDR to v36Edward Welbourne2019-10-254-2842/+2888
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-042-16/+67
* docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-041-0/+1
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
* Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-041-2/+2
* QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-044-2722/+2695
* Doc: Remove 'f.i.'Kai Koehne2019-09-041-1/+1
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-042-17/+11
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-042-17/+11
* | QUnicodeTables: pack Properties structMarc Mutz2019-09-042-2639/+2641
|/
* Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-4/+4
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-9/+0
|\
| * Android: Update clang mkspecsBogDan Vatra2019-08-221-9/+0
* | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-2/+3
* | Add support for calendars beside GregorianSoroush Rabiei2019-08-204-2768/+1019
|/
* Remove extra semicolon from QConcatenable<const char16_t *>::sizeMichael Brüning2019-08-131-1/+1
* QChar: add FormFeed (FF) special characterThiago Macieira2019-08-122-0/+2
* Deprecate QStringViewLiteralMarc Mutz2019-08-102-5/+9
* QStringView: clean up storage_typeMarc Mutz2019-07-292-11/+3
* qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-293-7/+8
* QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16
* Tidy up some messy code in QLocaleEdward Welbourne2019-07-261-24/+8
* Split all the over-long lines in qlocale.cppEdward Welbourne2019-07-251-56/+110
* Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-242-2/+38
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-4/+3
* Fix qdoublescanprint_p.h path in corelibTasuku Suzuki2019-07-151-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-2/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1062-0/+73651