summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qabstractproxymodel/tst_qabstractproxymodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-031-3/+3
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-06-231-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-131-0/+128
* QAbstractProxyModel: port to new property systemIvan Solovev2021-05-041-1/+31
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-15/+15
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-10/+10
* Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-121-2/+2
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-1/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-241-0/+20
* QAbstractProxyModel::sibling: treat row/column as offsets within the proxyJan Kundrát2014-05-291-0/+98
* 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-2/+0
|/
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-041-0/+10
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cleanup itemmodel autotests.Jason McDonald2011-12-281-14/+12
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-281-51/+0
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-161-0/+449