summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-232-23/+19
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-161-4/+8
* Make locale ordering transitiveEdward Welbourne2021-07-141-20/+20
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-254-19/+17
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-2/+10
* Fix augmentation of UI language listEdward Welbourne2021-06-072-24/+2
* QChar: mark as PRIMITIVE typeGiuseppe D'Angelo2021-05-311-1/+1
* Initialize SYSTEMTIME to {} instead of memset()ingAndreas Buhr2021-05-261-4/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-264-14/+14
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-211-1/+1
* QByteArrayView: add compareMårten Nordheim2021-05-202-0/+20
* QByteArray: Move some free-functions aroundMårten Nordheim2021-05-203-57/+60
* Fix build without features.libraryTasuku Suzuki2021-05-191-0/+4
* Doc: Correctly mark QLocale::Territory as an aliasTopi Reinio2021-05-121-2/+2
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-3/+3
* Resurrect data moves in QListAndrei Golubev2021-04-272-41/+27
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-272-18/+6
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-262-447/+443
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-203-32/+5
* Add documentation for the QtLiterals namespaceVolker Hilsheimer2021-04-191-0/+33
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-163-6292/+6462
* Merge integration refs/builds/qtci/dev/1618585460Qt CI Bot2021-04-162-0/+27
|\
| * QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-162-0/+27
* | Revise deprecation of countriesForLanguage()Edward Welbourne2021-04-162-34/+10
|/
* Make QLocale documentation more honestEdward Welbourne2021-04-152-83/+76
* Make script and territory optional in QLocale constructorsEdward Welbourne2021-04-151-3/+3
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-158-168/+311
* Merge integration refs/builds/qtci/dev/1618451439Qt CI Bot2021-04-152-0/+2
|\
| * Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-152-0/+2
* | Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-158-55/+12
|/
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+1
* Fix qdoc warning, \function is not a commandVolker Hilsheimer2021-04-132-14/+18
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-304-0/+56
* QUtf8StringView: Check size directly in operator==Fabian Kosmale2021-03-211-1/+2
* Update documents of QLocale::CountryJiDe Zhang2021-03-092-2/+2
* string 16<->8 bits conversion: SIMD on arm32Nick Shaforostoff2021-03-082-4/+4
* Fix build of Core module without regularexpression featureAlexey Edelev2021-03-041-3/+1
* Don't access moved-from objectVolker Hilsheimer2021-03-021-7/+6
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-255-6/+6
* Fix compilation with system double-conversionMårten Nordheim2021-02-121-1/+1
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-23/+24
* Properly name system locale data to clarify its useTor Arne Vestbø2021-02-091-46/+46
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-096-17/+21
* Canonical pointer usageHou Lei2021-02-091-3/+3
* Use the double-conversion sources without rearrangementEdward Welbourne2021-02-031-1/+1