summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStringList: add lastIndexOf() overloadsAhmad Samir2023-10-221-0/+48
* QStringList: add filter(QL1SV) overloadAhmad Samir2023-10-221-0/+12
* QStringList: add indexOf() QString/QStringView/QL1SV overloadsAhmad Samir2023-10-221-0/+48
* QStringList: add filter(QStringMatcher) overloadAhmad Samir2023-10-221-2/+34
* QStringList: de-duplicate API docsAhmad Samir2023-10-021-11/+16
* QStringList: optimize replaceInStringsAhmad Samir2023-09-101-3/+26
* QStringList: replace index-based loops with range-forAhmad Samir2023-09-101-19/+14
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-051-3/+3
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-241-19/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-8/+0
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* Doc: Add missing commaPaul Wicking2021-07-281-1/+1
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-15/+2
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-49/+0
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-251-23/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-33/+0
* Use qsizetype in QListLars Knoll2020-07-061-28/+28
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-120/+2
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-35/+6
* QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-6/+4
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+923