summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QProxyModel from qtbase.Stephen Kelly2012-08-201-1/+0
* QModelIndex: remove user-defined copy operationsMarc Mutz2012-08-111-3/+1
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-231-3/+3
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-131-17/+69
* QtCore: mark some classes as sharedMarc Mutz2012-07-101-1/+1
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+1
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-2/+2
* Remove many deprecated methodsLars Knoll2012-01-311-4/+2
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-301-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Deprecate QAbstractItemModel::reset().Stephen Kelly2012-01-241-1/+8
* add missing move* methods to QAbstractItemModelMark Brand2012-01-241-1/+14