summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractproxymodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
|\
| * QtCore: Unify license headersKai Koehne2018-12-221-1/+1
* | doc: Add \since 6.0 to future functionsMartin Smith2018-10-301-0/+1
* | Implement clearItemData in common modelsLuca Beldi2018-09-061-0/+11
|/
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-5/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-1/+1
|\
| * QAbstractProxyModel: fix sentence structure in apidocFrederik Schwarzer2016-09-191-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-041-1/+1
|/
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-4/+30
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-241-0/+9
* QAbstractProxyModel: Forward drop-related API.Friedemann Kleint2014-06-251-0/+24
* QAbstractProxyModel::sibling: treat row/column as offsets within the proxyJan Kundrát2014-05-291-2/+1
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-4/+2
* Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-051-0/+1
* Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-301-0/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QAbstractProxyModel: Document setSourceModel a bit moreDavid Faure2012-12-201-0/+4
* QtCore: Make more signals private.Stephen Kelly2012-11-281-1/+1
* QAbstractProxyModel: fix sibling() reimplementationMark Brand2012-11-081-1/+1
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-201-0/+6
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-041-9/+12
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-161-0/+388