summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-231-4/+6
* fix "No such ..." documentation errors in QAbstractItemModelJeremy Katz2012-07-191-3/+3
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-131-14/+14
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+7
* 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-121-4/+5
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-23/+25
* Document that the order of results from QAIM::match are not relevant.Stephen Kelly2012-04-041-1/+3
* Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-41/+41
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Fix QAbstractItemModel documentationGiuseppe D'Angelo2012-02-031-0/+1
* qabstractitemmodel.cpp: Fix warnings.Friedemann Kleint2012-02-011-0/+5
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-301-1/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Document where modelReset() is emittedSimon A. Eugster2012-01-251-2/+17
* Deprecate QAbstractItemModel::reset().Stephen Kelly2012-01-241-7/+2