summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.h
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-3/+3
* Dont' return a const ref to QModelIndexLars Knoll2020-12-031-1/+1
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-031-0/+2
* 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
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-16/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-9/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Unhide QObject::parent() from QAbstract{Table,List}model.Milian Wolff2013-09-041-0/+18
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+4
|\
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+1
|\|