summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-171-0/+17
* Doc: Improve description of QModelIndex::operator==Paul Wicking2018-06-211-10/+8
* doc: Fix remaining qdoc warnings in qabstractitemmodel.cppMartin Smith2018-01-181-9/+9
* Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-121-1/+21
* Introduce QAbstractItemModel::checkIndex()Giuseppe D'Angelo2018-01-081-0/+137
* QAbstractItemModel: add more checks in begin{Insert,Remove}{Rows,Columns}Giuseppe D'Angelo2017-12-141-0/+4
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-6/+6
* QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-1/+1
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\
| * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-1/+1
|/
* Deprecate Q(Persistent)ModelIndex::childGiuseppe D'Angelo2016-08-161-5/+15
* ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-021-0/+38
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+2
|\
| * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-6/+6
* | ItemModels: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-02-261-1/+1
* | 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
| |\ \