summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qitemselectionmodel.h
Commit message (Expand)AuthorAgeFilesLines
* QItemSelection: Use public constructor from baseclassVolker Hilsheimer2020-11-131-1/+1
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-281-3/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-2/+4
* Remove some comments that are no longer relevantEdward Welbourne2020-09-051-1/+0
* MSVC: remove the extern templateThiago Macieira2020-08-051-25/+9
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-3/+2
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* QItemSelectionModel: simplify QItemSelectionRangeChristian Ehrlicher2020-05-231-16/+1
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+0
* Make QList an alias to QVectorLars Knoll2019-10-301-1/+1
* QItemSelectionModel: make parent an optional parameterChristian Ehrlicher2019-10-241-4/+4
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-4/+4
* QtCore: Unify license headersKai Koehne2018-12-221-1/+1
* 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