index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
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
*
Avoid using QPainter::brushOrigin() to save and restore the origin
Christian Ehrlicher
8 days
3
-8
/
+10
*
ItemView widgets: make supportedDragActions a property
Volker Hilsheimer
9 days
6
-34
/
+19
*
QAbstractItemView: fix autoscroll immediately stopping
Miika Pernu
9 days
2
-6
/
+12
*
QDataStream: use new operator bool() in the code
Tatiana Borisova
12 days
1
-10
/
+5
*
Fix -no-feature-draganddrop builds
Volker Hilsheimer
2025-06-12
2
-0
/
+4
*
Widgets: Set viewItemPosition style option for QTableView and QListView
Olivier De Cannière
2025-06-12
3
-0
/
+23
*
QTreeView: Delay reset of accessibility when laying out items lazily
Volker Hilsheimer
2025-06-05
1
-1
/
+6
*
QHeaderView: remove unused include, add missing include
Christian Ehrlicher
2025-06-02
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
[next]