summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.h
Commit message (Expand)AuthorAgeFilesLines
* Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+1
* Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-1/+1
* 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
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix compilation of public headers with -Werror=shadowDavid Faure2012-01-121-2/+2
* Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-101-2/+8
* Make the roleNames a virtual accessor.Stephen Kelly2012-01-101-2/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-131-0/+412