summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2215-358/+358
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-131-9/+19
* doc: Clean up QAbstractItemModel documentationEskil Abrahamsen Blomfeldt2012-09-071-5/+7
* fix docsFrederik Gladhorn2012-09-032-3/+3
* Make QAbstractItemModel::sibling virtual.Stephen Kelly2012-08-232-17/+21
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-235-6/+11
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-232-3/+3
* Optimize QAbstractItemModel::sibling a bit.Stephen Kelly2012-08-221-1/+1
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-203-3/+51
* Remove QProxyModel from qtbase.Stephen Kelly2012-08-201-1/+0
* Fix a couple of qdoc errorsLars Knoll2012-08-181-13/+0
* Only emit headerDataChanged for valid proxy intervals.Stephen Kelly2012-08-151-7/+35
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* QModelIndex: remove user-defined copy operationsMarc Mutz2012-08-111-3/+1
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-4/+7
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-3/+10
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-232-7/+9
* fix "No such ..." documentation errors in QAbstractItemModelJeremy Katz2012-07-191-3/+3
* Normalize signal/slots.Sergio Martins2012-07-171-52/+52
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-132-31/+83
* QtCore: mark some classes as sharedMarc Mutz2012-07-101-1/+1
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-042-9/+16
* QtCore: add member-swap to shared classesMarc Mutz2012-07-032-0/+8
* 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-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