summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-122-6/+7
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-195-39/+41
* Document that the order of results from QAIM::match are not relevant.Stephen Kelly2012-04-041-1/+3
* Deprecate QItemSelectionModel::intersect().Stephen Kelly2012-04-022-4/+7
* Merge master into api_changesKent Hansen2012-03-161-40/+40
|\
| * Disconnect slots from the old sourcemodel in QIdentityProxyModelkb2012-03-141-40/+40
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-3/+2
|\|
| * Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
* | itemview/itemmodels: make some constructors explicitMarc Mutz2012-03-073-3/+3
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-51/+51
* Fix compilation without QT_DEPRECATED_SINCEOlivier Goffart2012-02-251-2/+3
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-222-12/+0
* Fix QAbstractItemModel documentationGiuseppe D'Angelo2012-02-031-0/+1
* Reimplement QIdentityProxyModel::headerData().Sergio Martins2012-02-032-0/+10
* qabstractitemmodel.cpp: Fix warnings.Friedemann Kleint2012-02-011-0/+5
* Remove many deprecated methodsLars Knoll2012-01-311-4/+2
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-302-1/+20
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3015-15/+15
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-256-6/+0
* Document where modelReset() is emittedSimon A. Eugster2012-01-251-2/+17
* Deprecate QAbstractItemModel::reset().Stephen Kelly2012-01-242-8/+10
* add missing move* methods to QAbstractItemModelMark Brand2012-01-242-1/+56
* Update contact information in license headers.Jason McDonald2012-01-2315-15/+15
* Clarify docs that everything must be re-queried on model reset.Stephen Kelly2012-01-161-3/+6
* Fix compilation of public headers with -Werror=shadowDavid Faure2012-01-121-2/+2
* Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-102-8/+18
* Make the roleNames a virtual accessor.Stephen Kelly2012-01-102-4/+16
* Update copyright year in license headers.Jason McDonald2012-01-0513-13/+13
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-3/+3
* Remove misleading and incorrect information from dropMimeData docs.Stephen Kelly2011-12-211-7/+8
* QSortFilterProxyModel: Fix warnings about unused variables.Friedemann Kleint2011-12-161-4/+4
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-1613-2/+6608
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-134-0/+4050