summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-271-1/+1
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-1/+1
| |\
| | * QStringLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-04-231-2/+1
* | | QUnicodeTables: port to charNN_tMarc Mutz2020-04-274-42/+32
|/ /
* | QStringIterator: port from uint to char32_tMarc Mutz2020-04-263-22/+22
* | QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-243-85/+169
* | QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-242-0/+49
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-5/+4
|\|
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-5/+4
* | Rework country setting to match how we return the script settingEdward Welbourne2020-04-211-3/+1
* | Revert "Revert "QLocale: Actually get the language script for the system loca...Edward Welbourne2020-04-211-2/+3
* | Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-24/+30
* | QString::from/toLocal8Bit: Assume locale is utf8 if we don't have codecsLars Knoll2020-04-161-2/+2
* | Fix compilation with QT_RESTRICTED_CAST_FROM_ASCIILars Knoll2020-04-161-1/+1
* | Remove QString::from/toAscii()Lars Knoll2020-04-162-64/+0
* | Compile fixes for clang10Lars Knoll2020-04-151-1/+1
* | Extend the QRegExp->QRegularExpression porting docLars Knoll2020-04-151-0/+5
* | Move the QRegExp porting docs into the QRegExp class documentationLars Knoll2020-04-152-129/+133
* | Add WildcardConversionOptions to QRegularExpressionLars Knoll2020-04-152-8/+33
* | avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-111-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-098-12/+12
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-084-508/+505
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
| * Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-433/+433
| * Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-146/+143
| * Take number system into account in currency format look-upEdward Welbourne2020-04-021-18/+18
| * Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-022-3/+5
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-4/+3
| |\
| | * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-271-4/+3
* | | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-032-3/+11
* | | Make QLocale(QString) explicitLars Knoll2020-04-011-1/+1
* | | Fix warnings when building with MSVC2017Mitch Curtis2020-03-191-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-2/+17
|\| |
| * | Update Unicode license for CLDR and UCDEdward Welbourne2020-03-171-2/+17
* | | Remove QRegExpValidatorLars Knoll2020-03-171-1/+1
* | | Remove the old harfbuzz library and integration codeLars Knoll2020-03-173-479/+0
* | | Remove harfbuzz dependency from qunicodetoolsLars Knoll2020-03-172-39/+1494
* | | Change signature of initScripts to take out pointer to a QVLA<ScriptItem>Lars Knoll2020-03-173-22/+9
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-167-6344/+6752
|\| |
| * | Update UCD to Revision 26Edward Welbourne2020-03-145-6342/+6750
| * | QStringBuilder: make the nested ConvertTo typedef publicMarc Mutz2020-03-121-1/+1
| * | QStringView: adapt to C++20 constexpr std::basic_stringMarc Mutz2020-03-121-1/+1
* | | QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-132-13/+13
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-115-10/+84
|\| |
| * | QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-054-6/+53
| * | QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-053-4/+31
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+3
|\| |
| * | Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-034-81/+227
|\| |
| * | Deprecate QString::SplitBehavior in favor of Qt::SplitBehaviorEdward Welbourne2020-02-282-34/+101