summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qstringlistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+7
|\
| * QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-121-1/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
|\|
| * QStringListModel: begin/endResetModel() are no signalsMarc Mutz2016-08-031-2/+2
* | QStringListModel: proper construction of vectorAnton Kudryavtsev2016-04-181-1/+1
* | QStringListModel: optimize container usage.Anton Kudryavtsev2016-02-121-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+3
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
* | QtCore: replace uses of inefficient QList<QPair>s with QVectors [itemmodels]Marc Mutz2016-01-151-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+1
|\
| * Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
* | 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
* | Get the default flags from the direct-base, not the indirect.Stephen Kelly2013-01-011-2/+2
|/
* Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-071-2/+4
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+11
* Emit layout change hint from QStringListModel.Stephen Kelly2012-09-301-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+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
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-161-0/+310