summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/linux
Commit message (Expand)AuthorAgeFilesLines
* a11y atspi: Map checkable and hasPopup states to AT-SPIMichael Weghorn2024-02-281-1/+4
* a11y atspi: Add null checks in table iface methodsMichael Weghorn2023-12-151-12/+27
* a11y atspi: Ignore malformed text attr instead of crashingMichael Weghorn2023-11-161-5/+7
* a11y atspi: Bridge IA2 strikeout text attrs to AT-SPIMichael Weghorn2023-11-151-0/+7
* a11y atspi: Unescape commas in color text attributeMichael Weghorn2023-11-141-1/+1
* a11y atspi: Don't restrict top-level window to 2 a11y rolesMichael Weghorn2023-10-261-9/+8
* a11y atspi: Update text-attribute linksMichael Weghorn2023-10-111-3/+3
* a11y: add runtime checking for xcb only callsLiang Qi2023-10-061-5/+7
* a11y: fix the build without xcb headersLiang Qi2023-10-061-3/+11
* a11y: fix race condition on atspi startup on WaylandHarald Sitter2023-10-041-1/+1
* a11y atspi: Map ButtonMenu role to AT-SPI equivalentMichael Weghorn2023-08-301-0/+4
* a11y atspi: Implement TableCell methods Get{Column,Row}HeaderCellsMichael Weghorn2023-07-071-1/+32
* Fix invalid closing XML tagIevgenii Meshcheriakov2023-07-031-1/+1
* a11y atspi: Report correct char code point when it's > 65535Michael Weghorn2023-06-091-2/+8
* Revert "fix AT_SPI_BUS_ADDRESS actually working"Samuel Thibault2023-04-191-9/+2
* Fix accessibility on XCB when running as rootFrederik Gladhorn2023-04-151-0/+8
* a11y: Add new relations DescriptionFor, Described, Flows{From,To}Michael Weghorn2023-03-011-0/+9
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+0
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* a11y atspi: Bridge newly introduced QAccessibleSelectionInterfaceMichael Weghorn2022-11-132-0/+98
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-6/+6
* a11y atspi: Clean up logging a bitMichael Weghorn2022-10-261-26/+26
* a11y: support GetAccessibleId for at-spiHarald Sitter2022-10-251-0/+26
* Send string to Atspi DBus interface on name/description changedFushan Wen2022-10-101-4/+22
* Port from container.count()/length() to size()Marc Mutz2022-10-042-8/+8
* Send string to Atspi DBus interface on value changed for comboboxesFushan Wen2022-09-291-1/+3
* QtGui: Use isEmpty() to check for empty stringMate Barany2022-09-211-1/+1
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-11/+11
* a11y atspi: Forward table model change to AT-SPIMichael Weghorn2022-09-101-1/+64
* a11y atspi: Move comment to better placeMichael Weghorn2022-09-101-3/+3
* a11y atspi: Add null check in GetRowHeader handlingMichael Weghorn2022-09-051-3/+3
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* a11y atspi: Send SelectionChanged AT-SPI event on selection changeMichael Weghorn2022-08-271-0/+13
* a11y atspi: Forward SelectionWithin change to AT-SPIMichael Weghorn2022-08-271-1/+11
* a11y atspi: Drop FIXME that doesn't need actionMichael Weghorn2022-08-271-1/+1
* a11y atspi: Drop methods that are only declaredMichael Weghorn2022-08-271-2/+0
* a11y atspi: Support text interface's GetStringAtOffsetMichael Weghorn2022-08-272-5/+56
* a11y atspi: Handle AT-SPI Text's ScrollSubstringToMichael Weghorn2022-08-271-0/+13
* a11y atspi: Drop commented out "say hello to d-bus" codeMichael Weghorn2022-08-191-3/+0
* a11y atspi: Send correct D-Bus reply for GetAttributeValueMichael Weghorn2022-08-192-12/+4
* a11y atspi: Add missing closing tag in introspection XMLMichael Weghorn2022-08-191-0/+1
* a11y atspi: Support AT-SPI table cell interfaceMichael Weghorn2022-08-172-0/+63
* a11y atspi: Forward change of focused stateMichael Weghorn2022-08-171-0/+5
* a11y atspi: Drop unused forward-declaration QSpiAccessibleInterfaceMichael Weghorn2022-08-171-1/+0
* a11y atspi: Drop 'if (0)' branchMichael Weghorn2022-08-171-3/+1
* a11y atspi: Send D-Bus reply for "GetCaption" in expected formatMichael Weghorn2022-08-171-3/+3
* a11y atspi: Add support for ATSPI_COORD_TYPE_PARENTMichael Weghorn2022-08-172-56/+66
* a11y atspi: translate coords for GetOffsetAtPoint the right wayMichael Weghorn2022-08-171-1/+1
* a11y atspi: Take dialog into account as top-level windowMichael Weghorn2022-08-171-2/+3
* a11y atspi: Fix incorrect use of x instead of y positionMichael Weghorn2022-08-171-1/+1