summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QItemSelectionRange: use new comparison helper macrosTatiana Borisova2024-04-181-0/+10
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QItemSelectionModel: don't warn when destroying the modelVolker Hilsheimer2023-09-221-0/+17
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-011-0/+35
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-74/+74
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+2
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-0/+43
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-271-0/+26
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Fix compiler warning - remove dead codeVolker Hilsheimer2020-11-271-24/+0
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-281-141/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-0/+4
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-13/+13
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-0/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-0/+4
|\
| * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-0/+4
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
|/
* Itemmodel tests: remove foreach usageChristian Ehrlicher2019-08-191-39/+44
* test: migrate QItemSelectionModel test to QRegularExpressionSamuel Gaist2019-06-101-2/+2
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-4/+4
* QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-301-0/+96
* Fix missing handling of columns when merging selection rangesFilippo Cucchetto2017-05-091-0/+74
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-14/+17
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\
| * Clean unused parameter warning from QItemSelectionModel testJoni Poikelin2015-09-301-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-0/+94
|\|
| * Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-0/+94
* | qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-311-1/+1
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-16/+16
|/
* 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
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-2/+16
* 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-12/+9
* Remove qSort usages from core testsSergio Ahumada2014-02-221-2/+4
* Make the QItemSelectionModel test widgets-independent.Stephen Kelly2013-08-131-52/+49
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-7/+0
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-0/+25
* 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-66/+66
* Remove old debug code from itemmodel tests.Jason McDonald2011-12-281-6/+0