summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qidentityproxymodel
Commit message (Expand)AuthorAgeFilesLines
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-1/+10
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-1/+36
* Remove the qmake project filesJoerg Bornemann2021-01-071-8/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-4/+4
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-3/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-35/+67
|\
| * QIdentityProxyModel: implement moveRows / moveColumnsGiuseppe D'Angelo2020-01-021-35/+67
* | cmake: add tests/auto/corelib/itemmodelsFrederik Gladhorn2019-10-041-0/+15
|/
* Silence the item model testsFriedemann Kleint2019-03-211-1/+4
* QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-3/+9
* QAbstractItemModelTester: fix the autotestsGiuseppe D'Angelo2018-01-091-3/+3
* tst_qidentityproxymodel: map the index to the source modelGiuseppe D'Angelo2017-09-151-1/+1
* QIPM: Persist model indexes after emitting layoutChange, not beforeStephen Kelly2016-12-211-0/+76
* Updated license headersJani Heikkinen2016-01-211-16/+11
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-2/+2
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-311-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-34/+34
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-18/+18
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-0/+26
* Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-211-0/+38
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* 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-4/+0
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-292-2/+2
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-3/+2
* Cleanup itemmodel autotests.Jason McDonald2011-12-281-3/+0
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-281-12/+0
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+20
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-162-0/+338