summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
* 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
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-1/+2
* 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
* Use class scope to refer to static functionMårten Nordheim2022-07-251-1/+1
* fix AT_SPI_BUS_ADDRESS actually workingHarald Sitter2022-07-221-2/+9
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1519-43/+41
* Use SPDX license identifiersLucie Gérard2022-05-1642-1596/+84
* Revert "a11y: Do not cache classes that don't have a factory plugin"Fabian Kosmale2022-05-061-4/+25
* QtGui: includemocsMarc Mutz2022-04-298-0/+16
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-283-12/+12
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-286-305/+299
* DBusConnection: reuse pre-defined constat values where possibleSona Kurazyan2022-04-261-4/+3
* AtSpiAdaptor: fix debug messages to output the values before clearingSona Kurazyan2022-04-261-5/+10
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-132-7/+7
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-052-17/+35