summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qabstractitemmodel
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+2
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-19/+19
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-41/+45
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-161-1/+1
* Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Clean up some metatype declarations and registrationsStephen Kelly2013-01-091-5/+0
|/
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-26/+26
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-241-13/+0
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-131-0/+107
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-8/+6
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove insignification from qabstractitemmodel test on Mac OS X.Jason McDonald2012-04-241-2/+0
* Start running some disabled tests again on Mac OS.Jason McDonald2012-04-231-0/+2
* Update parent indexes first with changePersistentIndex.Stephen Kelly2012-04-171-1/+0
* Mark tst_qabstractitemmodel as insignificant after QHash randomizationGiuseppe D'Angelo2012-04-152-2/+3
* 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