summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/itemmodels/qstandarditemmodel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the base implementation of QAbstractItemModel::sibling in QSIM.Stephen Kelly2013-02-261-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Gui: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-40/+40
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-2/+4
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-293-0/+1694