summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_p.h
Commit message (Expand)AuthorAgeFilesLines
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-091-1/+1
* QSystemLocale(): disable copy and moveEdward Welbourne2024-04-091-0/+1
* Move QLocaleData::convertDoubleToFloat to qnumeric_p.hThiago Macieira2024-03-041-16/+7
* wasm: remove onLanguageChanged event handlerMorten Sørvig2024-01-171-3/+0
* wasm: Add QLocale backendMorten Sørvig2023-10-311-0/+7
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-081-1/+1
* Use correct index for QLocale::system()'s staticEdward Welbourne2023-07-311-1/+1
* QLocaleData:: port bytearray/stringTo{U}LongLong to QSimpleParsedNumberAhmad Samir2023-07-221-7/+8
* QLocale: move QSimpleParsedNumber to qlocale_p.hAhmad Samir2023-07-221-0/+8
* QLocaleData: change validateChars() to return validation StateAhmad Samir2023-07-221-3/+15
* QLocaleData: move CharBuff typedef out of QLocaleDataAhmad Samir2023-03-211-2/+3
* Pack languageCodeList tighterMate Barany2023-03-151-2/+2
* Don't use unnamed namespace in qlocale_p.hEdward Welbourne2023-03-131-5/+6
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+3
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-47/+43
* QLocale: modernize ascii_isspace() to C++17Thiago Macieira2023-02-201-7/+60
* Let QLocaleData::numberToCLocale() know the type of numberEdward Welbourne2023-01-191-1/+1
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-251-2/+0
* Eliminate QSystemLocaleSingleton and QSystemLocale(bool)Edward Welbourne2022-09-071-3/+0
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-1/+1
* Simplify system locale managementEdward Welbourne2022-09-071-0/+1
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-011-3/+3
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-121-5/+5
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-121-1/+1
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-201-1/+1
* QLocale: #include <QList>Thiago Macieira2022-07-201-7/+7
* Remove QStringView metatype declarationIvan Solovev2022-07-131-2/+0
* QLocale: move some static_assert()s from _p.h into .cppMarc Mutz2022-07-061-14/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-4/+7
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-6/+6
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-4/+11
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-2/+3
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-1/+5
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-1/+3
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-011-1/+1
* Mark QLocale's private functions [[nodiscard]]Edward Welbourne2021-09-011-80/+91
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-301-3/+3
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-021-0/+2
* Fix augmentation of UI language listEdward Welbourne2021-06-071-1/+0
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-15/+15
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-3/+3
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-1/+0
* QLocale: Remove dead codeKai Köhne2021-01-061-2/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-171-1/+2
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2