summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-0414-14/+14
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-12/+6
* QIdentityProxyModel: add setHandleSourceLayoutChanges(bool)Ahmad Samir2023-12-151-0/+35
* Q(Persistent)ModelIndex: use new test framework for op==Marc Mutz2023-11-132-0/+31
* QItemSelectionModel: don't warn when destroying the modelVolker Hilsheimer2023-09-221-0/+17
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-031-3/+3
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-011-0/+35
* tst_QSortFilterProxyModel: fix mem-leaks II: sortStable()Marc Mutz2023-07-191-12/+12
* tst_QSortFilterProxyModel: fix mem-leaksMarc Mutz2023-07-151-11/+11
* QSortFilterProxyModel test: fix failing appearsAndSortChristian Ehrlicher2023-07-071-1/+2
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-0511-0/+66
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-06-231-2/+2
* Remove unused variablesAmir Masoud Abdol2023-04-191-6/+0
* QAbstractItemModel: fix match() with Qt::MatchWildcardGiuseppe D'Angelo2023-03-091-8/+9
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1710-20/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-039-350/+350
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-045-20/+20
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-243-6/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-193-3/+3
* Add license headers to cmake filesLucie Gérard2022-08-0312-0/+36
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-286-6/+6
* 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