summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2213-13/+13
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1813-13/+13
* | Merge branch 'stable' into devSergio Ahumada2013-01-091-14/+14
|\|
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-14/+14
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-043-3/+7
|\|
| * QAbstractProxyModel: Document setSourceModel a bit moreDavid Faure2012-12-201-0/+4
| * Docs: Fix referencesChristian Stenger2012-12-132-3/+3
* | Get the default flags from the direct-base, not the indirect.Stephen Kelly2013-01-011-2/+2
|/
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-282-2/+6
* QAbstractProxyModel: fix sibling() reimplementationMark Brand2012-11-081-1/+1
* Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-073-12/+18
* QIdentityProxyModel: fix sibling() reimplementationMark Brand2012-11-021-1/+1
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-029-0/+50
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-1/+1
* Use the layout change hint to speed up QItemSelectionModel.Stephen Kelly2012-10-223-28/+110
* Handle the case where persistent indexes have gone invalid.Stephen Kelly2012-10-191-0/+6
* 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