summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QAbstractItemModel: make naming of arguments consistentAndreas Buhr2022-02-191-2/+2
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-5/+1
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-151-0/+4
* Make QAbstractItemModel::insert|move|remove(Columns|Rows)[s]() invokableVolker Krause2021-12-211-13/+13
* Allow proxy models access to the parent-child hierarchy of sourceLuca Beldi2021-04-191-2/+1
* Dont' return a const ref to QModelIndexLars Knoll2020-12-041-1/+1
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-3/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-3/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+110
* Fix qHash(const QModelIndex &index)Friedemann Kleint2020-08-201-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-10/+10
* Unexport QModelIndexGiuseppe D'Angelo2020-06-261-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-4/+5
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-071-33/+1
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-071-8/+0
* QModelIndex/QAIM: improve const correctnessGiuseppe D'Angelo2020-05-061-3/+5
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-5/+5
* Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
* 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-19/+19
* Make QAbstractItemModel::resetInternalData virtual for Qt 6Frederik Gladhorn2018-11-081-1/+3
* New proxy model: QTransposeProxyModelLuca Beldi2018-11-051-0/+2
* Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-171-0/+3
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-0/+2
* Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-121-0/+8
* Introduce QAbstractItemModel::checkIndex()Giuseppe D'Angelo2018-01-081-0/+13
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+1
|\
| * QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-13/+13
|/
* Deprecate Q(Persistent)ModelIndex::childGiuseppe D'Angelo2016-08-161-2/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-1/+1
|\
| * Fix UB (shift of negative number) in qHash(QModelIndex)Marc Mutz2016-04-051-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-7/+7
* QModelIndex: Fix a nullptr literal 0 that would look odd as nullptrMarc Mutz2015-06-301-1/+1
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-70/+14
* QAbstractItemModel: Make the match() method Q_INVOKABLEStephen Kelly2015-03-251-4/+4
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-1/+0
* Make some QAbstractItemModel API invokableStephen Kelly2015-03-041-13/+13
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QAbstractTableModel/QAbstractListModel: reimplement sibling()Marc Mutz2015-02-051-0/+2
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-1/+1
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-0/+3
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-6/+7
* QModelIndex: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-101-13/+13