summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qitemselectionmodel
Commit message (Expand)AuthorAgeFilesLines
* 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-272-1/+28
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+5
|\
| * 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
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-39/+44
|\|
| * Itemmodel tests: remove foreach usageChristian Ehrlicher2019-08-191-39/+44
* | cmake: add tests/auto/corelib/itemmodelsFrederik Gladhorn2019-10-041-1/+12
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-2/+2
|\|
| * test: migrate QItemSelectionModel test to QRegularExpressionSamuel Gaist2019-06-101-2/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+4
|\|
| * Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-4/+4
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* 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
* | 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-312-2/+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-132-53/+50
* 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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1