index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
widgets
/
itemviews
/
qtreeview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-18
1
-54
/
+54
*
QTreeView: fix drawing of background for alternate rows
Volker Hilsheimer
2022-10-24
1
-4
/
+16
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Point out that QTreeView's expandAll/expandToDepth don't fetch data
Volker Hilsheimer
2021-07-14
1
-2
/
+11
*
QAbstractItemView: don't block dragging after double click
Volker Hilsheimer
2021-06-03
1
-1
/
+1
*
Fix typo in a comment, PE_PanelViewItemRow doesn't exist
Sérgio Martins
2021-04-27
1
-1
/
+1
*
Fix the crashes when animated QTreeWidgetItems are hidden
Qiang Li
2021-03-08
1
-1
/
+3
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Don't divide by zero when calculating number of items
Volker Hilsheimer
2020-10-16
1
-1
/
+1
*
Fix infinite loop triggered when displaying model with QTreeView
Doris Verria
2020-10-14
1
-1
/
+5
*
QTreeView: fetch as many nested entries as fit into the view
Volker Hilsheimer
2020-10-02
1
-2
/
+10
*
QAbstractItemView: add virtual itemDelegateForIndex
Volker Hilsheimer
2020-09-12
1
-4
/
+5
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
1
-2
/
+2
*
QTable/TreeView: fix sortByColumn() when view is already sorted
Christian Ehrlicher
2020-09-02
1
-4
/
+4
*
Move event-response code into dedicated event handlers
Volker Hilsheimer
2020-09-02
1
-6
/
+16
*
Replace QAbstractItemView::viewOptions with initViewItemOption
Volker Hilsheimer
2020-08-26
1
-6
/
+11
*
Clean up itemviews after QStyleOption version cleanup
Volker Hilsheimer
2020-08-19
1
-4
/
+4
*
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
-14
/
+21
*
Long live std::pair!
Giuseppe D'Angelo
2020-06-10
1
-1
/
+1
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
1
-11
/
+11
*
QTreeView: Use devicePixelRatioF for cached animation pixmap
Kai Uwe Broulik
2020-05-19
1
-2
/
+2
*
Remove deprecated members from QtWidgets/itemviews classes
Volker Hilsheimer
2020-04-17
1
-16
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-03-18
1
-1
/
+2
|
|
\
|
|
*
QTreeView: don't call model.index(-1, 0) when using spanning items
David Faure
2020-03-16
1
-1
/
+2
*
|
|
QAbstractItemView::dataChanged(): optimize call to QWidget::update()
Christian Ehrlicher
2020-03-28
1
-0
/
+18
|
/
/
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-9
/
+9
|
/
*
QTreeView: Reset the pressed index if the decoration was pressed on
Andy Shaw
2019-11-29
1
-0
/
+2
*
QTreeView: make sure to not ask the old model during setModel
Christian Ehrlicher
2019-11-14
1
-0
/
+2
*
QTree/TableView: Don't emit clicked when releasing after double click
Volker Hilsheimer
2019-08-29
1
-0
/
+1
*
Remove dead code from Qt 4 times
Tor Arne Vestbø
2019-08-20
1
-29
/
+0
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-08-15
1
-2
/
+2
|
\
|
*
QTree/TableView: allow to reset the sort order to natural sorting
Christian Ehrlicher
2019-08-13
1
-2
/
+2
*
|
Remove usages of deprecated QApplication::keypadNavigationEnabled
Sona Kurazyan
2019-07-23
1
-2
/
+3
|
/
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-16
1
-1
/
+2
|
\
|
*
Don't render PE_PanelItemViewRow under tree decoration if style says no
Shawn Rutledge
2019-05-15
1
-1
/
+2
*
|
QTreeView: fix keyboard navigation when first or last item is disabled
Christian Ehrlicher
2018-12-25
1
-3
/
+27
*
|
Widgets: replace deprecated QPalette functions
Christian Ehrlicher
2018-12-17
1
-1
/
+1
*
|
QTreeView/TableView: explicitly mark sortByColumn(int) as deprecated
Christian Ehrlicher
2018-11-02
1
-3
/
+9
*
|
QTreeView: add expandRecursively() to expand all items below an index
Christian Ehrlicher
2018-11-02
1
-16
/
+46
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2018-10-25
1
-14
/
+14
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-10-17
1
-14
/
+14
|
|
\
|
|
*
Modernize the "animation" feature
Liang Qi
2018-10-12
1
-14
/
+14
*
|
|
QTreeView: small optimization in verticalOffset()
Christian Ehrlicher
2018-10-13
1
-5
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2018-10-08
1
-3
/
+4
|
\
\
\
|
|
/
/
|
*
|
QTreeView: adjust documentation of key bindings
Christian Ehrlicher
2018-10-04
1
-3
/
+4
*
|
|
QAbstractScrollArea: fix sizeHint when widget is not visible
Christian Ehrlicher
2018-10-04
1
-5
/
+1
*
|
|
QTreeView: sync keyboard search behavior with other itemviews
Christian Ehrlicher
2018-09-25
1
-9
/
+2
|
/
/
[next]