summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-1/+1
|\|
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-1/+1
* | Add some easy move constructorsMarc Mutz2013-04-051-0/+5
|/
* Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-301-0/+4
* Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-291-0/+3
* 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
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-14/+14
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+1
* Add hint API to QAIM::layout*Change signals.Stephen Kelly2012-09-291-2/+10
* QModelIndex: add constexprMarc Mutz2012-09-241-10/+10
* QModelIndex: store quintptr instead of void*Marc Mutz2012-09-241-16/+12
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-28/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make QAbstractItemModel::sibling virtual.Stephen Kelly2012-08-231-4/+2
* Optimize QAbstractItemModel::sibling a bit.Stephen Kelly2012-08-221-1/+1