summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-202-75/+15
* QItemSelectionModel: Make selectedIndexes a Q_PROPERTY.Stephen Kelly2015-03-272-1/+7
* Make QAbstractProxyModel API invokable.Stephen Kelly2015-03-251-4/+4
* QAbstractItemModel: Make the match() method Q_INVOKABLEStephen Kelly2015-03-251-4/+4
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-1/+0
* Make some QAbstractItemModel API invokableStephen Kelly2015-03-041-13/+13
* Make the QItemSelectionModel::selection a property.Stephen Kelly2015-03-041-1/+2
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-2/+2
* Update copyright headersJani Heikkinen2015-02-1115-103/+103
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-092-3/+5
* QAbstractTableModel/QAbstractListModel: reimplement sibling()Marc Mutz2015-02-052-0/+18
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-042-2/+2
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-033-35/+144
* QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-171-1/+5
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-6/+7
* QModelIndex: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-101-13/+13
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-204-30/+0
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-072-8/+10
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-037-98/+98
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-245-44/+61
|\
| * QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-241-4/+13
| * QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-243-22/+34
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-5/+5
| |\
| | * Doc: corrected autolink issues itemmodelsNico Vertriest2014-11-202-5/+5
| * | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-5/+1
| |/
| * Adapt the names in the documentation to the names used in the headerAlbert Astals Cid2014-10-301-8/+8
* | QIdentityProxyModel: add missing default value, compared to base class.David Faure2014-11-131-1/+1
* | QAbstractProxyModel: add missing default value, compared to base class.David Faure2014-11-061-1/+1
* | QIdentityProxyModel: remove slow bounds-checking, for more performanceDavid Faure2014-10-311-3/+0
|/
* Fix QAbstractListModel's detailed description.Mitch Curtis2014-10-171-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2415-281/+161
* Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-242-0/+10
* QItemSelectionModel: Sort persistent model indexes taking parent into account.Friedemann Kleint2014-07-171-3/+21
* QAbstractProxyModel: Forward drop-related API.Friedemann Kleint2014-06-252-0/+28
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-052-17/+16
|\
| * QAbstractProxyModel::sibling: treat row/column as offsets within the proxyJan Kundrát2014-05-291-2/+1
| * Fix the doc so it uses the defined parameter names for the signalsAndy Shaw2014-05-241-15/+15
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-131-0/+1
|\|
| * Doc: Mention that QSortFilterProxyModel::lessThan() handles floatsSze Howe Koh2014-03-041-0/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-281-10/+10
|\|
| * Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-10/+10
* | Doc: Correct typos in QModelIndex::internalId() documentationAdam Majer2014-02-251-2/+2
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-3/+14
|\
| * Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-3/+14
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+28
|\|
| * Document QAbstractItemModels::roleNames() better.Mitch Curtis2014-01-151-0/+28
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-5/+5
* | QItemSelectionModel: use QSignalBlockerMarc Mutz2013-10-301-2/+1
|/