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.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
/
accessible
/
itemviews.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
a11y: add more nullptr checks for the view
Volker Hilsheimer
2024-11-01
1
-7
/
+26
*
a11y: Remember QTreeView's a11y child interfaces
Michael Weghorn
2024-09-17
1
-2
/
+6
*
Fix accessibility of list views with underlying multi-column model
Ingo Klöcker
2024-06-26
1
-8
/
+101
*
Use QModelIndex::data()
Albert Astals Cid
2024-06-21
1
-1
/
+1
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+2
*
QAccessible: consistently respect rootIndex of item views
Volker Hilsheimer
2023-09-01
1
-83
/
+141
*
a11y: Report app as parent for top-level item views
Michael Weghorn
2023-07-10
1
-1
/
+1
*
a11y: Implement QAccessibleSelectionInterface for item views
Michael Weghorn
2022-11-14
1
-0
/
+81
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-4
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-2
/
+2
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-3
/
+3
*
Fix tree/table/list accessibility state
André de la Rocha
2022-08-31
1
-1
/
+21
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Windows QPA: Fix slowdown with large table/tree views with accessibility
André de la Rocha
2022-03-31
1
-0
/
+23
*
Android: Qml accessibility fixes
Piotr Mikolajczyk
2020-12-08
1
-2
/
+15
*
Add "checkable" state to QAccessibleTableCell
Andre de la Rocha
2020-03-26
1
-1
/
+5
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-25
/
+25
*
Make sure QAccessibleTableCell is valid before reference
Frederik Gladhorn
2019-05-13
1
-6
/
+19
*
itemviews: Fix a condition typo
Ivan Komissarov
2018-10-20
1
-1
/
+1
*
QAccessibleTable(Header)Cell: fix isValid()
Christian Ehrlicher
2018-10-03
1
-3
/
+5
*
Accessible: use range-based for instead of foreach
Anton Kudryavtsev
2018-04-18
1
-5
/
+5
*
Convert features.itemviews to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-07-25
1
-3
/
+0
*
Convert features.listview to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-07-21
1
-1
/
+3
*
Convert features.treeview to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-07-15
1
-9
/
+12
*
Convert features.tableview to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-07-11
1
-7
/
+9
*
Convert features.treewidget to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-06-28
1
-1
/
+1
*
Annotate more implicit fallthroughs
Allan Sandfeld Jensen
2017-03-27
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-24
1
-35
/
+7
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-11-23
1
-35
/
+7
|
|
\
|
|
*
Use QPersistentModelIndex for storing a model index
Andy Shaw
2016-11-17
1
-35
/
+7
*
|
|
Improve use of QHash to minimize double hashing
Allan Sandfeld Jensen
2016-11-10
1
-4
/
+3
*
|
|
fix build with various QT_NO_* defines
Nick Shaforostoff
2016-08-26
1
-4
/
+20
*
|
|
QtBase: use printf-style qWarning/qDebug where possible (II)
Marc Mutz
2016-05-03
1
-2
/
+2
|
/
/
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtWidgets: use Q_UNLIKELY for every qWarning() (2)
Marc Mutz
2015-11-25
1
-5
/
+5
|
/
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-02
1
-1
/
+1
|
\
|
*
Do not install headers for private classes
Frederik Gladhorn
2015-09-07
1
-1
/
+1
*
|
Fix inefficient code foreaching on container.values()
Sérgio Martins
2015-07-08
1
-2
/
+2
*
|
widgets: Use QList::reserve(), reduces reallocations.
Sérgio Martins
2015-06-23
1
-5
/
+11
*
|
Fix crash during autotest execution on Mac OS X
Lars Knoll
2015-06-02
1
-0
/
+3
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Update copyright to 2014 for accessibility
Frederik Gladhorn
2014-07-04
1
-1
/
+1
*
Remove some unused forward declarations.
Jan Arve Saether
2014-04-08
1
-2
/
+0
*
Accessibility: Use factory function instead of plugin
Frederik Gladhorn
2014-03-13
1
-0
/
+1222