summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up windows accessibility backendMiguel Costa2024-03-271-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-231-3/+97
* a11y: Report strikethrough via text attributeMichael Weghorn2023-11-151-2/+2
* a11y: Keep current combobox entry in syncMichael Weghorn2023-09-291-0/+8
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-0/+47
* tst_QAccessibility: compile with QT_NO_FOREACHAhmad Samir2023-08-251-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* a11y: Report app as parent for top-level item viewsMichael Weghorn2023-07-101-0/+6
* QAccessible test: skip focusChild on waylandVolker Hilsheimer2023-04-111-0/+3
* a11y: even checkable buttons are pressableHarald Sitter2023-03-011-3/+12
* a11y: Test and document relations betterJan Arve Sæther2023-02-281-6/+82
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-111-0/+41
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-10/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-11/+11
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-071-0/+2
* a11y: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-301-0/+20
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-4/+4
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-4/+5
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-0/+28
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Accessibility: don't emit focus change when reason is window activationVolker Hilsheimer2022-06-161-0/+10
* Implement a dedicated QAccessibleInterface for QMessageBoxVolker Hilsheimer2022-06-161-0/+104
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-6/+0
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-311-0/+107
* Windows: Fix accessibility testsAndré de la Rocha2022-03-311-1/+6
* Fix tst_qaccessibility on AndroidIvan Solovev2022-02-251-3/+26
* A11Y tests: wrap memory allocations into smart pointersIvan Solovev2022-02-171-101/+87
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-111-1/+1
* Disable two tests in tst_QAccessibility on WaylandEskil Abrahamsen Blomfeldt2021-03-181-0/+6
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-261-1/+1
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-2/+2
* Use QList instead of QVector in other testsJarek Kobus2020-06-251-5/+6
* Remove winrtOliver Wolff2020-06-061-3/+1
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-271-2/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+169
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+169
| |\
| | * Fix QAccessibleWidget::focusChild() to return focused descendantPeter Varga2019-12-191-0/+169
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-3/+3
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
| |/
* / QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+18
|/
* Handle missing enum value in testFrederik Gladhorn2019-05-131-0/+1
* Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-071-0/+15
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-1/+1
|\
| * Windows QPA: Fix mapping of static text accessibility roleAndre de la Rocha2018-08-171-1/+1