summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Improve fidelity of approximation to CLDR zone representationsEdward Welbourne3 days1-1/+7
* Correct handling of 'u' in CLDR date format stringsEdward Welbourne6 days1-1/+4
* Fix handling of am/pm indicators in mapping from CLDR to Qt formatsEdward Welbourne6 days1-2/+2
* Cope with CLDR's "day period" format specifiersEdward Welbourne6 days1-1/+3
* Tidy up macToQtFormat() in Darwin system locale backendEdward Welbourne6 days1-89/+86
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-091-1/+1
* Disable NSUserDefaults initialization workaround on iOSTor Arne Vestbø2024-02-131-0/+2
* QLocale: clean out assorted over-namespacingEdward Welbourne2023-08-091-1/+1
* Avoid using Darwin date formatting before 1583Edward Welbourne2023-06-091-9/+5
* Replace 0 with nullptr where the parameter is meant to be NULLEdward Welbourne2023-06-071-1/+1
* Fix what we can of macOS's divergence for pre-1900 datesEdward Welbourne2023-06-071-1/+11
* Darwin: Cache system locale's zero digit and invalidate on locale changesTor Arne Vestbø2023-05-111-8/+20
* Darwin: Add debug logging of locale/language key parametersTor Arne Vestbø2023-04-241-0/+36
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-011-2/+2
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-121-1/+1
* Port QStringIterator to qsizetypeMarc Mutz2022-07-261-5/+5
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-21/+21
* 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