summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-1/+7
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-17/+112
* Fix leak in date and time formatting on macOSEdward Welbourne2021-11-181-2/+4
* qlocale_mac: make sure that helper functions return QVariantIvan Solovev2021-09-151-25/+25
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-1/+16
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-5/+27
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-2/+2
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-23/+24
* 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-3/+1
* Use the right UI language lookup in macOS backend for QSystemLocaleEdward Welbourne2020-11-081-22/+7
* Use metaType instead of type in qlocale_macDavid Skoland2020-10-261-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* macOS: fix standaloneMonthName implementation for system localeVolker Hilsheimer2020-08-271-5/+23
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* QLocale/Mac: make envVarLocale() thread-safeMarc Mutz2020-05-071-1/+1
* Remove spurous initializer for QByteArrayEdward Welbourne2020-05-051-1/+1
* Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-9/+7
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
* Change getMacLocaleName() to return a QStringEdward Welbourne2020-01-091-7/+7
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+508