summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QLocaleData::numberToCLocale(): cache last characterEdward Welbourne2022-11-111-3/+5
* QLocaleData::numberToCLocale(): make discarding of grouping overtEdward Welbourne2022-11-111-5/+4
* QLocaleData::numberToCLocale(): simplify non-decimal handlingEdward Welbourne2022-11-111-16/+16
* QLocaleData::numberToCLocale(): use QFlags::testFlag() moreEdward Welbourne2022-11-111-6/+9
* QLocale: update the disabling of -Wfree-nonheap-object to GCC 10 onlyThiago Macieira2022-11-111-1/+1
* QLocale: remove unwise early return in bytearrayTo(Uns)LongLongThiago Macieira2022-11-031-12/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Remove some factually inaccurate notes from QLocale method docsEdward Welbourne2022-11-011-10/+0
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-251-40/+31
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-5/+31
* Eliminate QSystemLocaleSingleton and QSystemLocale(bool)Edward Welbourne2022-09-071-14/+6
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-25/+37
* Simplify system locale managementEdward Welbourne2022-09-071-11/+28
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-0/+18
* Clarify QLocale's documentation around names and uiLanguage()Edward Welbourne2022-09-011-21/+32
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-011-22/+22
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-121-10/+12
* QLocale: fix UB in defaultIndex() (using < on unrelated pointers)Marc Mutz2022-08-121-2/+2
* QLocale: port findTag to std::string_viewMarc Mutz2022-08-121-6/+6
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-121-4/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-2/+2
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-9/+2
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-261-1/+1
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-261-6/+6
* Fix QLocale::createSeparatedList() for lists > 2Gi itemsMarc Mutz2022-07-201-2/+2
* QLocale: remove unneeded c_data static pointer variableMarc Mutz2022-07-201-3/+2
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-201-3/+3
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-6/+0
* Remove QStringView metatype declarationIvan Solovev2022-07-131-1/+0
* QLocale: move some static_assert()s from _p.h into .cppMarc Mutz2022-07-061-0/+14
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-221-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+17
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-2/+0
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-2/+2
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-0/+7
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-10/+12
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-6/+6
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-4/+4
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-17/+17
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-12/+14
* Use QtMiscUtils::toAsciiLower() around the codeMarc Mutz2022-02-191-9/+2
* QLocale: Un-inline QString& constructorMårten Nordheim2022-02-041-1/+1
* QLocale: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-031-22/+0
* QLocale: replace a QList with QVLA for duplicate trackingMarc Mutz2022-01-281-1/+2
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* QLocale: replace use of append(QString(n, c)) with resize(size() + n, c)Marc Mutz2021-12-281-1/+1