summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-091-3/+4
* QLocale: silence fallthrough warningTim Blechmann2024-04-051-0/+1
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-261-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+1
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-8/+9
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-6/+8
* 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