summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-192-10/+19
* QChar: use =delete instead of privateGiuseppe D'Angelo2020-11-191-2/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-181-3/+0
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-172-1425/+782
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-172-137/+101
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-175-81/+73
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-172-2/+4
* 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