summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Revert "QTreeView: Make sure QHeaderView is notified on layoutChanged()"Thorbjørn Lund Martsum2018-01-051-24/+0
* QTreeView: Make sure QHeaderView is notified on layoutChanged()Christian Ehrlicher2017-12-171-0/+24
* QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-0/+49
* Start from the first visible item when doing a searchAndy Shaw2017-11-221-0/+97
* QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+47
* QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-0/+4
* testlib: start sharing common helper functionsGatis Paeglis2017-11-0410-56/+22
* Blacklist tst_QItemDelegate::testLineEditValidation in openSUSE 42.3Tony Sarajärvi2017-09-201-0/+2
* Blacklist flaky QItemDelegate tests in openSUSE 42.3Tony Sarajärvi2017-09-201-4/+2
* Itemviews: Set the WA_InputMethodEnabled attribute correctlyAndy Shaw2017-09-201-0/+106
* Blacklist tst_QItemDelegate::enterKey tests on openSUSE 42.3Tony Sarajärvi2017-09-041-0/+4
* QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-0/+25
* Use QSharedPointer::create() moreMarc Mutz2017-07-191-6/+6
* QListView: Fix viewport size when checking scroll bar visibilityFriedemann Kleint2017-07-071-10/+73
* Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-10/+0
* tests: Add Q_FALLTHROUGH to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-281-0/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-5/+5
* tst_QTreeWidget: Fix GCC 7 warnings about using uninitialized variablesFriedemann Kleint2017-06-251-11/+9
* QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-0/+50
* Fix tst_QDirModel for qemuSami Nurmenniemi2017-04-072-0/+7
* Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+53
* Fix result handling in QDialog::doneSamuel Gaist2017-02-071-0/+57
* Plug remaining memleaks in tests/auto/widgets/itemviewsMarc Mutz2017-01-263-3/+3
* Plug memleaks in tst_QHeaderViewMarc Mutz2017-01-261-2/+4
* Plug memleaks in tst_QTreeViewMarc Mutz2017-01-261-5/+4
* tst_QTreeWidget: plug memleaksMarc Mutz2017-01-261-18/+23
* Plug memleaks in tst_QAbstractItemViewMarc Mutz2017-01-261-3/+5
* Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-0/+14
* QHeaderView: fix restoreState() on a model with more columnsDavid Faure2016-12-291-10/+72
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-308-35/+35
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-242-8/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-232-8/+8
| |\
| | * Fix warnings in tst_q{table,list}widgetMarc Mutz2016-11-162-8/+8
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+52
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+52
| |\|
| | * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-0/+52
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-093-280/+181
|\| |
| * | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+5
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-052-280/+176
| |\|
| | * Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
| | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
| | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
| | * Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-012-1/+63
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-1/+63
| |\|
| | * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-282-1/+63
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-8/+12
|\| |
| * | Fix tst_QListView::setCurrentIndexAfterAppendRowCrash().Friedemann Kleint2016-05-241-8/+12