summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-065-8/+40
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-042-8/+5
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-2/+6
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-242-2/+13
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-208-32/+306
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-14/+33
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-101-2/+1
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-051-4/+14
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-047-212/+186
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-033-4/+25
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-022-5/+6
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* doubleToString: Fix assert when double is NaNMårten Nordheim2021-07-291-1/+1
* Doc: Add missing commaPaul Wicking2021-07-281-1/+1
* 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