summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Convert "Color Editor Factory" Example to snippetsMohammadHossein Qanbari2024-04-193-17/+32
* QTableView: fix infinite loop when resizing rows/columns on model resetVolker Hilsheimer2024-04-171-16/+14
* QTableView: fix cornerWidget connectionChristian Ehrlicher2024-04-131-1/+1
* Avoid QRubberBand leaving artefacts in QListViewEirik Aavitsland2024-03-081-2/+7
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-1/+1
* Revert "QHeaderView: relayout on resetDefaultSectionSize"Jonas Karlsson2024-02-262-13/+14
* QTreeView: fix performance regression from accessibility updatesVolker Hilsheimer2024-02-092-5/+27
* QHeaderView: make sectionsMovable/sectionsClickable propertiesChristian Ehrlicher2024-02-092-26/+18
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-081-1/+12
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Turn SpinBox Delegate example into snippetsVolker Hilsheimer2023-12-202-6/+4
* Doc: Add missing full stop to briefsPaul Wicking2023-12-202-2/+2
* QHeaderView: fix calculating dragPositionChristian Ehrlicher2023-12-161-1/+1
* QHeaderView: rename private 'offset' to avoid clash with QAIVP::offset()Christian Ehrlicher2023-12-162-14/+14
* Move the settingseditor example into tests/manualVolker Hilsheimer2023-12-152-2/+2
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-141-31/+40
* a11y: Only send focus event when item has focusMichael Weghorn2023-12-123-3/+3
* QStyledItemDelegate/TreeView: fix showing lineedit editorChristian Ehrlicher2023-11-211-9/+1
* QHeaderView: relayout on resetDefaultSectionSizeJonas Karlsson2023-11-082-14/+13
* Fix build with -no-feature-abstractbuttonTasuku Suzuki2023-10-211-0/+2
* QtWidgets: finally Q_FOREACH-freeAhmad Samir2023-10-132-4/+0
* Include what you need: <QPointer>Marc Mutz2023-10-122-0/+5
* Widgets/QColumnView: use pmf-style connect in QColumnViewChristian Ehrlicher2023-10-121-16/+11
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-057-8/+3
* QHeaderView: Fix columsMoved/rowsMoved connection to item modelAxel Spoerl2023-10-021-1/+1
* QDataWidgetMapper: use pmf-style connectChristian Ehrlicher2023-10-022-33/+41
* QAbstractItem/Column/TreeView: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-016-75/+75
* QTreeWidget: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-012-38/+38
* QListWidget: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-012-28/+28
* QHeaderView: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-012-23/+31
* QTableView/Widget: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-014-60/+47
* Widgets/Itemviews: remove unused private slot macrosChristian Ehrlicher2023-10-018-70/+0
* Widgets/Itemviews: use pmf-style connect in QHeaderViewChristian Ehrlicher2023-10-012-60/+38
* Widgets/Itemviews: use pmf-style connect in QColumnViewChristian Ehrlicher2023-10-012-18/+66
* Widgets/Itemviews: use pmf-style connect in QListWidgetChristian Ehrlicher2023-10-012-22/+42
* Widgets/Itemviews: use pmf-style connect in QTableWidgetChristian Ehrlicher2023-10-012-19/+39
* Widgets/Itemviews: use pmf-style connect in QTreeWidgetChristian Ehrlicher2023-10-012-24/+40
* Widgets/Itemviews: use pmf-style connect in QTreeViewChristian Ehrlicher2023-10-012-40/+67
* Widgets/Itemviews: use pmf-style connect in QTableViewChristian Ehrlicher2023-10-012-62/+97
* Widgets/Itemviews: use pmf-style connect in QAbstractItemViewChristian Ehrlicher2023-09-292-113/+143
* Ensure stable sort in QListWidgetWladimir Leuschner2023-09-261-65/+23
* QAbstractItemDelegate: Update spinbox editor value before committingDoris Verria2023-09-251-0/+8
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-012-0/+12
* QAbstractItemView: port Q_FOREACH to ranged-forAhmad Samir2023-08-301-1/+5
* QTableView: add an operator<<(QDebug, SpanList)Ahmad Samir2023-08-091-12/+13
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+4
* Implement private visualRect() in QTreeView and QAbstractItemViewAxel Spoerl2023-08-014-44/+82
* Normalize signal/slot signatures [1/2]: non-QPairMarc Mutz2023-07-122-8/+8