summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Make QCollatorSortKey's operator<() a hidden friendEdward Welbourne2020-11-271-6/+3
* Clean up QCollator's documentation and tell fewer liesEdward Welbourne2020-11-271-53/+58
* Fix spacing in QCollator documentationEdward Welbourne2020-11-271-19/+19
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+7
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-272-2/+3
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-271-134/+66
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-271-14/+9
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-264-0/+32
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-232-45/+63
* 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