index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
itemviews
Commit message (
Expand
)
Author
Age
Files
Lines
*
QHeaderView: remove unused include, add missing include
Christian Ehrlicher
2 days
2
-2
/
+1
*
Fix QHeaderView auto section resize corner case
Thorbjørn Lund Martsum
2025-05-13
1
-0
/
+8
*
QHeaderView: fix logic in setOffset()
Christian Ehrlicher
2025-05-07
1
-1
/
+1
*
QHeaderView: fix more UB (signed integer overflow) in setOffset()
Marc Mutz
2025-04-16
1
-3
/
+19
*
Fix -no-feature-draganddrop builds
Oliver Eftevaag
2025-04-10
3
-5
/
+8
*
QAbstractItemView: disconnect from the correct delegate
Marc Mutz
2025-04-02
1
-1
/
+1
*
QHeaderView: port from qt_saturate to q26::saturate_cast
Marc Mutz
2025-03-28
1
-2
/
+3
*
tst_QHeaderView: fix UB (invalid downcast) in testStylePosition()
Marc Mutz
2025-03-27
1
-0
/
+3
*
QHeaderView: fix UB (signed overflow) in setOffset()
Marc Mutz
2025-03-27
1
-1
/
+3
*
QAbstractItemView: fix UB (invalid downcast) in Private::shouldAutoScroll()
Marc Mutz
2025-03-27
1
-1
/
+1
*
Doc: remove stray 's'
Volker Hilsheimer
2025-03-23
1
-1
/
+1
*
Style: pass widget to styleHint() where appropriate
Christian Ehrlicher
2025-03-02
1
-1
/
+1
*
QAbstractItemDelegate: add handleEditorEvent()
David Faure
2025-02-28
5
-59
/
+54
*
Document the default value for QAbstractItemView::editTriggers
David Faure
2025-02-23
1
-0
/
+6
*
ItemWidgets: add supportedDragActions()/setSupportedDragActions()
Christian Ehrlicher
2025-02-12
9
-7
/
+113
*
QListWidget/QTableWidget: extract method view()
David Faure
2025-02-12
4
-21
/
+24
*
Widgets: add enum values to QStyleOptionViewItem::ViewItemFeature
Christian Ehrlicher
2025-01-20
1
-4
/
+9
*
Doc: fix linking issue in QHeaderView; reflow
Volker Hilsheimer
2025-01-18
1
-10
/
+10
*
Remove unused qdebug.h include from private headers
Ahmad Samir
2025-01-16
2
-2
/
+0
*
QTreeView: fix Private::intersectedRect()
Christian Ehrlicher
2025-01-09
1
-3
/
+5
*
Replace all QPair/qMakePair with std::pair in qtbase/widgets
Isak Fyksen
2025-01-09
8
-45
/
+44
*
Widgets: pass dpr to QIcon::pixmap()
Christian Ehrlicher
2024-12-29
1
-1
/
+3
*
QAbstractItemView: use 'int' as datatype for updateThreshold
Christian Ehrlicher
2024-12-16
3
-9
/
+8
*
Itemviews: avoid unneeded calls to rowCount()
Christian Ehrlicher
2024-11-01
2
-5
/
+6
*
QHeaderView: update the view correctly in resetDefaultSectionSize
Volker Hilsheimer
2024-11-01
2
-2
/
+14
*
Use delegate to draw ComboBox Label
Magdalena Stojek
2024-10-29
1
-0
/
+1
*
QTreeView: make autoExpand feature usable, it should never auto-collapse
David Faure
2024-10-20
1
-2
/
+2
*
QAIV::dataChanged(): Warn about invalid range
Luca Di Sera
2024-10-18
1
-1
/
+3
*
QTableView: fix dropping between items when precisely on the cell border
David Faure
2024-10-17
1
-1
/
+1
*
Docs: Update images for Widgets and remove unused images
Alexei Cazacov
2024-10-17
6
-6
/
+6
*
QListView: don't ignore an event accepted by a subclass
Volker Hilsheimer
2024-10-16
1
-3
/
+4
*
QTableWidget: assume column 0 when dropping a row below another one
David Faure
2024-10-07
1
-1
/
+4
*
QAIV drop indicator: don't draw a single pixel when the rect is null
David Faure
2024-10-01
2
-2
/
+3
*
QTableView: fix moving rows by drag-n-drop
David Faure
2024-09-19
1
-1
/
+3
*
QHeaderView - switch to memory mode on section resize change
Thorbjørn Lund Martsum
2024-09-18
1
-4
/
+9
*
QTreeView: port to QBasicTimer instead of handling raw timer IDs
Ahmad Samir
2024-09-13
2
-7
/
+10
*
QTableView: port to QBasicTimer instead of handling raw timer IDs
Ahmad Samir
2024-09-13
2
-13
/
+13
*
QAbstractItemView: use QPMI in currentChanged in case of layoutChanged
David Faure
2024-09-12
1
-13
/
+18
*
QHeaderView - Avoid memory usage until it is required
Thorbjørn Lund Martsum
2024-09-08
2
-37
/
+276
*
Itemviews/doc: add not about ownership for setItemWidget()
Christian Ehrlicher
2024-09-03
3
-3
/
+9
*
Fix argument in call to updateSectionBeforeAfter
Thorbjørn Lund Martsum
2024-08-31
1
-1
/
+1
*
QListView/QTableView: port to range-for for iterating over QPMI list
David Faure
2024-08-30
2
-4
/
+2
*
QListView/QTableView: attempt to move each row even after a failure
David Faure
2024-08-30
2
-6
/
+8
*
QTableView: implement moving rows by drag-n-drop
David Faure
2024-08-28
3
-3
/
+69
*
Implement QTableModel::moveRows
David Faure
2024-08-22
2
-21
/
+44
*
QAbstractItemView: implement full-row drop indicator
David Faure
2024-08-22
1
-0
/
+7
*
QAbstractItemView: Fix shift-select after changing index through model
Kaloyan Chehlarski
2024-08-21
2
-4
/
+20
*
QAbstractItemView: don't calc update rect when there are to many indexes
Christian Ehrlicher
2024-08-10
3
-1
/
+45
*
Widgets/doc: remove all \since 4.x comments in widgets/itemviews
Christian Ehrlicher
2024-08-10
14
-228
/
+5
*
Widgets/QTreeWidget: don't emit dataChanged() with invalid indexes
Christian Ehrlicher
2024-08-10
1
-0
/
+2
[next]