summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible
Commit message (Expand)AuthorAgeFilesLines
* QToolButton a11y: Take menu from default action into accountMichael Weghorn3 days2-7/+22
* QToolButton a11y: Use existing method to get QToolButtonMichael Weghorn3 days1-2/+1
* a11y: Move qt_accStripAmp helper to private QtGui headerMichael Weghorn2025-06-205-46/+10
* QLineEdit a11y: Report displayText on a11y layerMichael Weghorn2025-06-161-21/+3
* QAccessibleWidget: replace QString default arg with overloadMarc Mutz2025-06-132-5/+15
* QAccessibleWidgetV2: make the dtor protectedMarc Mutz2025-06-131-0/+3
* QAccessibleWidgetV2: de-inline ctors and avoid QString default argMarc Mutz2025-06-132-4/+13
* a11y: Report QWidget localeMichael Weghorn2025-05-2913-96/+148
* QComboBox: close the container explicitly before destroying itVolker Hilsheimer2025-03-251-1/+1
* Style: pass widget to styleHint() where appropriateChristian Ehrlicher2025-03-021-1/+1
* a11y: Port qt_accHotKey() to QKeySequence::mnemonic()Vlad Zahorodnii2025-01-101-3/+1
* Replace all QPair/qMakePair with std::pair in qtbase/widgetsIsak Fyksen2025-01-095-17/+17
* a11y: add more nullptr checks for the viewVolker Hilsheimer2024-11-011-7/+26
* a11y: Report QMessageBox accessible IDMichael Weghorn2024-10-101-3/+1
* a11y: Remember QTreeView's a11y child interfacesMichael Weghorn2024-09-171-2/+6
* a11y: Report the actual (platform) window name as a11y name (xcb)Michael Weghorn2024-08-221-7/+6
* a11y: Add property for QWidget's accessible IDMichael Weghorn2024-07-191-0/+3
* Fix accessibility of list views with underlying multi-column modelIngo Klöcker2024-06-263-9/+131
* Use QModelIndex::data()Albert Astals Cid2024-06-211-1/+1
* Remove undefined method logicalIndexIngo Klöcker2024-04-231-2/+0
* Remove obsolete commentIngo Klöcker2024-04-231-1/+0
* Replace expensive inherits with cheaper qobject_cast (1)Volker Hilsheimer2024-04-181-2/+2
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+2
* a11y: Implement QAccessibleSelectionInterface for QAccessibleTabBarMichael Weghorn2023-11-162-1/+77
* a11y: Report strikethrough via text attributeMichael Weghorn2023-11-151-0/+2
* QAccessibleComboBox: Cleanup comboBox() callsLiang Qi2023-09-271-52/+66
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-83/+141
* QAccessibleWidget: Remove pointless ZWSP in warning messageFabian Kosmale2023-08-301-1/+1
* a11y: Report app as parent for top-level item viewsMichael Weghorn2023-07-101-1/+1
* a11y: Don't add scrollbar container as a11y child if scroll bar is re-parentedTor Arne Vestbø2023-05-101-2/+8
* a11y: even checkable buttons are pressableHarald Sitter2023-03-011-4/+2
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-221-4/+4
* Fix build with -no-feature-dialogbuttonboxTasuku Suzuki2023-01-171-1/+0
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-173-0/+8
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-143-28/+15
* Treat the accessible non-editable combobox as ButtonMenu on macOSMikolaj Boc2022-12-161-0/+1
* a11y: Implement QAccessibleSelectionInterface for item viewsMichael Weghorn2022-11-142-1/+91
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-112-0/+11
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-045-12/+12
* QtWidgets: Use remove instead of replaceMate Barany2022-09-271-1/+1
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-0/+12
* Implement a dedicated QAccessibleInterface for QMessageBoxVolker Hilsheimer2022-06-163-1/+55
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1515-30/+30
* Use SPDX license identifiersLucie Gérard2022-05-1616-608/+32
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-022-2/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-026-73/+85