summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+8
* Unix fallbackLocale(): use QString::tokenize() rather than split()Edward Welbourne2021-09-071-4/+3
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+4
* Record useful URL in qlocale_unix.cppEdward Welbourne2021-06-111-1/+3
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-1/+1
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-1/+1
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-171-6/+4
* Use QLocaleId in place of language, script, country triplesEdward Welbourne2020-11-081-11/+8
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-6/+6
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-2/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+300