summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringlist.h
Commit message (Expand)AuthorAgeFilesLines
* QStringList: add lastIndexOf() overloadsAhmad Samir2023-10-221-2/+14
* QStringList: add filter(QL1SV) overloadAhmad Samir2023-10-221-0/+4
* QStringList: add indexOf() QString/QStringView/QL1SV overloadsAhmad Samir2023-10-221-2/+16
* QStringList: add filter(QStringMatcher) overloadAhmad Samir2023-10-221-0/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-4/+0
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-15/+4
* Fix documentation for QStringListVolker Hilsheimer2020-09-281-0/+15
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-217/+77
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-251-5/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-12/+0
* Use qsizetype in QListLars Knoll2020-07-061-19/+19
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-35/+35
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-56/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-17/+0
|\
| * De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-281-17/+0
* | Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-37/+37
|/
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+406