summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1614-400/+28
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-131-0/+128
* Fix test to pass with QT_FORCE_ASSERTSFriedemann Kleint2022-02-181-1/+2
* tst_QItemModel: fix memleaksMarc Mutz2022-01-051-3/+3
* Use QAbstractItemModelTester in all QSortFilterProxyModel testsAndreas Buhr2021-12-141-0/+1
* Shorten target name for qsortfilterproxymodel auto testsOliver Wolff2021-11-292-2/+2
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-1/+10
* Untangle qsortfilterproxymodel unittestsDavid Faure2021-10-016-18/+20
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-206-2/+221
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+2
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-0/+43
* QSFPM: make filterRegularExpression and filterCaseSensitivity bindableIvan Solovev2021-05-112-0/+99
* QSortFilterProxyModel: port to new property systemIvan Solovev2021-05-113-3/+78
* QAbstractProxyModel: port to new property systemIvan Solovev2021-05-042-2/+33
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+19
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-272-1/+28
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-0/+66
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-071-0/+17
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-251-0/+14
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-0/+11
* Make sure QMimeData is fully declaredVolker Hilsheimer2021-01-111-0/+2
* Remove the qmake project filesJoerg Bornemann2021-01-0711-90/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-228-9/+17
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-302-0/+168
* Fix compiler warning - remove dead codeVolker Hilsheimer2020-11-271-24/+0
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-182-0/+30
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-2/+2
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-281-141/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-0/+4
* Deprecate QVariant::TypeLars Knoll2020-10-231-18/+18
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-11/+11
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2310-10/+10
* Remove most compiler warnings about missing overridesLars Knoll2020-09-114-48/+48
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+141
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-0/+4
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-231-0/+21
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-3/+6
* Add missing override in tst_QSortFilterProxyModelTor Arne Vestbø2020-07-291-1/+1
* Fix compiler warning in tst_qstringlistmodelLars Schmertmann2020-07-201-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0910-10/+10
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-12/+12
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-075-37/+37
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-39/+2
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-261-0/+32
* Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-158-145/+8
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-2/+2
* 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
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-244-65/+98
|\