summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QString: optimize insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-2/+29
* QString: don't detach in insert()Ahmad Samir2023-02-091-0/+17
* QString: split some code from insert() overloads to a static helperAhmad Samir2023-02-091-37/+38
* QString: refactor two insert overloadsAhmad Samir2023-02-091-24/+28
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-092-6/+28
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-074-47/+26
* Update CLDR to v42Mate Barany2023-02-075-2554/+2656
* Include QLocale::system() in matchingLocales() return listMate Barany2023-02-061-0/+9
* QCalendarBackend: de-duplicate some codeAhmad Samir2023-02-041-78/+29
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* QLocaleData: fix AlphaCode::op== for C++20Marc Mutz2023-02-021-1/+2
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-1/+7
* QString: use QtPrivate::qustrchrAhmad Samir2023-01-311-3/+8
* QString: change replace_helper() to take a QStringViewAhmad Samir2023-01-311-17/+16
* QString: remove a try/catch from replace_helper()Ahmad Samir2023-01-311-65/+55
* QString: use QVLA instead of built-in arrayAhmad Samir2023-01-311-64/+24
* QString: name args in replace() overloads consistentlyAhmad Samir2023-01-311-4/+4
* QString: use QtPrivate::q_points_into_rangeAhmad Samir2023-01-311-12/+5
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-313-0/+8
* QString: move more code to append_helperAhmad Samir2023-01-311-18/+17
* QString: remove private replace_helper() member functionAhmad Samir2023-01-312-88/+85
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-20/+32
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-3/+5
* QString: use a docs snippets for fromStd*String() methodsAhmad Samir2023-01-301-6/+10
* QSystemLocale/Win: use LOCALE_RETURN_NUMBER to get numbersThiago Macieira2023-01-241-4/+5
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-231-9/+2
* QString: port toUcs4_helper() to char16_t/char32_tMarc Mutz2023-01-232-6/+8
* Let QLocaleData::numberToCLocale() know the type of numberEdward Welbourne2023-01-192-12/+20
* QString: add note about isNull() vs. isEmpty() to more methodsAhmad Samir2023-01-181-0/+7
* Merge integration refs/builds/qtci/dev/1673982362Qt CI Bot2023-01-181-1/+3
|\
| * QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-1/+3
* | QUnicodeTools: Use QVarLengthArray in Thai support codeIevgenii Meshcheriakov2023-01-171-41/+20
|/
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* QUnicodeTools: Use a global static to manage libthai stateIevgenii Meshcheriakov2023-01-171-48/+85
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-0/+5
* QUnicodeTools: Use thread-safe libthai APIIevgenii Meshcheriakov2023-01-131-5/+21
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-121-1/+1
* Use the CLDR endonym in the documentationEdward Welbourne2023-01-121-1/+1
* Use the correct size argument for wcsxfrmMikolaj Boc2023-01-121-6/+12
* QStringConverter: use qt_to_latin1() helper from qstring.cppAhmad Samir2023-01-122-5/+9
* QStringConverter: add QLatin1::convertFromUnicode() overloadAhmad Samir2023-01-111-0/+5
* QLocaleData::numberToCLocale(): clarify some conditionals and commentsEdward Welbourne2023-01-101-29/+21
* QLatin1StringView: fix include guard nameAhmad Samir2023-01-081-3/+3
* QLatin1StringView: remove redundant inline keywordAhmad Samir2023-01-071-41/+41
* Documentation: Clarify the meaning of the precision parameter for double form...Friedemann Kleint2023-01-071-13/+9
* Untangle QLatin1StringView from qstring.{h,cpp}Ahmad Samir2023-01-075-1609/+1651
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-053-90/+111
* QStringBuilder: document issues with using "auto" keywordAhmad Samir2023-01-012-20/+48
* Use more documentation snippets for QString and its siblingsAhmad Samir2023-01-014-177/+115
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-303-14/+34