summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qitemselectionmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-281-41/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-1/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-7/+7
* QItemSelectionModel: simplify QItemSelectionRangeChristian Ehrlicher2020-05-231-15/+0
* QItemSelectionModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-8/+7
* QItemSelectionModel: replace a QPair with a dedicated structMarc Mutz2020-05-051-8/+23
* Doc: QItemSelectionModel: Note when function default arguments were addedTopi Reinio2020-03-261-0/+12
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-8/+9
|\
| * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
|/
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
* QtCore: Unify license headersKai Koehne2018-12-221-1/+1
* QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-301-27/+46
* QitemSelectionModel: Fix a bug in isColumnSelectedDaniel Teske2018-04-301-2/+6
* QItemSelectionRange: speedup intersects() in negative caseChristian Ehrlicher2017-11-301-4/+6
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+0
* QItemSelection: fix a quadratic loopMarc Mutz2017-05-221-12/+20
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-1/+4
|\
| * QItemSelectionRange: don't compare pointers with op<Marc Mutz2017-04-301-1/+4
* | Fix missing handling of columns when merging selection rangesFilippo Cucchetto2017-05-091-1/+2
|/
* QItemSelectionRange: de-inline op<Marc Mutz2016-12-021-2/+27
* 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