summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qtreeview
Commit message (Expand)AuthorAgeFilesLines
* QTreeView/TableView: explicitly mark sortByColumn(int) as deprecatedChristian Ehrlicher2018-11-021-3/+3
* QTreeView: add expandRecursively() to expand all items below an indexChristian Ehrlicher2018-11-021-33/+79
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-3/+3
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-3/+3
| |\
| | * Modernize the "animation" featureLiang Qi2018-10-121-3/+3
* | | QTreeView: sync keyboard search behavior with other itemviewsChristian Ehrlicher2018-09-251-0/+9
|/ /
* | winrt: Make itemview auto tests passOliver Wolff2018-06-221-0/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-5/+5
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-5/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-24/+17
|\|
| * tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-091-24/+17
* | Fix tst_QTreeView - setSortingEnabledChildChristian Ehrlicher2018-03-182-3/+3
|/
* QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-0/+53
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-23/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-24/+0
| |\
| | * Revert "QTreeView: Make sure QHeaderView is notified on layoutChanged()"Thorbjørn Lund Martsum2018-01-051-24/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+24
| |\|
| | * QTreeView: Make sure QHeaderView is notified on layoutChanged()Christian Ehrlicher2017-12-171-0/+24
* | | QHeaderView: properly connect rows/columnsMovedChristian Ehrlicher2017-12-221-1/+18
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+143
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+144
| |\|
| | * 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-14/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-11/+5
| |\|
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-042-11/+5
| * | tests: Make braces consistentJesus Fernandez2017-11-031-3/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-12/+11
|\| |
| * | tests: Fix warnings about inconsistent overrideFriedemann Kleint2017-10-271-12/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-3/+3
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-3/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* | | Call canFetchMore/fetchMore when scrolled to the bottom of the viewAndy Shaw2017-09-121-0/+45
|/ /
* / Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-0/+65
|/
* Plug memleaks in tst_QTreeViewMarc Mutz2017-01-261-5/+4
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-301-7/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-100/+59
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-100/+59
| |\
| | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
| | * Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-9/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-243-28/+27
|\|
| * Blacklist tst_QTreeView::setSortingEnabledChild() on Windows.Friedemann Kleint2016-02-241-0/+2
| * Re-enable tst_QTreeView::setSortingEnabled on Windows.Friedemann Kleint2016-02-182-28/+25
* | Add SH_ItemView_ScrollMode style hint and use it in QMacStyleGabriel de Dietrich2016-02-111-1/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-30/+2
* | QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-091-0/+43
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-10/+9
|\|