summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QTreeView::statusTip() remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre2024-04-261-1/+0
* tst_QTreeView::keyboardNavigationWithDisabled remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* tst_QTreeView::doubleClickedWithSpans() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* tst_QTreeView::task224091_appendColumns() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* tst_QTreeView::moveCursor() remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre2024-04-261-1/+0
* tst_QTreeView::keyboardSearchMultiColumn() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Skip test cases that resizes window on eglfs_viv on VxWorksMarcin Zdunek2023-12-051-0/+10
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-60/+60
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-6/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Repair tst_qtreeview on AndroidAndreas Buhr2022-02-161-3/+3
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-2/+2
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-0/+24
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+34
* Fix a mistake when using QLatin1String::argGiuseppe D'Angelo2020-11-071-4/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-1/+1
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-12/+12
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-021-0/+8
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-1/+2
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-32/+28
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-061-7/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+10
|\
| * 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
* | | QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-281-0/+114
|/ /
* | 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
|\|