summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QListView::moveLastRow remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre2024-04-261-1/+0
* tst_QListView::task262152_setModelColumnNavigate remove setActiveWindowFrédéric Lefebvre2024-04-261-1/+0
* tst_QListView::shiftSelectionWithItemAlignment remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* tst_QListView::keyboardSearch() remove setActiveWindow()Frédéric Lefebvre2024-04-261-1/+0
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Tests/QListView: fix internalDragDropMove test for openSUSEChristian Ehrlicher2023-10-051-0/+7
* QAbstractScrollArea: Don't include size of invisible scrollbarsVolker Hilsheimer2023-07-111-2/+3
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-271-0/+5
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-041-0/+17
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-11/+11
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-4/+5
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-0/+21
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-0/+217
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-0/+42
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-2/+2
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-2/+5
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-0/+51
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-0/+54
* Stabilize tst_QListView::internalDragDropMove() on X11Friedemann Kleint2021-01-271-1/+3
* Use QTRY_COMPARE in an attempt to make the test less flakyVolker Hilsheimer2020-11-101-2/+2
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-3/+4
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-061-12/+3
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+18
* tst_QListView: cleanupChristian Ehrlicher2019-09-261-44/+40
* tst_QListView: cleanupChristian Ehrlicher2019-09-231-456/+326
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-3/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-0/+46
|\
| * QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-271-0/+46
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-4/+21
|\|
| * Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+21
* | QListView: Speedup handling of hidden itemsChristian Ehrlicher2018-09-171-0/+4
|/
* QListView: do not delete item on internal moveChristian Ehrlicher2018-06-221-0/+49
* winrt: Make itemview auto tests passOliver Wolff2018-06-221-0/+9
* Add itemAlignment property to QListViewAlexander Volkov2018-06-081-0/+24
* Fix build with --no-feature-wheeleventNathan Collins2018-05-231-0/+4
* tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-091-35/+18
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-10/+4
|\
| * 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-5/+5
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-5/+5
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/