summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
* Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"Nico Vertriest2015-12-031-1/+0
* Doc: Added info about sorting in QItemSelectionModel::selectedIndexesNico Vertriest2015-11-161-0/+1
* Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-4/+4
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-062-2/+8
|\
| * Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+1
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+7
* | QItemSelectionRange: make nothrow move-assignable and -constructibleMarc Mutz2015-07-221-0/+11
* | QItemSelectionRange: use ctor-init-listMarc Mutz2015-07-221-8/+3
* | QItemSelectionRange: add nothrow member-swapMarc Mutz2015-07-222-0/+14
* | QItemSelection: declare as shared-come-Qt6Marc Mutz2015-07-181-1/+5
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-1/+1
* | QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+5
|\|
| * Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-2/+5
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-016-13/+13
* | QModelIndex: Fix a nullptr literal 0 that would look odd as nullptrMarc Mutz2015-06-301-1/+1
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+2
* | QSortFilterProxyModel: Keep invalid index updated on source model sortDaiwei Li2015-06-251-0/+21
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-115-3/+16
* | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-032-0/+7
|/
* 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