summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* 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-301-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
|\
| * QIdentityProxyModel: implement moveRows / moveColumnsGiuseppe D'Angelo2020-01-021-35/+67
| * QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-28/+25
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-0/+4
| |\
| | * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-0/+4
| * | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-193-311/+249
|\| |
| * | cleanup QSortFilterProxyModel testsChristian Ehrlicher2019-10-243-311/+249
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-171-0/+28
|\| |
| * | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-0/+28
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-4/+14
|\| |
| * | Deprecate QDirModelFriedemann Kleint2019-09-041-4/+14
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-113-55/+60
|\|
| * Itemmodel tests: remove foreach usageChristian Ehrlicher2019-08-193-55/+60
* | cmake: add tests/auto/corelib/itemmodelsFrederik Gladhorn2019-10-0412-6/+172
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-3/+3
|\|
| * test: migrate ModelsToTest to QRegularExpressionSamuel Gaist2019-06-101-1/+1
| * test: migrate QItemSelectionModel test to QRegularExpressionSamuel Gaist2019-06-101-2/+2