summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Performance improvement for integer->QString conversionAndreas Buhr2020-10-311-4/+43
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-312-1/+2
* Fix two missing conversions from in to qsizetypeAllan Sandfeld Jensen2020-10-291-1/+1
* Doc: Fix documentation warnings for string classesTopi Reinio2020-10-294-80/+42
* Doc: Fix documentation issues for QStringTokenizerTopi Reinio2020-10-292-21/+10
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-292-151/+0
* Make QByteArray comparison operators hidden friendsVolker Hilsheimer2020-10-292-108/+86
* Doc: Scrub QByteArray/QByteArrayView documentationKarsten Heimrich2020-10-291-16/+16
* Remove qstring_compat left-overAllan Sandfeld Jensen2020-10-281-1/+1
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMÃ¥rten Nordheim2020-10-282-3/+8
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-283-25/+23
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-282-86/+132
* Remove left over friend declarationAllan Sandfeld Jensen2020-10-271-2/+0
* Doc: Add notes on how to use View classes in Qt6Karsten Heimrich2020-10-272-6/+6
* Make remaining String binary comparisons hidden friendsAllan Sandfeld Jensen2020-10-263-68/+85
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-263-1710/+1860
* Make QString/QLatin1String comparisons hidden friendsAllan Sandfeld Jensen2020-10-262-223/+182
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-10-261-0/+4
* Use metaType instead of type in qlocale_macDavid Skoland2020-10-261-1/+1
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-233-76/+8
* Deprecate QVariant::TypeLars Knoll2020-10-233-11/+11
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-232-27/+10
* Make QLatin1Char and QChar comparisons hidden friendsAllan Sandfeld Jensen2020-10-221-38/+44
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-211-6/+15
* QLocale: do the inlining in the class body to save repetitionEdward Welbourne2020-10-191-36/+17
* Refine QLocale constructor documentationEdward Welbourne2020-10-191-1/+2
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-191-3/+1
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0
* Fix warning, make sure temporary is moved into return valueVolker Hilsheimer2020-10-161-2/+2
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-3/+3
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-12/+12
* Minor refinements in QLocaleEdward Welbourne2020-10-121-12/+9
* Eliminate QLocaleId::fromIds() in favor of {...} constructionEdward Welbourne2020-10-122-23/+14
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-121-3/+3
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-2/+2
* Smaller code cleanupLars Knoll2020-10-071-104/+55
* Optimize equality operators for string classesLars Knoll2020-10-075-13/+82
* Convert a couple of APIs to use viewsLars Knoll2020-10-066-173/+171
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-062-0/+44
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-063-22/+52
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-052-48/+67
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-035-11/+6
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-033-90/+90
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-302-0/+121
* Eliminate compilation warningsXie Chuan2020-09-301-1/+1
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-301-1/+1
* make {QString,QByteArray}::squeeze() work without prior reserve()Oswald Buddenhagen2020-09-282-3/+3