summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qsortfilterproxymodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-0/+1
|\
| * QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+1
* | Fix a few overrides in Qt CoreAlessandro Portale2018-09-251-1/+1
|/
* QSFPM: cleanup QRegularExpression includesSamuel Gaist2018-09-031-1/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-2/+2
|\
| * QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-2/+2
* | Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-191-19/+215
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-291-1/+4
|\|
| * QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-5/+0
|\|
| * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-5/+0
* | QSFPM: Faster row removesTim Angus2018-03-131-0/+13
|/
* QSortFilterProxyModel: annotate some deprecated functions as deprecatedChristian Ehrlicher2018-01-171-7/+6
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-4/+4
|\
| * Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-281-4/+4
* | QSortFilterProxyModel: Clear persistent indexes on source model changeChristian Ehrlicher2017-11-301-1/+4
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* QSFPM: Avoid following a reset with unnecessary layoutChangedStephen Kelly2017-06-281-1/+1
* Remove a QT_STRICT_ITERATORS ifdefSérgio Martins2017-05-201-6/+1
* QSFPM optimization in dataChanged: don't re-sort if the order didn't changeDavid Faure2017-03-231-12/+43
* Add support for recursive filtering in QSFPMFilipe Azevedo2017-03-141-98/+249
* QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-211-55/+12
* QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-211-20/+11
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+4
| |\
| | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-2/+4
* | | ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-021-34/+1
|/ /
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-3/+3
* | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-111-2/+2
* | QtCore: replace uses of inefficient QList<QPair>s with QVectors [itemmodels]Marc Mutz2016-01-151-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-041-3/+3
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\
| * Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+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
* | 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-111-2/+8
|/
* QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-011-5/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-171-1/+5
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-5/+0
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-071-7/+9
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-18/+2
* QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-5/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Mention that QSortFilterProxyModel::lessThan() handles floatsSze Howe Koh2014-03-041-0/+1
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-10/+10