summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski5 days1-0/+20
* QFileSystemModel: Add role for fileinfoSune Vuorela2024-04-111-0/+1
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-2/+2
* QFileSystemMetaData: use QTRY_COMPARE*(10s)Ahmad Samir2024-02-091-2/+1
* Change license for tests filesLucie Gérard2024-02-043-3/+3
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-011-0/+14
* Stabilize tst_QFileSystemModel::showFilesOnly test caseVolker Hilsheimer2024-01-312-7/+8
* QFileSystemModel: blacklist a flaky unittest on macosAhmad Samir2024-01-301-0/+2
* QFileSystemModel: respect dir filtersAhmad Samir2024-01-261-0/+34
* Silence -Wbraced-scalar-init warningAmir Masoud Abdol2023-12-131-6/+6
* QStandardItem: store Qt::UserRole-1 in a static constexpr varAhmad Samir2023-11-141-1/+1
* QStandardItem: add note about reimplementing data/setData() wrt. flagsAhmad Samir2023-11-141-0/+32
* tst_qstandarditemmodel: fix memleaksChristian Ehrlicher2023-11-121-4/+11
* QStandardItem: Fix reset parent in takeItem()Christian Ehrlicher2023-11-121-0/+32
* QStandardItemModel: extend the test coverage for property bindingsIvan Solovev2023-09-032-0/+5
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+3
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-053-0/+18
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-28/+56
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-174-17/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-88/+88
* Port from container.count()/length() to size()Marc Mutz2022-10-043-14/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-283-3/+3
* Use QAbstractItemModelTester or QFileSystemModelAndreas Buhr2022-05-181-0/+35
* Use SPDX license identifiersLucie Gérard2022-05-163-81/+6
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-6/+8
* Android: skip tst_QFileSystemModel::specialFiles()Ivan Solovev2022-03-252-3/+3
* Fix flags in QFileSystemModelAndreas Buhr2022-02-021-0/+4
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-0/+36
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-201-0/+15
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-1/+48
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-5/+3
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-261-0/+17
* Remove the qmake project filesJoerg Bornemann2021-01-074-39/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-223-4/+11
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-3/+3
* Fix tests to build in a no-widgets configurationAlexandru Croitor2020-09-152-5/+8
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-257-1/+1260
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-3/+3
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-3/+5
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-19/+18
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-101-0/+8
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-12/+0
* Run those autotests with cmakeLars Knoll2020-04-152-1/+17
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-329/+219
|\
| * QStandardItem/QStandardItemModel tests: cleanupChristian Ehrlicher2020-01-132-329/+197
| * QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-141-0/+22