summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qsortfilterproxymodel_common
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QVariant::TypeLars Knoll2020-10-231-18/+18
* Add missing override in tst_QSortFilterProxyModelTor Arne Vestbø2020-07-291-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-11/+11
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-10/+10
* Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-151-36/+8
* Speed up QSortFilterProxyModel filteringChristian Ehrlicher2020-03-272-0/+102
* Add a way to filter only rows or columns in QSortFilterProxyModelGiulio Camuffo2020-03-182-0/+82
* cleanup QSortFilterProxyModel testsChristian Ehrlicher2019-10-242-308/+247
* Itemmodel tests: remove foreach usageChristian Ehrlicher2019-08-191-15/+15
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-1/+1
* Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-222-0/+40
* Silence the item model testsFriedemann Kleint2019-03-212-2/+6
* QSortFilterProxyModel: add test for inserting via a QComboBoxOlga Radko2018-09-062-0/+55
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-222-0/+236
* Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-192-0/+4848