summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-041-1/+1
* QAbstractModelPrivate: de-inline functionsMarc Mutz2015-12-311-0/+31
* Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-11/+11
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
* De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-031-0/+5
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+3
* QAbstractTableModel/QAbstractListModel: reimplement sibling()Marc Mutz2015-02-051-0/+16
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-5/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-6/+6
* QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-241-4/+13
* Doc: corrected autolink issues itemmodelsNico Vertriest2014-11-201-4/+4
* Adapt the names in the documentation to the names used in the headerAlbert Astals Cid2014-10-301-8/+8
* Fix QAbstractListModel's detailed description.Mitch Curtis2014-10-171-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-15/+15
|\
| * Fix the doc so it uses the defined parameter names for the signalsAndy Shaw2014-05-241-15/+15
* | Doc: Correct typos in QModelIndex::internalId() documentationAdam Majer2014-02-251-2/+2
|/
* Document QAbstractItemModels::roleNames() better.Mitch Curtis2014-01-151-0/+28
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Merge branch 'stable' into devSergio Ahumada2013-09-131-3/+3
|\
| * Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-3/+3
* | qdoc: Clarify documentation of member functionsMartin Smith2013-08-131-76/+94
|/
* Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
* Document undefined behavior regarding Qt::ItemNeverHasChildren.Stephen Kelly2013-03-261-0/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-0/+44
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+0
| |\
| * | Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-301-0/+22
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
| |\ \
| * | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-291-0/+22
* | | | Clarify mention of QAbstractItemView in the canFetchMore docs.Stephen Kelly2013-03-191-3/+2
| |_|/ |/| |
* | | Doc: Added the missing example snippetsVenugopal Shivashankar2013-02-261-1/+0
| |/ |/|
* | Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: Fix referencesChristian Stenger2012-12-131-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Add docs to clarify and restrict what the LayoutChangeHint means.Stephen Kelly2012-10-051-0/+4
* Add hint API to QAIM::layout*Change signals.Stephen Kelly2012-09-291-5/+19
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-14/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* doc: Clean up QAbstractItemModel documentationEskil Abrahamsen Blomfeldt2012-09-071-5/+7
* fix docsFrederik Gladhorn2012-09-031-1/+1
* Make QAbstractItemModel::sibling virtual.Stephen Kelly2012-08-231-13/+19
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+5
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-231-1/+1
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-201-3/+33
* Fix a couple of qdoc errorsLars Knoll2012-08-181-13/+0