summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/uiautomation
Commit message (Expand)AuthorAgeFilesLines
* Use QComObject with QWindowsUiaMainProviderPavel Dubsky2024-04-182-29/+16
* Clean up windows accessibility backendMiguel Costa2024-03-277-22/+163
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-051-1/+2
* Replace QWindowsComBase with QComObjectPavel Dubsky2024-02-2716-51/+41
* Windows QPA: Always process system sound eventsChristian Heimlich2023-12-131-5/+6
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-231-4/+4
* a11y uia: Report UIA_StrikethroughStyleAttributeIdMichael Weghorn2023-11-152-0/+47
* a11y uia: Map 3 more roles to UIA control type IDsMichael Weghorn2023-11-151-0/+3
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-2/+3
* a11y uia: Don't return "S_OK" and null text rangeMichael Weghorn2023-08-301-3/+4
* Revert "Windows QPA: Add support to UiaRaiseNotificationEvent()"Jan Arve Sæther2023-08-161-21/+5
* a11y uia: Bridge QAccessibleSelectionInterfaceMichael Weghorn2023-07-183-46/+110
* a11y uia: Support ISelectionProvider2Michael Weghorn2023-07-183-2/+133
* a11y uia: Bridge newly added relations to UIAMichael Weghorn2023-07-132-0/+32
* Fix cache maybe invalid while the signal is actived from queueJannis Xiong2023-01-063-1/+8
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-111-2/+3
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-021-0/+4
* Windows QPA: fix tree item discovery through UI AutomationAndré de la Rocha2022-08-221-19/+11
* Windows QPA: Implement Selection UIA pattern for QTabBarAndré de la Rocha2022-07-083-23/+37
* Windows QPA: Report the expanded/collapsed state of tree itemsAndré de la Rocha2022-07-081-1/+2
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-7/+14
* Use SPDX license identifiersLucie Gérard2022-05-1638-1444/+76
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-1/+1
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-311-12/+4
* Windows QPA: Avoid sending accessibility notifications before activationAndré de la Rocha2022-03-312-0/+9
* Windows QPA: Avoid slowdown with UI Automation name change notificationAndré de la Rocha2022-03-311-6/+10
* windows: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-251-0/+11
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-241-1/+1
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* Remove the qmake project filesJoerg Bornemann2021-01-071-43/+0
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-2/+1
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-274-6/+3
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-1/+1
* Windows QPA: Fix missing accessible name change eventsAndre de la Rocha2020-05-103-0/+17
* Windows QPA: Enable Toggle UIA pattern for all checkable controlsAndre de la Rocha2020-03-261-4/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-0/+1
|\
| * Windows QPA: Do not play sound for QMessageBox::NoIconFriedemann Kleint2020-03-061-0/+1
* | Windows QPA: Add support to UiaRaiseNotificationEvent()Andre de la Rocha2020-03-041-5/+21
* | Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-184-0/+200
|\|
| * Windows QPA: Implement IExpandCollapseProvider for submenusAndre de la Rocha2020-02-124-0/+200
* | Windows QPA: Add support to IsDialog UIA propertyAndre de la Rocha2020-02-132-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-0/+53
|\|
| * Windows QPA: Fix message box and other system soundsFriedemann Kleint2020-01-141-0/+53
* | Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-171-2/+4
* | Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+2
|\|