summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-3/+3
* Doc: fix QStringView::compare since sectionAnton Kudryavtsev2020-11-161-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-153-7/+69
* QStringBuilder: change int to qsizetypeAndrei Golubev2020-11-121-11/+11
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-122-10/+8
* QStringTokenizer: fix a misuse of std::moveGiuseppe D'Angelo2020-11-121-2/+2
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-111-14/+13
* Add QByteArray::insert(qsizetype, const QByteArray &)MÃ¥rten Nordheim2020-11-112-0/+22
* MinGW: Fix compile error in qlocale_win.cppFriedemann Kleint2020-11-101-3/+3
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* Doc: List missing country names in QLocale::CountryTopi Reinio2020-11-091-11/+21
* Fix QAnyStringView comparison documentationVolker Hilsheimer2020-11-092-7/+7
* QLocale: improve speed of 'applyIntegerFormatting()'Andreas Buhr2020-11-081-4/+7
* 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