summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Draw QTableView grid lines centered between table cellsTor Arne Vestbø2021-11-081-3/+5
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-174-10/+10
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-171-7/+17
* widgets: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-012-21/+94
* Fix QListView assert when the last row is moved in IconModev6.2.0-beta4ChunLin Wang2021-09-011-2/+4
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-1/+41
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-291-1/+1
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-211-4/+8
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-202-1/+10
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+2
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-151-2/+11
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-132-5/+4
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-253-7/+14
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-142-2/+18
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+1
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+4
* QListView: add assert for static analyzerVolker Hilsheimer2021-06-081-0/+2
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-0/+2
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-3/+10
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-0/+9
* QAbstractItemView: Don't change selection if editor ate release eventVolker Hilsheimer2021-06-071-1/+2
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-033-3/+7
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Doc: Add missing prepositionPaul Wicking2021-05-251-2/+2
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Document parameter correctly, fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* QTable/ListView: mark functions as reimp instead internalChristian Ehrlicher2021-04-022-6/+6
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-211-9/+1
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-191-4/+7
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* QHeaderView: pass sectionSize to createSectionItems()Christian Ehrlicher2021-02-122-8/+5
* QHeaderView: Mark the drop section during section moveChristian Ehrlicher2021-01-292-1/+28
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-182-4/+8
* QHeaderView: fix moving sections with mouse in RTL modeChristian Ehrlicher2021-01-171-3/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-100/+0
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()Christian Ehrlicher2021-01-051-1/+1
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-3/+3
* QListView: don't crash when an empty container is passed to itemsRect()Christian Ehrlicher2020-12-221-7/+3
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+17
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-101-10/+0
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-081-4/+5