summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+11
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-225-96/+96
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-229-215/+215
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-131-0/+59
* Emit layoutChange signals when changing QPersistentModelIndexes.Stephen Kelly2012-08-181-1/+1
* Only emit headerDataChanged for valid proxy intervals.Stephen Kelly2012-08-151-0/+35
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-0/+25
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-0/+68
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-017-0/+7
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-243-22/+0
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-131-0/+107
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-041-0/+10
* QAbstractProxyModel autotest doesn't need widgetsGiuseppe D'Angelo2012-06-291-1/+1
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-293-3/+3
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-8/+6
* Remove widgets dependency from qstringlistmodel autotestKent Hansen2012-06-072-3/+2
* Make itemmodels autotest build without widgetsKent Hansen2012-06-071-1/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-286-0/+6
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-7/+7
* 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-232-2/+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-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