index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
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
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-19
5
-22
/
+17
|
\
|
*
Convert features.columnview to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-06-12
5
-22
/
+17
*
|
Typo-fix: s/looses/loses/g
Edward Welbourne
2017-06-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-07
7
-63
/
+17
|
\
\
|
|
/
|
*
Doc: Remove references to screenshots illustrating different styles
Leena Miettinen
2017-06-01
6
-60
/
+12
|
*
Merge remote-tracking branch 'origin/5.9.0' into 5.9
Liang Qi
2017-05-31
1
-3
/
+5
|
|
\
|
|
*
QHeaderView: fix visual/logical index corruption when restoring state
v5.9.0-rc2
v5.9.0
David Faure
2017-05-26
1
-3
/
+5
*
|
|
QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_Duration
Elvis Angelaccio
2017-06-04
2
-5
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-05-29
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Use hasFocus() to check if the QTreeView is considered active or not
Andy Shaw
2017-05-23
1
-1
/
+1
|
|
/
*
|
Ensure status tips for a headerview section are handled
Andy Shaw
2017-05-23
1
-2
/
+14
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-05-07
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix warning for -no-feature-lineedit
Tasuku Suzuki
2017-04-30
1
-0
/
+2
*
|
Use list-initialization more
Marc Mutz
2017-04-20
2
-4
/
+2
|
/
*
Avoid expensive QHash::values() calls
Anton Kudryavtsev
2017-03-28
1
-3
/
+6
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-28
3
-0
/
+4
|
\
|
*
Annotate more implicit fallthroughs
Allan Sandfeld Jensen
2017-03-27
3
-0
/
+4
*
|
Add feature.dialog
Stephan Binner
2017-03-22
2
-2
/
+0
*
|
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-21
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix item keeping hover highlight even when mouse has left it
Dan Cape
2017-03-13
1
-0
/
+1
*
|
QDataWidgetMapper: replace an inefficient QList with std::vector
Marc Mutz
2017-03-20
1
-31
/
+27
*
|
Add feature.abstractbutton
Stephan Binner
2017-03-13
3
-0
/
+16
*
|
Add feature.label and feature.formlayout
Stephan Binner
2017-03-03
3
-2
/
+27
*
|
Revert "Add expandingListItems property to QListView"
Marc Mutz
2017-03-03
3
-46
/
+4
*
|
Add feature.scroller
Stephan Binner
2017-03-01
2
-4
/
+4
*
|
Fix build with -no-feature-draganddrop
Paul Olav Tvete
2017-03-01
4
-3
/
+8
*
|
Build fix for -no-feature-validator
Paul Olav Tvete
2017-03-01
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-30
3
-8
/
+13
|
\
\
|
|
/
|
*
Fix build with -no-feature-treewidget
Paul Olav Tvete
2017-01-25
1
-2
/
+2
|
*
Compile with -no-feature-itemviews
Paul Olav Tvete
2017-01-25
1
-3
/
+8
|
*
Make sure features are defined before testing them
Paul Olav Tvete
2017-01-25
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-25
2
-1
/
+15
|
\
\
|
|
/
|
*
Fix access incorrect index in QListView with batch layout
Aleksei Ilin
2017-01-17
1
-1
/
+1
|
*
QHeaderView: fix restoreState() on a model with more columns
David Faure
2016-12-29
1
-0
/
+14
*
|
QListView: Remove unneeded check inside the if block
Alexander Volkov
2017-01-17
1
-3
/
+1
*
|
Add expandingListItems property to QListView
Alexander Volkov
2017-01-12
3
-4
/
+46
*
|
Remove unused QEmptyModel
Marc Mutz
2017-01-11
1
-12
/
+0
*
|
Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAG
Albert Astals Cid
2017-01-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-12-13
8
-97
/
+97
|
\
\
|
|
/
|
*
QListViewItem: add constexpr
Marc Mutz
2016-11-30
1
-11
/
+11
|
*
Clean up style selection code
Lars Knoll
2016-11-29
1
-1
/
+1
|
*
QtWidgets: Add missing override
Alexander Volkov
2016-11-29
7
-85
/
+85
*
|
QListView: remove pointless QVector::resize() callings
Alexander Volkov
2016-11-11
1
-7
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-01
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-17
1
-1
/
+1
|
|
\
|
|
*
Doc: Fix typo in QtStyledItemDelegate::paint() docs
Leena Miettinen
2016-10-14
1
-1
/
+1
*
|
|
Change confusing Q_DEAD_CODE_FROM_QT4_FOO define
Tor Arne Vestbø
2016-10-14
3
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-11
1
-2
/
+7
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-08
1
-2
/
+7
|
|
\
\
|
|
|
/
|
|
*
QAbstractItemView: use only a 1x1 QRect for selecting on mouse press
Frank Reininghaus
2016-10-07
1
-2
/
+7
[next]