summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/linux
Commit message (Expand)AuthorAgeFilesLines
* a11y atspi: Create local variable on stackMichael Weghorn8 hours1-5/+3
* a11y atspi: Set correct child index in children-changed:add eventMichael Weghorn21 hours1-5/+5
* a11y atspi: Support Application iface "AtspiVersion" propertyMichael Weghorn30 hours1-0/+6
* a11y: Introduce QAccessible::Attribute::Locale, bridge to AT-SPIMichael Weghorn6 days1-0/+10
* A11Y: Wrap generated D-Bus proxies into a custom namespaceIvan Solovev2025-03-316-3/+9
* a11y atspi: Report app parentMichael Weghorn2025-01-282-2/+8
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-094-8/+7
* a11y atspi: Don't redefine libatspi constantsMichael Weghorn2024-11-212-41/+7
* a11y atspi: Fix wrong signal/slot connectionJoerg Bornemann2024-11-111-1/+2
* a11y atspi: Send AT-SPI signals with correct signatureMichael Weghorn2024-11-072-4/+3
* a11y atspi: Watch for enabled status changeAlessandro Astone2024-11-063-15/+46
* a11y: Add new BlockQuote roleMichael Weghorn2024-10-181-0/+2
* a11y atspi: Update link to IAccessible2 text attribute specMichael Weghorn2024-08-301-1/+1
* a11y atspi: Map QAccessible::Border to AT-SPI2 panel roleMichael Weghorn2024-08-171-1/+1
* GUI: accessible - silence clang's fallthrough warningTim Blechmann2024-06-291-0/+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-316-16/+16
* a11y atspi: Bridge QAccessibleAttributesInterface to AT-SPIMichael Weghorn2024-05-222-1/+34
* a11y atspi: Bridge help text to AT-SPIMichael Weghorn2024-05-211-0/+3
* a11y atspi: Forward new QAccessibleAnnouncementEvent to AT-SPIMichael Weghorn2024-05-142-0/+41
* a11y atspi: Include atspi.h instead of atspi-constants.hMichael Weghorn2024-05-141-1/+1
* 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