summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-17/+17
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-131-0/+41
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-10/+0
* a11y: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-311-0/+20
* 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
* | Accessibility: Fix leaking cached interfacesFrederik Gladhorn2018-05-041-0/+4
|/
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-20/+15
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-9/+3
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-9/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-13/+14
| |\|
| | * Stabilize tst_qaccessibilityFriedemann Kleint2017-10-241-13/+14
* | | Add support for Windows UI AutomationAndre de la Rocha2017-11-141-202/+79
|/ /
* / Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-7/+7
|/
* Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-2/+2
* Convert features.calendarwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-2/+2
* tst_qaccessibility.cpp: Fix warnings about assignment used as truth valueFriedemann Kleint2017-01-181-6/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+4
| |\
| | * Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-171-1/+4
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-241-1/+18