summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-8/+9
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+17
* Fix unused variables in qtbaseAndrei Golubev2022-04-252-10/+0
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-2/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-192-2/+2
* QtCore: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-111-16/+16
* Update CLDR-derived data to newly-released v41Ievgenii Meshcheriakov2022-04-082-2271/+2291
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-074-8/+76
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-072-4/+14
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-062-0/+26
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-10/+12
* QBAV/QSV: remove a historical noteGiuseppe D'Angelo2022-04-012-8/+0
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-012-19/+19
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-293-8/+8
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2616-75/+75
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-257-106/+118
* Fix char/uchar comparison warning in toPercentEncodingEdward Welbourne2022-03-251-1/+1
* Use QLatin1StringView in QString/QLatin1String APIs and docsSona Kurazyan2022-03-237-440/+454
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-7/+45
* Fix build on macOS without warning after QString::count deprecationVolker Hilsheimer2022-03-201-2/+2
* Add QLatin1StringView as an alias for QLatin1StringSona Kurazyan2022-03-192-0/+37
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-182-16/+31
* Get rid of QByteArray::nulTerminated()Edward Welbourne2022-03-182-22/+1
* Tidy up QByteArray::toPercentEncoding()Edward Welbourne2022-03-181-10/+5
* Core: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-173-0/+19
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-162-2/+2
* QString: reorganize the {starts,ends}With implementationsThiago Macieira2022-03-151-77/+44
* QStringTokenizer::toContainer(): allow more types of target containersMarc Mutz2022-03-151-1/+1
* De-pessimize Windows version of QSystemLocalePrivate::measurementSystem()Marc Mutz2022-03-151-3/+1
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+3
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-142-3/+9
* Inline q_toPercentEncoding() in QByteArray::toPercentEncoding()Edward Welbourne2022-03-141-39/+32
* Eliminate the last place that QBA::nulTerminated() is neededEdward Welbourne2022-03-141-17/+10
* Avoid possible allocation by amending a conditionEdward Welbourne2022-03-141-21/+10
* Prevent exclusion of percent character from percent-encodingEdward Welbourne2022-03-141-4/+5
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-124-5/+14
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-123-9/+2
* Extract Header qstringfwd.hMarc Mutz2022-03-113-34/+87
* Remove two unused functions from qbytearray.cppEdward Welbourne2022-03-091-11/+0
* Fix the ambiguity when calling QLatin1String(0)Sona Kurazyan2022-03-091-0/+1
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hMarc Mutz2022-03-091-0/+1
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-095-0/+31
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-093-0/+95
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-052-0/+87
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-043-35/+75
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-045-0/+95
* Fix QLatin1String(const char *) constructor to be constexprSona Kurazyan2022-03-022-8/+11
* QLatin1String: add missing APIs for compatibility with Qt string viewsSona Kurazyan2022-03-022-5/+104