summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringlist.h
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-1/+1
* Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-221-0/+26
* QStringList: restore binary compatibility with Qt 5.11David Faure2018-09-101-0/+3
* QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-031-1/+11
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-16/+8
* QStringList: add contains(QLatin1String) overloadAnton Kudryavtsev2017-03-201-0/+7
* Add QStringList::join(QLatin1String) overloadMarc Mutz2016-09-181-0/+7
* Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-231-0/+2
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QList: make QListSpecialMethods dtors protectedMarc Mutz2015-04-161-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-3/+3
* Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-071-39/+75
* Remove the operator<< | >> (QDataStream, QStringList)Thiago Macieira2014-12-201-11/+0
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-7/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QStringList: add move ctor from QList<QString>Marc Mutz2014-04-111-0/+3
* QStringList: add op= overloads for QList<QString>Marc Mutz2014-04-111-0/+7
* QStringList: add op<< overload for QList<QString>Marc Mutz2014-03-311-0/+2
* QStringList: remove copy ctorMarc Mutz2014-03-311-1/+0
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-6/+6
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-031-2/+8
* make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-121-4/+4
* QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-211-0/+44
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Mark QStringList as movable.Stephen Kelly2012-01-251-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove QBool and use bool instead.David Faure2012-01-201-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix compilation with c++0x modeLars Knoll2011-07-061-1/+1
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-51/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+262