summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-2/+4
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-07-191-0/+2
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-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-142-5/+4
* 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
* Doc: Add missing prepositionPaul Wicking2021-06-071-2/+2
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-043-3/+7
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* 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 QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-191-4/+7
* 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
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-052-10/+4
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-012-6/+26
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-303-6/+81
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-305-5/+5
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-8/+8
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+2
* Don't divide by zero when calculating number of itemsVolker Hilsheimer2020-10-161-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-165-15/+28
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-2/+10
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-011-0/+2
* Fix some qdoc warnings: QTableWidgetSelectionRangeVolker Hilsheimer2020-09-211-0/+10
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-211-2/+2
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-211-4/+3
* Fix some qdoc warnings: unnamed parametersVolker Hilsheimer2020-09-212-3/+6
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-151-1/+1
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-127-41/+61
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-3/+3
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-2/+2
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-24/+42