summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-1/+2
* Respect AT_SPI_BUS_ADDRESS env var on LinuxPatrick Griffis2022-02-171-0/+8
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-111-1/+0
* qaccessible: Split QAccessible into own headerFabian Kosmale2022-02-093-383/+456
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-0/+3
* gui: Fix typos in documentationJonas Kvinge2021-10-121-4/+4
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-282-10/+8
* gui: accessible - silence int conversion warningTim Blechmann2021-06-171-4/+4
* Add QAccessibleHyperlinkInterfaceJan Arve Sæther2021-06-032-1/+56
* QTestAccessible: Clear objects in EventList when deletedFabian Kosmale2021-05-231-0/+1
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-01-131-5/+4
* Remove the qmake project filesJoerg Bornemann2021-01-074-73/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-7/+7
* Make QAccessible::State's equality operator a hidden friendVolker Hilsheimer2020-10-282-8/+4
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-251-2/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-82/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0