summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
* Clean up windows accessibility backendMiguel Costa2024-03-2712-1445/+0
* a11y: Add new QAccessibleAttributesInterfaceMichael Weghorn2024-02-293-2/+107
* a11y atspi: Map checkable and hasPopup states to AT-SPIMichael Weghorn2024-02-281-1/+4
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-2/+2
* a11y atspi: Add null checks in table iface methodsMichael Weghorn2023-12-151-12/+27
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-231-0/+56
* a11y atspi: Ignore malformed text attr instead of crashingMichael Weghorn2023-11-161-5/+7
* a11y uia: Report UIA_StrikethroughStyleAttributeIdMichael Weghorn2023-11-151-0/+22
* 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: No longer mark QAccessibleSelectionInterface as preliminaryMichael Weghorn2023-09-201-1/+0
* a11y atspi: Map ButtonMenu role to AT-SPI equivalentMichael Weghorn2023-08-301-0/+4
* Revert "Windows QPA: Add support to UiaRaiseNotificationEvent()"Jan Arve Sæther2023-08-163-28/+1
* a11y uia: Support ISelectionProvider2Michael Weghorn2023-07-182-0/+19
* 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
* Accessibility: call update handler even if not activeVolker Hilsheimer2023-05-161-4/+4
* 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-013-6/+23
* a11y: Test and document relations betterJan Arve Sæther2023-02-281-6/+17
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-031-3/+3
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+0
* Doc: Move documentation for QAI::selectionInterface to source fileKai Köhne2023-01-162-3/+5
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* a11y atspi: Bridge newly introduced QAccessibleSelectionInterfaceMichael Weghorn2022-11-132-0/+98
* a11y: Add new QAccessibleSelectionInterfaceMichael Weghorn2022-11-113-2/+134
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-034-13/+13
* a11y atspi: Clean up logging a bitMichael Weghorn2022-10-261-26/+26
* a11y: support GetAccessibleId for at-spiHarald Sitter2022-10-251-0/+26
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* 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-044-27/+27
* 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-212-15/+15
* a11y: Fix QAccessibleTableInterface::selectedRows docMichael Weghorn2022-09-191-1/+1
* a11y: Fix typo in QAccessible::ObjectHide docMichael Weghorn2022-09-161-1/+1
* 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: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-301-6/+6