summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-011-0/+135
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-301-0/+70
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-2/+2
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-5/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-4/+0
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-3/+3
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-061-11/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-191-0/+9
|\
| * Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-0/+21
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-0/+21
| |\
| | * Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-021-370/+317
|\| | | |/ |/|
| * tst_QHeaderView: cleanupChristian Ehrlicher2019-09-251-370/+317
|/
* Windows: Fix some widget tests to pass on High DPI screensFriedemann Kleint2019-08-231-0/+9
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-0/+17
|\
| * QHeaderView: fix assert when restoring section sizes over less columnsDavid Faure2019-04-231-0/+17
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-1/+12
|\|
| * Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-2/+4
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+12
| |\
| | * tst_QHeaderView: fix defaultSectionSizeTest() on High-DPI screensChristian Ehrlicher2019-02-051-1/+8
| | * Update bundled Freetype to 2.9.1Eskil Abrahamsen Blomfeldt2019-01-311-0/+4
* | | tst_qheaderview: Do not use the deprecated QAbstractItemModel::reset()Albert Astals Cid2019-02-111-2/+4
|/ /
* / QHeaderView: Fix updating hidden sections during initializeSections()Christian Ehrlicher2018-11-081-8/+47
|/
* QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()Christian Ehrlicher2018-08-041-0/+10
* Fix use of QTest::mouseMove() in widgets testsAndre de la Rocha2018-07-121-2/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-5/+64
|\
| * QHeaderView: Send the StatusTip events to itself if there is no parentAndy Shaw2018-06-141-2/+63
* | winrt: Make itemview auto tests passOliver Wolff2018-06-221-0/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-20/+17
|\|
| * tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-091-31/+17
* | tst_QHeaderView: replace custom waitFor() functionChristian Ehrlicher2018-05-101-13/+3
* | QHeaderView: reset cached size hint on reset()Christian Ehrlicher2018-05-101-4/+40
* | Enable checks for tst_QHeaderView::sectionSizeHint()Christian Ehrlicher2018-05-101-5/+3
|/
* Tests: Fix clang warnings about unused variables and capturesFriedemann Kleint2018-05-021-2/+2
* Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-141-3/+3
* QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-011-0/+1
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-211-0/+71
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-211-0/+5
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-4/+9
|\
| * QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-291-4/+9
* | QHeaderView: respect min/maximumSectionSize propertyChristian Ehrlicher2018-01-061-1/+77
* | Add QHeaderView::setFirstSectionMovable(), useful for flat treeviewsDavid Faure2018-01-021-0/+6
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+49
|\|
| * QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-0/+49
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-0/+4
|\|
| * QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-0/+4
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/