summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-283-15/+13
|\| |
| * | 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.15' into devQt Forward Merge Bot2020-01-192-37/+68
|\| |
| * | 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.15' into devQt Forward Merge Bot2020-01-152-20/+28
|\| |
| * | 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.15' into devQt Forward Merge Bot2020-01-134-28/+73
|\| |
| * | 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 remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-073-22/+56
|\| |
| * | 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
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-0412-51/+172
|\| |
| * | 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
| | * QRegularExpression: adjust the error codes matching PCRE2 10.34Giuseppe D'Angelo2019-12-281-25/+40
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+32
| |\|
| | * QRegularExpression: improve docs about porting from QRegExpGiuseppe D'Angelo2019-12-241-0/+32
| * | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-205-0/+49
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-3/+3
| * | QRegExp: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-4/+4
* | | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-033-3/+3
* | | Avoid asan errorsLars Knoll2019-12-161-1/+1
* | | Convert QString to use QArrayDataPointerLars Knoll2019-12-163-206/+138
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-114-5/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-5/+8
| |\|
| | * 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