summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-232-2/+2
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+38
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-222-0/+117
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-121-0/+71
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-121-0/+14
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+75
* 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
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-203-0/+208
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-121-0/+72
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-06-211-0/+3
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-143-6/+6
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+58
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+62
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-2/+5
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-10/+19
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-072-7/+30
* QAbstractItemView: add test for mouse selectionVolker Hilsheimer2021-06-031-0/+215
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-031-0/+95
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-0/+51
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-0/+54
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-0/+16
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-0/+24
* Verify that QFileIconProvider returns valid pixmapsMorten Johan Sørvig2021-02-231-6/+6
* Stabilize tst_QListView::internalDragDropMove() on X11Friedemann Kleint2021-01-271-1/+3
* Remove the qmake project filesJoerg Bornemann2021-01-0716-109/+0
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-0/+46
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-172-2/+2
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+65
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+34
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-011-0/+135
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-301-0/+70
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Stop copying events in testsVolker Hilsheimer2020-11-121-8/+12
* Use QTRY_COMPARE in an attempt to make the test less flakyVolker Hilsheimer2020-11-101-2/+2
* Fix a mistake when using QLatin1String::argGiuseppe D'Angelo2020-11-072-6/+6
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-044-0/+18
* Deprecate QVariant::TypeLars Knoll2020-10-233-25/+25
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-141-0/+2
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-142-3/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2