summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-083-31/+31
* 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
* | Unhide QObject::parent() from QAbstract{Table,List}model.Milian Wolff2013-09-041-0/+18
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+2
|\|
| * Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
* | qdoc: Clarify documentation of member functionsMartin Smith2013-08-131-76/+94
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-2/+4
|\|
| * Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+4
|\|
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+1
|\|
| * Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-1/+1
|\|
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-04-102-5/+5
|\|
| * 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-052-1/+3