summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaaccessibilityelement.mm
Commit message (Expand)AuthorAgeFilesLines
* QCocoaA(11)y: do not try to access an element if rowIndex == -1Timur Pocheptsov2024-01-251-1/+1
* macOS a11y: rebuild table model if out-of-bounds cell is requestedVolker Hilsheimer2023-12-161-7/+34
* QComboBox: inform accessibility about model change before selectingVolker Hilsheimer2023-12-091-0/+11
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-1/+3
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-3/+7
* a11y macOS: Report selection/Bridge QAccessibleSelectionInterfaceMichael Weghorn2023-07-081-0/+24
* macOS: Fix assertion in accessibility implementation for treeviewsVolker Hilsheimer2023-05-221-1/+3
* macOS Accessibility: flag all synthetic elements as unignoredVolker Hilsheimer2023-04-111-3/+4
* macOS Accessibility: Delay creation of table cell interfacesVolker Hilsheimer2023-04-111-18/+96
* macOS Accessibility: don't create an unnecessary interfaceVolker Hilsheimer2023-04-111-6/+3
* macOS Accessibility: add an elementWithInterface helperVolker Hilsheimer2023-04-111-12/+16
* macOS Accessibility: optimize table interface implementationVolker Hilsheimer2023-04-111-42/+57
* macOS Accessibility: code hygieneVolker Hilsheimer2023-04-111-130/+103
* a11y: Add support for Tables in macOS bridgeJan Arve Sæther2022-11-101-2/+255
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Port platform plugins to QStringViewLars Knoll2020-06-151-1/+1
* a11y: Implement accessibilityHelp on macOSJan Arve Sæther2020-06-151-0/+10
* macOS: Clean up headersTor Arne Vestbø2020-06-051-2/+3
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-021-1/+1
* macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-151-1/+2
* macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-141-1/+1
* macOS: Fix usage of deprecated accessibility APIsFrederik Gladhorn2019-05-201-124/+119
* macOS accessibility: implement accessibilityLabelFrederik Gladhorn2019-05-161-1/+17
* macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-151-3/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-6/+3
|\
| * Cocoa: Don’t cache accessibility roleMorten Johan Sørvig2019-01-291-6/+3
* | macOS accessibility: Implement accessibilityFrameFrederik Gladhorn2018-12-121-0/+7
* | macOS accessibility: Rename parentElement to accessibilityParentFrederik Gladhorn2018-12-061-7/+6
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-2/+3
|\|
| * macOS accessibility: fix crash for NSAccessibilityVisibleCharacterRangeAttributeFrederik Gladhorn2018-11-231-2/+3
* | macOS a11y: Implement AXInsertionPointLineNumber with AXLineForIndexBoris Dušek2018-11-231-7/+2
* | Align implementation of LineForIndex with InsertionPointLineNumberBoris Dušek2018-11-231-2/+5
* | qcocoaaccessibilityelement.mm: Document convertLineOffset functionBoris Dušek2018-11-231-0/+13
* | Fix VoiceOver interaction with multiline text componentsBoris Dušek2018-11-231-0/+1
|/
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-1/+1
* Clean up our Objective-C usageJake Petroules2018-02-201-44/+40
* macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-081-10/+10
* Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
* Fix regression preventing VoiceOver following the keyboard focusFrederik Gladhorn2017-02-071-2/+9
* Accessibility macOS: check for valid interfacesFrederik Gladhorn2017-01-051-5/+5
* Accessibility macOS: fix parentElementFrederik Gladhorn2017-01-051-10/+10
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-1/+1
* macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-1/+1
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-4/+4
* QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-13/+15
|\
| * Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5