summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible.cpp
Commit message (Expand)AuthorAgeFilesLines
* For qdebug operator<< of pointer types, always check for nullptrDaniel Trevitz9 days1-4/+3
* a11y: reduce the number of activation observer callsMorten Sørvig2025-05-011-3/+18
* Add security header for qaccessible.cppEven Oscar Andersen2025-03-271-0/+1
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-091-1/+1
* a11y: Add new BlockQuote roleMichael Weghorn2024-10-181-0/+1
* QAccessible: eliminate use of QPairEimen Oueslati2024-08-291-3/+3
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* QAccessible: rename AnnouncementPriority to AnnouncementPolitenessVolker Hilsheimer2024-06-181-12/+14
* Add Identifier role to QAccessible and use it in OS interfacesJens Trillmann2024-06-011-8/+17
* a11y atspi: Bridge QAccessibleAttributesInterface to AT-SPIMichael Weghorn2024-05-221-3/+6
* a11y: Add new QAccessibleAnnouncementEventMichael Weghorn2024-05-141-0/+74
* a11y: Add new QAccessibleAttributesInterfaceMichael Weghorn2024-02-291-1/+87
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-2/+2
* a11y: No longer mark QAccessibleSelectionInterface as preliminaryMichael Weghorn2023-09-201-1/+0
* Accessibility: call update handler even if not activeVolker Hilsheimer2023-05-161-4/+4
* a11y: Add new relations DescriptionFor, Described, Flows{From,To}Michael Weghorn2023-03-011-6/+10
* a11y: Test and document relations betterJan Arve Sæther2023-02-281-6/+17
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-031-3/+3
* Doc: Move documentation for QAI::selectionInterface to source fileKai Köhne2023-01-161-0/+5
* a11y: Add new QAccessibleSelectionInterfaceMichael Weghorn2022-11-111-1/+110
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-15/+15
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-4/+4
* a11y: Fix QAccessibleTableInterface::selectedRows docMichael Weghorn2022-09-191-1/+1
* a11y: Fix typo in QAccessible::ObjectHide docMichael Weghorn2022-09-161-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Revert "a11y: Do not cache classes that don't have a factory plugin"Fabian Kosmale2022-05-061-4/+25
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-1/+1
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-5/+7
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-1/+1
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-111-1/+0
* qaccessible: Split QAccessible into own headerFabian Kosmale2022-02-091-0/+1
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-121-4/+4
* Add QAccessibleHyperlinkInterfaceJan Arve Sæther2021-06-031-0/+39
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-01-131-5/+4
* Make QAccessible::State's equality operator a hidden friendVolker Hilsheimer2020-10-281-6/+0
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-251-2/+3
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Doc: Remove outdated documentationPaul Wicking2020-08-121-5/+0
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-2/+2
* a11y: Fix bug in the accessibility cacheJan Arve Sæther2020-05-191-4/+4
* Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-151-10/+1
* Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-111-17/+0
* Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+1
|\