summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
| * De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-283-63/+142
| * Doc: Replace 'In alternative' with 'Alternatively'Kai Koehne2020-02-281-1/+1
* | Pass QDate and QTime as value classesEdward Welbourne2020-02-272-17/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-264-5/+11
|\|
| * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-3/+3
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-0/+6
| |\
| | * QString: Add missing number() crosslinks to setNum()Andre Hartmann2020-02-201-0/+6
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-182-2/+2
| |\|
| | * wasm: fix crash when qtvkb tries to load a pluginLorn Potter2020-02-161-1/+1
| | * QStringView: Fix warning about conversion from qsizetype to intThiago Macieira2020-02-131-1/+1
* | | Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-173-22/+22
* | | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-177-1085/+1183
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-139-51/+138
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-064-4/+24
| |\|
| | * Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-054-4/+24
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-044-45/+84
| |\|
| | * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-033-15/+41
| | * Fall back to "+" if MS returns empty string for positive signEdward Welbourne2020-02-031-1/+11
| | * qlocale_win.cpp: distinguish empty QString from null QVariantEdward Welbourne2020-02-031-26/+29
| | * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
| | * Fix flawed logic in QSystemLocalePrivate::getLocaleInfo()Edward Welbourne2020-01-301-3/+3
| | * Doc: Add since version to enum value documentationPaul Wicking2020-01-301-16/+16
| * | Deprecate QLocale::toTime() variants taking a calendarEdward Welbourne2020-01-312-3/+25
| * | Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-0/+6
* | | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-303-2675/+2570
* | | Refactor QLocale's data access to be less verboseEdward Welbourne2020-01-302-153/+139
* | | Deduplicate locale data tablesEdward Welbourne2020-01-301-1093/+1078
* | | Minor tidy-up in qlocalexml2cpp.pyEdward Welbourne2020-01-302-2/+3
* | | Preserve the case of the exponent separator CLDR suppliesEdward Welbourne2020-01-303-540/+540
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-282-6/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-6/+8
| |\|