summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-091-1/+1
* Tidy up, check platform and add comments in qlocale_win.cppEdward Welbourne2024-01-291-6/+4
* Make QLocale self-consistent on WindowsEdward Welbourne2024-01-191-16/+45
* QLocale/MS: extract function to save some repetitionEdward Welbourne2023-11-031-18/+12
* QLocale/MS: polish some arrays and their accessEdward Welbourne2023-11-031-12/+9
* QLocale/MS: return null variant, not empty string, on failuresEdward Welbourne2023-11-031-29/+47
* QLocale: clean out assorted over-namespacingEdward Welbourne2023-08-091-8/+8
* qt_inIsoNametoLCID: protect against a nullptr nameMarc Mutz2023-02-221-0/+2
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-3/+5
* QSystemLocale/Win: use LOCALE_RETURN_NUMBER to get numbersThiago Macieira2023-01-241-4/+5
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-231-9/+2
* QSystemLocale[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2022-11-271-3/+7
* Fix out-of-bounds assert in winIso639LangName()Edward Welbourne2022-11-251-1/+1
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-4/+4
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-6/+4
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-311-0/+1
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-011-2/+2
* Remove superfluous clang preprocessor check for cpp/winrtOliver Wolff2022-08-261-4/+4
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-121-1/+1
* QLocale/Win: fix truncation bug in winIso639LangName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace 0 with nullptr in winLangCodeToIsoName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace hand-written binary search with a call to lower_bound()Marc Mutz2022-07-201-18/+10
* QLocale/Win: statically assert that is_sorted(windows_to_iso_list)Marc Mutz2022-07-201-2/+13
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-15/+18
* De-pessimize Windows version of QSystemLocalePrivate::measurementSystem()Marc Mutz2022-03-151-3/+1
* configure: Check for basic cpp/winrt supportOliver Wolff2022-02-011-5/+4
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-1/+65
* 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