summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qitemselectionmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QItemSelectionRange: use new comparison helper macrosTatiana Borisova2024-04-181-4/+6
* Itemmodels: s/QPair/std::pair/Marc Mutz2023-12-141-5/+5
* QItemSelectionModel: remove some redundant codeAhmad Samir2023-09-231-3/+1
* QItemSelectionModel: don't warn when destroying the modelVolker Hilsheimer2023-09-221-3/+3
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-061-16/+17
* QItemSelectionModelPrivate: improve formatting of the connectionsIvan Solovev2023-09-061-24/+25
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-011-45/+49
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-32/+32
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QItemSelectionModel: avoid 24 relocationsMarc Mutz2022-03-111-35/+31
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-0/+3
* QItemSelection: fix (some) O(n²) behavior in merge()Marc Mutz2021-11-161-9/+7
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-141-2/+5
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-22/+46
* Item models: code tidiesGiuseppe D'Angelo2021-05-181-1/+1
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-8/+32
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-271-20/+74
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-7/+2
* 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