summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-054-10/+9
|\
| * Doc: Added the missing example snippetsVenugopal Shivashankar2013-02-261-1/+0
| * Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-212-8/+8
| * Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
* | Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-302-0/+12
* | Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-302-0/+26
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| |\|
| | * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-292-0/+25
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
|/ /
* | 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