summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qitemselectionmodel.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-0/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+18
|\
| * Work around MSVC ABI stupidity in exporting inline members of base classThiago Macieira2017-01-031-0/+18
* | QItemSelectionRange: de-inline op<Marc Mutz2016-12-021-24/+1
|/
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-5/+6
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QItemSelectionRange: make nothrow move-assignable and -constructibleMarc Mutz2015-07-221-0/+11
* QItemSelectionRange: use ctor-init-listMarc Mutz2015-07-221-8/+3
* QItemSelectionRange: add nothrow member-swapMarc Mutz2015-07-221-0/+6
* QItemSelection: declare as shared-come-Qt6Marc Mutz2015-07-181-1/+5
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* QItemSelectionModel: Make selectedIndexes a Q_PROPERTY.Stephen Kelly2015-03-271-1/+2
* Make the QItemSelectionModel::selection a property.Stephen Kelly2015-03-041-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-1/+1
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-10/+22
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Use the layout change hint to speed up QItemSelectionModel.Stephen Kelly2012-10-221-2/+2
* Return QPersistentModelIndexes from QItemSelectionRange.Stephen Kelly2012-10-011-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Deprecate QItemSelectionModel::intersect().Stephen Kelly2012-04-021-3/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* 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/+256