summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/itemmodels/qstandarditemmodel
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* 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
* 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
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-28/+56
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-48/+48
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-0/+36
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-1/+48
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-261-0/+17
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-3/+3
* 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
* Run those autotests with cmakeLars Knoll2020-04-151-0/+16
* QStandardItem/QStandardItemModel tests: cleanupChristian Ehrlicher2020-01-131-289/+168
* QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-141-0/+22
* Fix compilation with Qt 6Lars Knoll2019-05-061-5/+5
* Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-051-1/+1
* Fix QSIM::itemData returning role 255Luca Beldi2018-09-061-1/+5
* Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-171-0/+22
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* QStandardItem: add more sanity checks on insertRow(s)/Column(s)Christian Ehrlicher2018-03-071-1/+12
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-261-0/+12
* QAbstractItemModelTester: fix the autotestsGiuseppe D'Angelo2018-01-092-9/+2
* Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-171-0/+62
* Fix QStandardItem::setChild crash when passing a null pointerJesus Fernandez2017-07-271-0/+27
* QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-0/+8
* QStandardItemModel: Reset the flags on clear()Stephen Kelly2016-02-172-1/+9
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-8/+2
* tests/auto/gui: Remove some placeholder formatting.Friedemann Kleint2015-10-191-31/+24
* Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-4/+4
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-5/+5
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-0/+8
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0