summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5AccessibleWidget.cxx
AgeCommit message (Expand)Author
2021-09-29qt5: Rename sources + headers according to new class namesMichael Weghorn
2021-09-29qt5: Remove "5" from class names in qt5 VCL pluginMichael Weghorn
2021-09-21qt5 a11y: Implement Qt5AccessibleWidget::is{Column,Row}SelectedMichael Weghorn
2021-09-21qt5 a11y: Implement QAccessibleTableCellInterfaceMichael Weghorn
2021-09-21qt5 a11y: Drop Qt5AccessibleWidget::{text,value}InterfaceMichael Weghorn
2021-07-28qt5 a11y: Implement Qt5AccessibleWidget::minimumStepSizeMichael Weghorn
2021-07-22qt5 a11y: Always query the XAccessibleContext for a11y interfacesMichael Weghorn
2021-07-22qt5 a11y: Improve Qt5AccessibleWidget::attributesMichael Weghorn
2021-07-21qt5 a11y: Implement Qt5AccessibleWidget::cursorPositionMichael Weghorn
2021-07-21qt5 a11y: Implement Qt5AccessibleWidget::textAtOffsetMichael Weghorn
2021-07-21qt5 a11y: Handle AccessibleStateType::MULTI_LINEMichael Weghorn
2021-07-21qt5 a11y: Handle AccessibleStateType::MOVEABLEMichael Weghorn
2021-07-21qt5 a11y: Skip attributes without valueMichael Weghorn
2021-07-21qt5 a11y: Adapt loop for string construction here a bitMichael Weghorn
2021-07-19qt5 a11y: Set proper a11y statesMichael Weghorn
2021-07-14qt5: Map AccessibleStateType::EXPANDEDMichael Weghorn
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-09-26Avoid -Werror=deprecated-declarationsStephan Bergmann
2020-09-07tdf#136323 qt5: Remember accessible objectMichael Weghorn
2020-06-12PopupMenuFloatingWindow is now unusedCaolán McNamara
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin
2020-05-09tdf#118418 implement scrollSubstringTo() for Qt & windowsSamuel Thibault
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann
2019-08-23Qt5 some minor code cleanupsJan-Marek Glogowski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-06-03tdf#122200 Qt5AccessibleWidget: Handle special offset valuesMichael Weghorn
2019-05-06Qt5 make Qt5Widdget's frame a private referenceJan-Marek Glogowski
2019-03-30tdf#122056: Catch DisposedExceptions everywhereKatarina Behrens
2019-01-10tdf#122056: catch DisposedException to avoid crash w/ screen readerKatarina Behrens
2018-12-18tdf#122055: catch RuntimeException if a11y context no longer aliveKatarina Behrens
2018-11-05qt5 a11y: Fix crashSamuel Mehrbrodt
2018-11-05qt a11y: Correct way to retrieve XAccessibleContextSamuel Mehrbrodt
2018-11-05This is no longer unsupportedSamuel Mehrbrodt
2018-11-01kde5: fix buildThorsten Behrens
2018-10-31qt5 a11y: Implement QAccessibleEditableTextInterfaceSamuel Mehrbrodt
2018-10-31-Werror,-Wunused-parameterStephan Bergmann
2018-10-31fix clang -fpermissive warnings in Qt5AccessibleWidgetNoel Grandin
2018-10-31qt5 a11y: Add table selection supportSamuel Mehrbrodt
2018-10-31qt5 a11y: Implement QAccessibleTableInterfaceSamuel Mehrbrodt
2018-10-30qt5 a11y: Implement QAccessibleTextInterface::attributesSamuel Mehrbrodt
2018-10-30Qt5 actually return the selectionJan-Marek Glogowski
2018-10-30qt5 a11y: Fix QAccessibleValueInterfaceSamuel Mehrbrodt
2018-10-30qt5 a11y: Implement most of QAccessibleTextInterfaceSamuel Mehrbrodt
2018-10-23tdf#120803: avoid crash if no valid vcl::WindowKatarina Behrens
2018-10-17qt5 a11y: Add event notificationsSamuel Mehrbrodt
2018-10-09Qt5: fix build with Qt 5.11Jan-Marek Glogowski
2018-10-08Qt5AccessibleWidget: Add stub for QAccessibleTextInterfaceSamuel Mehrbrodt
2018-10-05Qt5AccessibleWidget: Implement QAccessibleValueInterfaceSamuel Mehrbrodt
2018-10-04loplugin:nullptr (--enable-qt5)Stephan Bergmann
2018-10-04Fix crash when no key bindings are availableSamuel Mehrbrodt