summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* 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
* 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
* | 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-6/+8
|\|
| * 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
* | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-6/+4
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-232-9/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-182-37/+68
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-132-20/+28
|\|
| * QRegularExpression: minor doc fixesGiuseppe D'Angelo2020-01-121-2/+2
| * QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-18/+26
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-094-28/+73
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-061-9/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-9/+1
| |\|
| | * Note that zh's "Chinese" is in fact MandarinEdward Welbourne2020-01-041-1/+1
| | * Fix some qdoc warningsFriedemann Kleint2020-01-021-8/+0
* | | QRegularExpression: make escape-like functions work on QStringViewGiuseppe D'Angelo2020-01-062-13/+55
|/ /
* | Fix some qdoc warningsFriedemann Kleint2020-01-032-7/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-023-37/+76
|\|
| * QLocale: Support Indian number formattingTuomas Heimonen2019-12-302-12/+36