summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtAccessibleWidget.cxx
AgeCommit message (Expand)Author
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02tdf#150683 qt a11y: Add bound checks for table methodsMichael Weghorn
2022-08-24qt a11y: Remember associated QObject also for non-QtXAcccessible caseMichael Weghorn
2022-08-24qt a11y: Remember and reuse existing QObject for XAccessibleMichael Weghorn
2022-08-23qt a11y: Drop unnecessary QObject inheritanceMichael Weghorn
2022-08-22qt a11y: Don't set invalid Qt relationsMichael Weghorn
2022-08-19qt a11y: Report underline text attributeMichael Weghorn
2022-08-19qt a11y: Report (background) color text attributeMichael Weghorn
2022-08-19qt a11y: Report font style text attribute (e.g. italic)Michael Weghorn
2022-08-16qt a11y: Drop duplicate nullptr checkMichael Weghorn
2022-08-16qt a11y: Clear QtXAccessible's ref to XAccessible once passed onMichael Weghorn
2022-08-16qt a11y: Clear XAccessible reference when disposingMichael Weghorn
2022-08-16qt a11y: Drop QtAccessibleEventListener's XAccessible referenceMichael Weghorn
2022-08-16qt a11y: Implement QtAccessibleWidget::indexOfChildMichael Weghorn
2022-08-16qt a11y: Replace dynamic_cast with static_castMichael Weghorn
2022-08-11qt a11y: Use correct coord system in QtAccessibleWidget::childAtMichael Weghorn
2022-08-11qt a11y: Implement QtAccessibleWidget::text{After,Before}OffsetMichael Weghorn
2022-08-11qt a11y: Check range for offset passed to text methodsMichael Weghorn
2022-08-09qt a11y: Return actual range of text with same attributesMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::offsetAtPointMichael Weghorn
2022-08-04qt a11y: implement QtAccessibleWidget::{row,column}HeaderCellsMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::selectedCell{s,Count}Michael Weghorn
2022-08-04qt a11y: Map BUTTON_{DROPDOWN,MENU} to Qt equivalentsMichael Weghorn
2022-08-04qt a11y: Map AccessibleRole::FILE_CHOOSERMichael Weghorn
2022-08-04qt a11y: Drop extra empty lines in switch/caseMichael Weghorn
2022-08-04qt a11y: Drop obsolete and misleading commentMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::windowMichael Weghorn
2022-08-04qt a11y: Consider QObject hierarchy to find parentMichael Weghorn
2022-08-03qt a11y: Implement QtAccessibleWidget::characterRectMichael Weghorn
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-07-05qt a11y: Implement QtAccessibleWidget::tableMichael Weghorn
2022-07-02qt a11y: Only return actually supported a11y interfacesMichael Weghorn
2022-07-02tdf#149816 qt a11y: Report position in screen coordinatesMichael Weghorn
2022-06-18qt a11y: Handle special value of -1 for text offsetMichael Weghorn
2021-10-22qt: Adapt log area: "vcl.qt5" -> "vcl.qt"Michael Weghorn
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-29qt5: Rename sources + headers according to new class namesMichael Weghorn