summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qstringlistmodel/tst_qstringlistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning in tst_qstringlistmodelLars Schmertmann2020-07-201-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-7/+7
* QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-28/+25
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-0/+20
|\
| * Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-0/+20
* | Reimplement QStringListModel::setItemDataLuca Beldi2018-09-061-0/+71
* | Implement QListModel::moveRowsLuca Beldi2018-09-061-8/+8
* | Implement QStringListModel::moveRowsLuca Beldi2018-08-231-0/+105
|/
* tst_qstringlistmodel: remove an invalid testGiuseppe D'Angelo2017-11-241-6/+0
* QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-0/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-19/+58
|\
| * tst_QStringListModel: don't leak memory when tests failMarc Mutz2016-08-121-20/+14
| * QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-121-0/+45
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove widgets dependency from qstringlistmodel autotestKent Hansen2012-06-071-2/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove old debug code from itemmodel tests.Jason McDonald2011-12-281-1/+0
* Cleanup itemmodel autotests.Jason McDonald2011-12-281-20/+10
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-281-43/+0
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-161-0/+283