summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qsortfilterproxymodel_common/tst_qsortfilterproxymodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Untangle qsortfilterproxymodel unittestsDavid Faure2021-10-011-5525/+0
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-0/+35
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-0/+34
* QSFPM: make filterRegularExpression and filterCaseSensitivity bindableIvan Solovev2021-05-111-0/+97
* QSortFilterProxyModel: port to new property systemIvan Solovev2021-05-111-1/+66
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-301-0/+166
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-181-0/+29
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-2/+2
* 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-271-0/+101
* Add a way to filter only rows or columns in QSortFilterProxyModelGiulio Camuffo2020-03-181-0/+80
* cleanup QSortFilterProxyModel testsChristian Ehrlicher2019-10-241-290/+242
* 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-221-0/+39
* Silence the item model testsFriedemann Kleint2019-03-211-2/+4
* QSortFilterProxyModel: add test for inserting via a QComboBoxOlga Radko2018-09-061-0/+53
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-0/+232
* Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-191-0/+4665