summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-142-51/+51
* tst_qabstractitemmodel does not need QT += widgetsMark Brand2012-01-311-1/+1
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-301-0/+32
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
* add missing move* methods to QAbstractItemModelMark Brand2012-01-241-0/+94
* Update contact information in license headers.Jason McDonald2012-01-239-9/+9
* Clarify docs that everything must be re-queried on model reset.Stephen Kelly2012-01-161-1/+36
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-165-10/+10
* Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-101-3/+17
* Make the roleNames a virtual accessor.Stephen Kelly2012-01-101-0/+28
* Move the qitemmodel test to the itemmodels directory.Stephen Kelly2012-01-066-0/+1823
* Update copyright year in license headers.Jason McDonald2012-01-056-6/+6
* Fix memory leak in QAbstractItemModel autotest.Jason McDonald2012-01-051-0/+6
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-1/+1
* Cleanup itemmodel autotests.Jason McDonald2011-12-282-96/+96
* Remove old debug code from itemmodel tests.Jason McDonald2011-12-282-7/+0
* Reinstate commented test data in QItemSelectionModel test.Jason McDonald2011-12-281-2/+0
* Cleanup itemmodel autotests.Jason McDonald2011-12-289-650/+530
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-285-138/+0
* Cleanup corelib autotests.Jason McDonald2011-12-284-0/+125
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-1617-3/+7400
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-134-0/+2029