summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-05-311-0/+24
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-021-0/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-0/+10
|\
| * QTreeView: don't call model.index(-1, 0) when using spanning itemsDavid Faure2020-03-161-0/+10
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-0/+2
|\|
| * QAbstractItemView: Make sure to update the editor geometriesChristian Ehrlicher2020-02-231-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-2/+16
|\|
| * QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-291-2/+16
* | Widget autotests: replace deprecated QWidget::repaint() callsChristian Ehrlicher2019-11-271-22/+30
* | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-0/+14
|\|
| * QTreeView: make sure to not ask the old model during setModelChristian Ehrlicher2019-11-141-0/+14
* | Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+39
|/
* tst_QTreeView: cleanupChristian Ehrlicher2019-09-191-516/+511
* QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-131-13/+28
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-0/+54
|\
| * Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-0/+54
* | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-1/+1
* | QTreeView: fix keyboard navigation when first or last item is disabledChristian Ehrlicher2018-12-251-0/+24
* | tst_QTreeView: set keyboardInputInterval to a smaller valueChristian Ehrlicher2018-11-231-0/+1
* | 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-181-1/+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-231-13/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-10/+4
| |\|
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-10/+4
| * | tests: Make braces consistentJesus Fernandez2017-11-031-3/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-12/+11
|\| |