summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-231-4/+6
* fix "No such ..." documentation errors in QAbstractItemModelJeremy Katz2012-07-191-3/+3
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-131-14/+14
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+7
* Update the docs about setRoleNames deprecation.Stephen Kelly2012-06-211-0/+2
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-4/+5
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-23/+25
* Document that the order of results from QAIM::match are not relevant.Stephen Kelly2012-04-041-1/+3
* Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-41/+41
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Fix QAbstractItemModel documentationGiuseppe D'Angelo2012-02-031-0/+1
* qabstractitemmodel.cpp: Fix warnings.Friedemann Kleint2012-02-011-0/+5
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-301-1/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Document where modelReset() is emittedSimon A. Eugster2012-01-251-2/+17
* Deprecate QAbstractItemModel::reset().Stephen Kelly2012-01-241-7/+2
* add missing move* methods to QAbstractItemModelMark Brand2012-01-241-0/+42
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Clarify docs that everything must be re-queried on model reset.Stephen Kelly2012-01-161-3/+6
* Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-101-6/+10
* Make the roleNames a virtual accessor.Stephen Kelly2012-01-101-2/+7
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove misleading and incorrect information from dropMimeData docs.Stephen Kelly2011-12-211-7/+8
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-131-0/+3454