summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qabstractitemmodel
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-29/+29
* 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-301-1/+1
* add missing move* methods to QAbstractItemModelMark Brand2012-01-241-0/+94
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* 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-161-1/+1
* Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-101-3/+17
* Make the roleNames a virtual accessor.Stephen Kelly2012-01-101-0/+28
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix memory leak in QAbstractItemModel autotest.Jason McDonald2012-01-051-0/+6
* Cleanup itemmodel autotests.Jason McDonald2011-12-281-198/+113
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+44
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-161-2/+2
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-133-0/+2024