summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Guard WinRT API code for clang-clPeter Varga2021-10-121-4/+4
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-011-1/+26
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+7
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+4
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-3/+3
* qlocale_win: Simplify and explain month-name format lookupEdward Welbourne2021-08-271-5/+4
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* qlocale_win: Rename a misnamed local variableEdward Welbourne2021-08-101-6/+6
* Initialize SYSTEMTIME to {} instead of memset()ingAndreas Buhr2021-05-261-4/+2
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-6/+6
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-2/+2
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-3/+3
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-171-8/+6
* MinGW: Fix compile error in qlocale_win.cppFriedemann Kleint2020-11-101-3/+3
* QLocale: use uint lessEdward Welbourne2020-11-081-2/+2
* Use QLocaleId in place of language, script, country triplesEdward Welbourne2020-11-081-8/+4
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-7/+9
* QSystemLocalePrivate::substituteDigits(): change to move semanticsEdward Welbourne2020-07-151-6/+6
* Simplify qlocale_win's getLocaleInfo() and its _int variantEdward Welbourne2020-07-151-32/+28
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* Remove winrtOliver Wolff2020-06-061-121/+0
* Rework country setting to match how we return the script settingEdward Welbourne2020-04-211-3/+1
* Revert "Revert "QLocale: Actually get the language script for the system loca...Edward Welbourne2020-04-211-2/+3
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-11/+16
* Fall back to "+" if MS returns empty string for positive signEdward Welbourne2020-02-031-1/+11
* qlocale_win.cpp: distinguish empty QString from null QVariantEdward Welbourne2020-02-031-26/+29
* Fix flawed logic in QSystemLocalePrivate::getLocaleInfo()Edward Welbourne2020-01-301-3/+3
* Fix MS-Win system locale code to return QString for numeric tokensEdward Welbourne2020-01-161-35/+62
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-4/+4
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+1143