summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* Use the right UI language lookup in macOS backend for QSystemLocaleEdward Welbourne2020-11-081-22/+7
* Rework QLocale's likely sub-tag additionEdward Welbourne2020-11-081-55/+108
* Implement binary search in QLocale's likely sub-tag lookupEdward Welbourne2020-11-082-405/+427
* Update CLDR to v38Edward Welbourne2020-11-084-2884/+2874
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-082-6292/+6294
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-083-1041/+828
* Replace QLocalePriave::create() with a plain constructorEdward Welbourne2020-11-082-34/+20
* Replace fallbackUiLocaleData() with fallbackUiLocaleIndex()Edward Welbourne2020-11-082-3/+3
* Rename QLocalePrivate's m_data_offset to m_indexEdward Welbourne2020-11-082-6/+7
* QLocale: Compare to &globalLocaleData instead of systemData()Edward Welbourne2020-11-081-34/+34
* Always pass index when creating a QLocalePrivateEdward Welbourne2020-11-082-3/+21
* QLocale: use uint lessEdward Welbourne2020-11-082-14/+11
* Use QLocaleId in place of language, script, country triplesEdward Welbourne2020-11-084-54/+39
* Rework finding of locale data to be index-basedEdward Welbourne2020-11-082-84/+52
* Add some inline methods to make code more readableEdward Welbourne2020-11-082-47/+43
* Be explicit in a uint->QChar conversionGiuseppe D'Angelo2020-11-081-1/+3
* Revert "Refine {QString, QBA}::reallocData() logic"Volker Hilsheimer2020-11-082-8/+10
* Turn QLocale's operator==() and operator!=() into hidden friendsEdward Welbourne2020-11-073-15/+28
* Doc: Add a workaround for QUtf8StringView's missing docsTopi Reinio2020-11-062-47/+50
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+0
* Refine {QString, QBA}::reallocData() logicAndrei Golubev2020-11-062-10/+8
* Always use fast path in QString::append(QLatin1String)Andrei Golubev2020-11-041-7/+4
* Rename AllocationPosition enum and its membersLars Knoll2020-11-042-5/+5
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-042-77/+58
* Clean up out allocation handlingLars Knoll2020-11-044-39/+36
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-042-5/+5
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-042-5/+5
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-044-109/+97
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-042-2/+10
* Avoid allocation on char16_t* comparisonsAllan Sandfeld Jensen2020-11-041-13/+13
* Add noexcept to slicing and indexing of QStringViewAllan Sandfeld Jensen2020-11-041-11/+11
* Performance improvement for integer->QString conversionAndreas Buhr2020-10-311-4/+43
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-312-1/+2
* Fix two missing conversions from in to qsizetypeAllan Sandfeld Jensen2020-10-291-1/+1
* Doc: Fix documentation warnings for string classesTopi Reinio2020-10-294-80/+42
* Doc: Fix documentation issues for QStringTokenizerTopi Reinio2020-10-292-21/+10
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-292-151/+0
* Make QByteArray comparison operators hidden friendsVolker Hilsheimer2020-10-292-108/+86
* Doc: Scrub QByteArray/QByteArrayView documentationKarsten Heimrich2020-10-291-16/+16
* Remove qstring_compat left-overAllan Sandfeld Jensen2020-10-281-1/+1
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMÃ¥rten Nordheim2020-10-282-3/+8
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-283-25/+23
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-282-86/+132
* Remove left over friend declarationAllan Sandfeld Jensen2020-10-271-2/+0
* Doc: Add notes on how to use View classes in Qt6Karsten Heimrich2020-10-272-6/+6
* Make remaining String binary comparisons hidden friendsAllan Sandfeld Jensen2020-10-263-68/+85
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-263-1710/+1860
* Make QString/QLatin1String comparisons hidden friendsAllan Sandfeld Jensen2020-10-262-223/+182
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-10-261-0/+4
* Use metaType instead of type in qlocale_macDavid Skoland2020-10-261-1/+1