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
/
gui
/
accessible
/
qaccessibleobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
a11y: Use desktop file name as app's accessible ID
Michael Weghorn
2024-09-09
1
-0
/
+2
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-3
/
+3
*
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
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-5
/
+5
*
Accessibility: make sure childAt calls isValid
Frederik Gladhorn
2017-01-12
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
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
*
Make Accessibility public
Frederik Gladhorn
2013-09-19
1
-2
/
+1
*
Remove the crash pending warning
Jan Arve Saether
2013-05-07
1
-4
/
+0
*
Cache QAccessibleInterfaces.
Frederik Gladhorn
2013-04-02
1
-5
/
+1
*
Improve QAccessibleApplication
Frederik Gladhorn
2013-01-25
1
-0
/
+2
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-22
1
-1
/
+1
|
\
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
|
Remove some dead code.
Frederik Gladhorn
2013-01-22
1
-31
/
+0
|
/
*
Fix memory leak in childAt
Morten Johan Sorvig
2012-12-14
1
-0
/
+2
*
Rename all QWindow properties that have "window" in them
Shawn Rutledge
2012-11-07
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Replace QGuiApplication::activeWindow by focusWindow().
Friedemann Kleint
2012-04-27
1
-1
/
+1
*
Merge master into api_changes
Kent Hansen
2012-03-16
1
-0
/
+1
|
\
|
*
Use pointers for QAccessibleEvent.
Frederik Gladhorn
2012-03-15
1
-0
/
+1
*
|
Rename QMetaMethod::signature() to methodSignature()
Kent Hansen
2012-02-29
1
-2
/
+2
|
/
*
Make accessible interfaces private for Qt 5.0
Jan-Arve Saether
2012-02-28
1
-0
/
+1
*
Remove QAccessible::FocusChild, add focusChild()
Jan-Arve Saether
2012-02-06
1
-20
/
+5
*
fix memory leak of QAccessibleWidget
Jian Liang
2012-02-02
1
-1
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Cleanup: No need to have two code paths that both return Unrelated.
Jan-Arve Saether
2012-01-19
1
-10
/
+0
*
Remove all references to QAccessible::Self
Jan-Arve Saether
2012-01-19
1
-4
/
+0
*
Remove all references to Self in relation to navigate.
Jan-Arve Saether
2012-01-19
1
-3
/
+0
*
Make QAccessibleInterface::indexOfChild() 0-based.
Frederik Gladhorn
2012-01-11
1
-4
/
+1
*
Accessiblity State as bit field.
Frederik Gladhorn
2012-01-10
1
-1
/
+1
*
Improve Accessibility documentation.
Frederik Gladhorn
2012-01-09
1
-0
/
+2
*
Remove all references to QAccessible:: {Child|Ancestor|Sibling}
Jan-Arve Saether
2012-01-06
1
-3
/
+0
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Accessibility: childAt returns interface
Frederik Gladhorn
2011-12-19
1
-13
/
+12
*
Create a class to contain accessibilty enums.
Frederik Gladhorn
2011-12-08
1
-13
/
+13
*
Remove virtual child integers.
Frederik Gladhorn
2011-11-23
1
-13
/
+7
*
Refactor QAccessibleActionInterface.
Frederik Gladhorn
2011-10-19
1
-77
/
+0
*
Use child/parent function in QAccessibleWidget and test.
Frederik Gladhorn
2011-10-06
1
-2
/
+1
*
Move the documentation for the classes to their modules.
Casper van Donderen
2011-10-03
1
-0
/
+1
*
Use QGuiApp::activeWindow()->accessibleRoot() to find focus child
Jan-Arve Saether
2011-10-03
1
-1
/
+4
*
Refactor accessibility for Qt5
Jan-Arve Saether
2011-09-29
1
-0
/
+395
*
library split
Lars Knoll
2011-05-07
1
-410
/
+0
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+410