summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtAccessibleWidget.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-06-02find-unneeded-includes: handle IWYU warnings about Qt headersGabor Kelemen1-2/+0
2025-05-29qt a11y: Report locale for Qt >= 6.10Michael Weghorn1-2/+8
2025-05-02tdf#130857 qt weld a11y: Add custom a11y to registryMichael Weghorn1-1/+5
2025-05-02tdf#130857 qt weld a11y: Drop 2 DrawingArea a11y assertsMichael Weghorn1-2/+2
2025-05-02tdf#130857 qt weld a11y: Support custom DrawingArea a11yMichael Weghorn1-0/+24
2025-05-02qt: Switch QtAccessibleWidget::m_pObject to referenceMichael Weghorn1-9/+9
2025-05-02qt: Move null check to start of QtAccessibleWidget::customFactoryMichael Weghorn1-8/+11
2025-05-02tdf#130857 qt: Let QtAccessibleWidget subclass QObjectMichael Weghorn1-0/+1
2025-04-24[API CHANGE] a11y: Return string for XAccessibleExtendedAttributesMichael Weghorn1-2/+1
2025-01-17Revert "tdf#163335 qt a11y: Work around broken sw selection handling"Michael Weghorn1-16/+4
2025-01-14tdf#163335 qt a11y: Work around broken sw selection handlingMichael Weghorn1-4/+16
2024-11-19improve loplugin passparamsbyrefNoel Grandin1-1/+1
2024-11-18qt: Update vim headers/trailersMichael Weghorn1-2/+2
2024-11-10com::sun::star -> cssMike Kaganski1-5/+5
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn1-14/+14
2024-10-24qt: Have just a single toQString(const OUString&)Michael Weghorn1-0/+1
2024-10-21qt a11y: Map BLOCK_QUOTE role to new Qt equivalentMichael Weghorn1-1/+6
2024-10-01tdf#160837 qt a11y: Don't report window role for non-top-levelMichael Weghorn1-1/+10
2024-07-24tdf#155447 qt a11y: Map TEXT_FRAME role to QAccessible::PaneMichael Weghorn1-1/+1
2024-07-17tdf#155447 qt a11y: Report accessible IDMichael Weghorn1-0/+11
2024-07-17tdf#155447 qt a11y: Don't report "Unknown" for unsupported propsMichael Weghorn1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-1/+1
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen1-1/+0
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn1-0/+77
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn1-0/+3
2023-11-07qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalentMichael Weghorn1-1/+1
2023-11-07qt a11y: Set passwordEdit state for PASSWORD_TEXTMichael Weghorn1-0/+5
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn1-0/+1
2023-10-24qt a11y: Take current type into account when setting new valueMichael Weghorn1-1/+11
2023-10-23fix wasm build (int vs sal_Int32 mismatch)Christian Lohmaier1-2/+6
2023-10-22Fix typoAndrea Gelmini1-1/+1
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn1-1/+5
2023-10-18tdf#157696 qt a11y: Move handling for text attr offsets to helperMichael Weghorn1-9/+2
2023-10-18qt: Drop code for Qt < 5.15Michael Weghorn1-4/+0
2023-10-12tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuseMichael Weghorn1-195/+3
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-32/+32
2023-07-27qt a11y: Return app as parent for top-level objectsMichael Weghorn1-1/+2
2023-07-12qt a11y: Check child index in QtAccessibleWidget::childMichael Weghorn1-0/+7
2023-04-22qt a11y: Implement QAccessibleSelectionInterface added in Qt 6.5Michael Weghorn1-48/+164
2023-03-06qt a11y: Handle all QAccessible::Relation flagsMichael Weghorn1-45/+7
2023-03-06qt a11y: Add mapping for relations added in Qt 6.6Michael Weghorn1-3/+21
2023-02-20qt a11y: Invert relation type to match Qt's semanticMichael Weghorn1-8/+10
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski1-0/+6
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-7/+41
2022-09-02tdf#150683 qt a11y: Add bound checks for table methodsMichael Weghorn1-0/+36
2022-08-24qt a11y: Remember associated QObject also for non-QtXAcccessible caseMichael Weghorn1-1/+7
2022-08-24qt a11y: Remember and reuse existing QObject for XAccessibleMichael Weghorn1-13/+22
2022-08-23qt a11y: Drop unnecessary QObject inheritanceMichael Weghorn1-1/+0
2022-08-22qt a11y: Don't set invalid Qt relationsMichael Weghorn1-0/+4
2022-08-19qt a11y: Report underline text attributeMichael Weghorn1-0/+99