summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractproxymodel.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-131-0/+6
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-2/+2
* QAbstractProxyModel: port to new property systemIvan Solovev2021-05-041-1/+3
* Allow proxy models access to the parent-child hierarchy of sourceLuca Beldi2021-04-191-0/+1
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-071-2/+0
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-071-7/+1
* Bump version to Qt 6Lars Knoll2019-05-141-1/+5
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
|\
| * QtCore: Unify license headersKai Koehne2018-12-221-1/+1
* | Implement clearItemData in common modelsLuca Beldi2018-09-061-0/+3
|/
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-5/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-26/+26
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-5/+1
* Make QAbstractProxyModel API invokable.Stephen Kelly2015-03-251-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-24/+24
* QAbstractProxyModel: add missing default value, compared to base class.David Faure2014-11-061-1/+1
* 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/+1
* QAbstractProxyModel: Forward drop-related API.Friedemann Kleint2014-06-251-0/+4
* Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-301-0/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-281-1/+5
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-041-0/+4
* itemview/itemmodels: make some constructors explicitMarc Mutz2012-03-071-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* 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/+113