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
/
gui
/
accessible
/
linux
/
atspiadaptor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
a11y atspi: Warn on unimplemented Application iface method
Michael Weghorn
2025-06-06
1
-1
/
+2
*
a11y atspi: Create local variable on stack
Michael Weghorn
2025-06-03
1
-5
/
+3
*
a11y atspi: Set correct child index in children-changed:add event
Michael Weghorn
2025-06-03
1
-5
/
+5
*
a11y atspi: Support Application iface "AtspiVersion" property
Michael Weghorn
2025-06-02
1
-0
/
+6
*
a11y: Introduce QAccessible::Attribute::Locale, bridge to AT-SPI
Michael Weghorn
2025-05-28
1
-0
/
+10
*
A11Y: Wrap generated D-Bus proxies into a custom namespace
Ivan Solovev
2025-03-31
1
-0
/
+1
*
a11y atspi: Report app parent
Michael Weghorn
2025-01-28
1
-1
/
+7
*
Replace QPair/qMakePair with std::pair in qtbase/gui
Isak Fyksen
2025-01-09
1
-1
/
+1
*
a11y atspi: Don't redefine libatspi constants
Michael Weghorn
2024-11-21
1
-7
/
+7
*
a11y atspi: Send AT-SPI signals with correct signature
Michael Weghorn
2024-11-07
1
-3
/
+2
*
a11y atspi: Update link to IAccessible2 text attribute spec
Michael Weghorn
2024-08-30
1
-1
/
+1
*
Gui: Make more logging categories static
Ulf Hermann
2024-06-24
1
-2
/
+2
*
QAccessible: rename AnnouncementPriority to AnnouncementPoliteness
Volker Hilsheimer
2024-06-18
1
-2
/
+2
*
Add Identifier role to QAccessible and use it in OS interfaces
Jens Trillmann
2024-06-01
1
-21
/
+2
*
Rename AT-SPI specific DBusConnection type to fix clang warnings
Volker Hilsheimer
2024-05-31
1
-1
/
+1
*
a11y atspi: Bridge QAccessibleAttributesInterface to AT-SPI
Michael Weghorn
2024-05-22
1
-1
/
+33
*
a11y atspi: Bridge help text to AT-SPI
Michael Weghorn
2024-05-21
1
-0
/
+3
*
a11y atspi: Forward new QAccessibleAnnouncementEvent to AT-SPI
Michael Weghorn
2024-05-14
1
-0
/
+38
*
a11y atspi: Add null checks in table iface methods
Michael Weghorn
2023-12-15
1
-12
/
+27
*
a11y atspi: Ignore malformed text attr instead of crashing
Michael Weghorn
2023-11-16
1
-5
/
+7
*
a11y atspi: Bridge IA2 strikeout text attrs to AT-SPI
Michael Weghorn
2023-11-15
1
-0
/
+7
*
a11y atspi: Unescape commas in color text attribute
Michael Weghorn
2023-11-14
1
-1
/
+1
*
a11y atspi: Don't restrict top-level window to 2 a11y roles
Michael Weghorn
2023-10-26
1
-9
/
+8
*
a11y atspi: Update text-attribute links
Michael Weghorn
2023-10-11
1
-3
/
+3
*
a11y atspi: Implement TableCell methods Get{Column,Row}HeaderCells
Michael Weghorn
2023-07-07
1
-1
/
+32
*
a11y atspi: Report correct char code point when it's > 65535
Michael Weghorn
2023-06-09
1
-2
/
+8
*
Use qtversion.h instead of qlibraryinfo.h
Marc Mutz
2022-12-09
1
-1
/
+1
*
a11y atspi: Bridge newly introduced QAccessibleSelectionInterface
Michael Weghorn
2022-11-13
1
-0
/
+97
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-6
/
+6
*
a11y atspi: Clean up logging a bit
Michael Weghorn
2022-10-26
1
-26
/
+26
*
a11y: support GetAccessibleId for at-spi
Harald Sitter
2022-10-25
1
-0
/
+26
*
Send string to Atspi DBus interface on name/description changed
Fushan Wen
2022-10-10
1
-4
/
+22
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-6
/
+6
*
Send string to Atspi DBus interface on value changed for comboboxes
Fushan Wen
2022-09-29
1
-1
/
+3
*
QtGui: Use isEmpty() to check for empty string
Mate Barany
2022-09-21
1
-1
/
+1
*
QtGui: Fix mismatches between string types and string literals
Mate Barany
2022-09-21
1
-11
/
+11
*
a11y atspi: Forward table model change to AT-SPI
Michael Weghorn
2022-09-10
1
-1
/
+64
*
a11y atspi: Move comment to better place
Michael Weghorn
2022-09-10
1
-3
/
+3
*
a11y atspi: Add null check in GetRowHeader handling
Michael Weghorn
2022-09-05
1
-3
/
+3
*
Move qVersion() from qglobal.h to qlibraryinfo.h
Sona Kurazyan
2022-09-01
1
-0
/
+1
*
a11y atspi: Send SelectionChanged AT-SPI event on selection change
Michael Weghorn
2022-08-27
1
-0
/
+13
*
a11y atspi: Forward SelectionWithin change to AT-SPI
Michael Weghorn
2022-08-27
1
-1
/
+11
*
a11y atspi: Drop FIXME that doesn't need action
Michael Weghorn
2022-08-27
1
-1
/
+1
*
a11y atspi: Support text interface's GetStringAtOffset
Michael Weghorn
2022-08-27
1
-4
/
+53
*
a11y atspi: Handle AT-SPI Text's ScrollSubstringTo
Michael Weghorn
2022-08-27
1
-0
/
+13
*
a11y atspi: Drop commented out "say hello to d-bus" code
Michael Weghorn
2022-08-19
1
-3
/
+0
*
a11y atspi: Send correct D-Bus reply for GetAttributeValue
Michael Weghorn
2022-08-19
1
-11
/
+3
*
a11y atspi: Add missing closing tag in introspection XML
Michael Weghorn
2022-08-19
1
-0
/
+1
*
a11y atspi: Support AT-SPI table cell interface
Michael Weghorn
2022-08-17
1
-0
/
+62
*
a11y atspi: Forward change of focused state
Michael Weghorn
2022-08-17
1
-0
/
+5
[next]