summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qitemselectionmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QItemSelectionModel: use QSignalBlockerMarc Mutz2013-10-301-2/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-23/+23
* Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-071-4/+6
* Use the layout change hint to speed up QItemSelectionModel.Stephen Kelly2012-10-221-24/+104
* Handle the case where persistent indexes have gone invalid.Stephen Kelly2012-10-191-0/+6
* Take a QPersistentIndex out of the container instead of casting it.Stephen Kelly2012-09-271-7/+17
* Use a QVector to store QPersistentModelIndexes.Stephen Kelly2012-09-271-3/+3
* Avoid looping over the indexes multiple times to create a persistent list.Stephen Kelly2012-09-271-9/+14
* Use the sibling method to make iteration over a range potentially faster.Stephen Kelly2012-09-271-4/+7
* Don't call parent() so often when processing a range.Stephen Kelly2012-09-261-1/+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-3/+3
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-201-0/+12
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-4/+7
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-6/+6
* Deprecate QItemSelectionModel::intersect().Stephen Kelly2012-04-021-1/+1
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* 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/+1641