summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/uiautomation/qwindowsuiamainprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cache maybe invalid while the signal is actived from queue6.3Jannis Xiong2023-01-061-0/+5
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-191-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-081-2/+4
* 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-211-2/+3
* Windows QPA: Avoid slowdown with UI Automation name change notificationAndré de la Rocha2022-04-011-6/+10
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-04-011-12/+4
* windows: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* 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
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Windows QPA: Fix missing accessible name change eventsAndre de la Rocha2020-05-101-0/+13
* Windows QPA: Enable Toggle UIA pattern for all checkable controlsAndre de la Rocha2020-03-261-4/+2
* 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-181-0/+9
|\
| * Windows QPA: Implement IExpandCollapseProvider for submenusAndre de la Rocha2020-02-121-0/+9
* | Windows QPA: Add support to IsDialog UIA propertyAndre de la Rocha2020-02-131-0/+4
* | 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
|/
* Windows QPA: Export "checkable" info for menu items through UI AutomationAndre de la Rocha2019-12-101-1/+2
* Windows QPA: Disable the native Windows OSK if Qt Virtual Keyboard is in useAndre de la Rocha2019-11-251-1/+11
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-2/+3
|\
| * Windows QPA: Avoid returning UI Automation ValueProvider for static textAndre de la Rocha2019-11-071-2/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-11/+19
|\|
| * Windows QPA: Fix crash in UI Automation with Youdao DictionaryAndre de la Rocha2019-09-021-11/+19
* | Do not access invalid QAccessibleInterfaceJan Arve Sæther2019-07-051-1/+1
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-1/+1
|/
* Windows Accessibility: window should be focusableFrederik Gladhorn2019-05-211-6/+15
* Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-201-0/+6
* Windows QPA: Fix QComboBox accessibility with screen readersAndre de la Rocha2019-04-121-2/+35
* Merge branch '5.11' into devEdward Welbourne2018-07-311-22/+45
|\
| * Windows: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-241-22/+45
* | Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-271-6/+5
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-5/+5
|/
* Add support for Windows UI AutomationAndre de la Rocha2017-11-141-0/+638