summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Add docs to clarify and restrict what the LayoutChangeHint means.Stephen Kelly2012-10-051-0/+4
* Forward the layout change hint through QSortFilterProxyModel.Stephen Kelly2012-10-022-20/+20
* Return QPersistentModelIndexes from QItemSelectionRange.Stephen Kelly2012-10-011-2/+2
* Emit layout change hint from QStringListModel.Stephen Kelly2012-09-301-2/+2
* Process and forward the layout change hint through the QIdentityProxyModel.Stephen Kelly2012-09-302-16/+40
* Add hint API to QAIM::layout*Change signals.Stephen Kelly2012-09-292-7/+29
* Take a QPersistentIndex out of the container instead of casting it.Stephen Kelly2012-09-271-7/+17
* Use a QVector to store QPersistentModelIndexes.Stephen Kelly2012-09-272-5/+5
* Avoid looping over the indexes multiple times to create a persistent list.Stephen Kelly2012-09-271-9/+14
* Use the sibling method to make iteration over a range potentially faster.Stephen Kelly2012-09-271-4/+7
* Create an invalid QPersistentModelIndex if it will be converted anyway.Stephen Kelly2012-09-271-2/+2
* Fix typo in variable name.Stephen Kelly2012-09-271-2/+2
* Rename a variable it -> childIt.Stephen Kelly2012-09-271-5/+5
* Don't call parent() so often when processing a range.Stephen Kelly2012-09-261-1/+2
* 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-222-42/+15
* 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