summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qitemselectionmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-7/+7
* QItemSelectionModel: refactoring of internal functionsAnton Kudryavtsev2016-03-111-16/+12
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-041-1/+1
* Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"Nico Vertriest2015-12-031-1/+0
* Doc: Added info about sorting in QItemSelectionModel::selectedIndexesNico Vertriest2015-11-161-0/+1
* Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-4/+4
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+7
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+7
* | QItemSelectionRange: add nothrow member-swapMarc Mutz2015-07-221-0/+8
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-1/+1
|/
* QItemSelectionModel: Make selectedIndexes a Q_PROPERTY.Stephen Kelly2015-03-271-0/+5
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-25/+119
* Doc: corrected autolink issues itemmodelsNico Vertriest2014-11-201-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QItemSelectionModel: Sort persistent model indexes taking parent into account.Friedemann Kleint2014-07-171-3/+21
* 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