summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-8/+8
* Call canFetchMore/fetchMore when scrolled to the bottom of the viewAndy Shaw2017-09-121-0/+45
* Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-0/+25
|\
| * QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-0/+25
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-6/+6
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-191-6/+6
* | Fix tst_QAbstractItemView::task200665_itemEnteredTor Arne Vestbø2017-07-251-2/+2
* | Fix tst_QListWidget::QTBUG50891_ensureSelectionModelSignalConnectionsAreSetTor Arne Vestbø2017-07-211-2/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-10/+73
|\|
| * QListView: Fix viewport size when checking scroll bar visibilityFriedemann Kleint2017-07-071-10/+73
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-10/+0
|\|
| * Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-10/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-16/+16
|\|
| * 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
* | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+50
|\|
| * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-0/+50
* | Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-0/+65
|/
* 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
| |\|