summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Resurrect data moves in QListAndrei Golubev2021-04-272-41/+27
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-272-18/+6
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-193-6292/+6462
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-281-0/+8
* QString: update documentationIvan Solovev2020-12-171-117/+212
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-052-0/+15
* QByteArray: update documentationIvan Solovev2020-12-051-69/+147
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-044-4/+4
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-11-302-10/+6
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-301-133/+65
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+7
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-271-14/+9
* Revert "QChar: assert on illegal construction"Kai Koehne2020-11-231-2/+2
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-192-10/+19
* QChar: use =delete instead of privateGiuseppe D'Angelo2020-11-191-2/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-181-3/+0
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-172-1425/+782
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-172-137/+101
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-175-81/+73
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-172-2/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-3/+3
* Doc: fix QStringView::compare since sectionAnton Kudryavtsev2020-11-161-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-153-7/+69
* QStringBuilder: change int to qsizetypeAndrei Golubev2020-11-121-11/+11
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-122-10/+8
* QStringTokenizer: fix a misuse of std::moveGiuseppe D'Angelo2020-11-121-2/+2
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-111-14/+13
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-112-0/+22
* MinGW: Fix compile error in qlocale_win.cppFriedemann Kleint2020-11-101-3/+3
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* Doc: List missing country names in QLocale::CountryTopi Reinio2020-11-091-11/+21
* Fix QAnyStringView comparison documentationVolker Hilsheimer2020-11-092-7/+7
* QLocale: improve speed of 'applyIntegerFormatting()'Andreas Buhr2020-11-081-4/+7
* Use the right UI language lookup in macOS backend for QSystemLocaleEdward Welbourne2020-11-081-22/+7