summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qabstractitemmodel/tst_qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski48 hours1-1/+12
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-12/+6
* Q(Persistent)ModelIndex: use new test framework for op==Marc Mutz2023-11-131-0/+30
* QAbstractItemModel: fix match() with Qt::MatchWildcardGiuseppe D'Angelo2023-03-091-8/+9
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-31/+31
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Make sure QMimeData is fully declaredVolker Hilsheimer2021-01-111-0/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-7/+7
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-16/+16
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+141
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-12/+12
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-2/+2
* QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-0/+28
* Itemmodel tests: remove foreach usageChristian Ehrlicher2019-08-191-1/+1
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-8/+8
* Introduce QAbstractItemModel::checkIndex()Giuseppe D'Angelo2018-01-081-0/+72
* QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-0/+22
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+2
* 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
* 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
* 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
* Mark tst_qabstractitemmodel as insignificant after QHash randomizationGiuseppe D'Angelo2012-04-151-2/+2
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-29/+29
* 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