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.5.5
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
/
qheaderview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using QPainter::brushOrigin() to save and restore the origin
Christian Ehrlicher
2025-06-21
1
-3
/
+3
*
QDataStream: use new operator bool() in the code
Tatiana Borisova
2025-06-17
1
-10
/
+5
*
QHeaderView: remove unused include, add missing include
Christian Ehrlicher
2025-06-02
1
-2
/
+0
*
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
*
QHeaderView: port from qt_saturate to q26::saturate_cast
Marc Mutz
2025-03-28
1
-2
/
+3
*
QHeaderView: fix UB (signed overflow) in setOffset()
Marc Mutz
2025-03-27
1
-1
/
+3
*
Doc: fix linking issue in QHeaderView; reflow
Volker Hilsheimer
2025-01-18
1
-10
/
+10
*
QHeaderView: update the view correctly in resetDefaultSectionSize
Volker Hilsheimer
2024-11-01
1
-2
/
+13
*
QHeaderView - switch to memory mode on section resize change
Thorbjørn Lund Martsum
2024-09-18
1
-4
/
+9
*
QHeaderView - Avoid memory usage until it is required
Thorbjørn Lund Martsum
2024-09-08
1
-35
/
+247
*
Fix argument in call to updateSectionBeforeAfter
Thorbjørn Lund Martsum
2024-08-31
1
-1
/
+1
*
Widgets/doc: remove all \since 4.x comments in widgets/itemviews
Christian Ehrlicher
2024-08-10
1
-19
/
+0
*
Revert "QHeaderView: relayout on resetDefaultSectionSize"
Jonas Karlsson
2024-02-26
1
-11
/
+12
*
QHeaderView: make sectionsMovable/sectionsClickable properties
Christian Ehrlicher
2024-02-09
1
-26
/
+16
*
QHeaderView: fix calculating dragPosition
Christian Ehrlicher
2023-12-16
1
-1
/
+1
*
QHeaderView: rename private 'offset' to avoid clash with QAIVP::offset()
Christian Ehrlicher
2023-12-16
1
-12
/
+12
*
QHeaderView: relayout on resetDefaultSectionSize
Jonas Karlsson
2023-11-08
1
-12
/
+11
*
QHeaderView: Fix columsMoved/rowsMoved connection to item model
Axel Spoerl
2023-10-02
1
-1
/
+1
*
QHeaderView: rename private functions (remove _q_ prefix)
Christian Ehrlicher
2023-10-01
1
-16
/
+20
*
Widgets/Itemviews: use pmf-style connect in QHeaderView
Christian Ehrlicher
2023-10-01
1
-60
/
+29
*
QHeaderView: Don't add new sections on no-op
Axel Spoerl
2023-06-23
1
-2
/
+3
*
QHeaderView: use correct mouse position for auto scroll
Axel Spoerl
2023-06-14
1
-6
/
+4
*
Remove flattreeview example
Volker Hilsheimer
2023-06-12
1
-0
/
+5
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-28
/
+28
*
Make QHeaderView restore state from different stream versions
Axel Spoerl
2022-08-24
1
-14
/
+28
*
QtWidgets: restore Qt 5 compatibility for save/restore state
Giuseppe D'Angelo
2022-05-18
1
-0
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Itemviews: start fixing mixups of int/enum for Qt's item roles
Giuseppe D'Angelo
2022-03-23
1
-3
/
+4
*
Unbreak binary compatibility in QStyleOptionHeader
Volker Hilsheimer
2021-02-19
1
-4
/
+7
*
QHeaderView: pass sectionSize to createSectionItems()
Christian Ehrlicher
2021-02-12
1
-7
/
+4
*
QHeaderView: Mark the drop section during section move
Christian Ehrlicher
2021-01-29
1
-1
/
+27
*
QHeaderView: fix moving sections with mouse in RTL mode
Christian Ehrlicher
2021-01-17
1
-3
/
+4
*
QHeaderView: respect the font role while calculating the elided text
Christian Ehrlicher
2020-12-10
1
-10
/
+0
*
QHeaderView: respect the font role while calculating the elided text
Christian Ehrlicher
2020-12-08
1
-4
/
+5
*
QHeaderView: fix spurious sorting
Giuseppe D'Angelo
2020-12-01
1
-6
/
+24
*
QHeaderView: allow un-sorting of models
Giuseppe D'Angelo
2020-11-30
1
-6
/
+73
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
1
-1
/
+1
*
Deprecate int based convert/canConvert
Lars Knoll
2020-08-24
1
-1
/
+1
*
Fix a number of qdoc warnings
Friedemann Kleint
2020-08-20
1
-1
/
+1
*
QHeaderView: create virutal initStyleOptionForIndex function
Thorbjørn Lund Martsum
2020-08-13
1
-19
/
+49
*
Make initStyleOption virtual for various classes
Thorbjørn Lund Martsum
2020-07-31
1
-0
/
+8
*
Use qsizetype in QList
Lars Knoll
2020-07-06
1
-1
/
+1
*
Use QList instead of QVector in widgets
Jarek Kobus
2020-07-02
1
-12
/
+13
*
Remove deprecated QStyleOption::init()
Christian Ehrlicher
2020-06-21
1
-1
/
+1
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
1
-8
/
+8
[next]