summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/linux/atspiadaptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* a11y atspi: Warn on unimplemented Application iface methodMichael Weghorn2025-06-061-1/+2
* a11y atspi: Create local variable on stackMichael Weghorn2025-06-031-5/+3
* a11y atspi: Set correct child index in children-changed:add eventMichael Weghorn2025-06-031-5/+5
* a11y atspi: Support Application iface "AtspiVersion" propertyMichael Weghorn2025-06-021-0/+6
* a11y: Introduce QAccessible::Attribute::Locale, bridge to AT-SPIMichael Weghorn2025-05-281-0/+10
* A11Y: Wrap generated D-Bus proxies into a custom namespaceIvan Solovev2025-03-311-0/+1
* a11y atspi: Report app parentMichael Weghorn2025-01-281-1/+7
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-091-1/+1
* a11y atspi: Don't redefine libatspi constantsMichael Weghorn2024-11-211-7/+7
* a11y atspi: Send AT-SPI signals with correct signatureMichael Weghorn2024-11-071-3/+2
* a11y atspi: Update link to IAccessible2 text attribute specMichael Weghorn2024-08-301-1/+1
* Gui: Make more logging categories staticUlf Hermann2024-06-241-2/+2
* QAccessible: rename AnnouncementPriority to AnnouncementPolitenessVolker Hilsheimer2024-06-181-2/+2
* Add Identifier role to QAccessible and use it in OS interfacesJens Trillmann2024-06-011-21/+2
* Rename AT-SPI specific DBusConnection type to fix clang warningsVolker Hilsheimer2024-05-311-1/+1
* a11y atspi: Bridge QAccessibleAttributesInterface to AT-SPIMichael Weghorn2024-05-221-1/+33
* a11y atspi: Bridge help text to AT-SPIMichael Weghorn2024-05-211-0/+3
* a11y atspi: Forward new QAccessibleAnnouncementEvent to AT-SPIMichael Weghorn2024-05-141-0/+38
* 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 atspi: Implement TableCell methods Get{Column,Row}HeaderCellsMichael Weghorn2023-07-071-1/+32
* a11y atspi: Report correct char code point when it's > 65535Michael Weghorn2023-06-091-2/+8
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* a11y atspi: Bridge newly introduced QAccessibleSelectionInterfaceMichael Weghorn2022-11-131-0/+97
* 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-041-6/+6
* 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: Support text interface's GetStringAtOffsetMichael Weghorn2022-08-271-4/+53
* 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-191-11/+3
* a11y atspi: Add missing closing tag in introspection XMLMichael Weghorn2022-08-191-0/+1
* a11y atspi: Support AT-SPI table cell interfaceMichael Weghorn2022-08-171-0/+62
* a11y atspi: Forward change of focused stateMichael Weghorn2022-08-171-0/+5