summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
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-09tdf#149818 qt: Handle double mouse click againMichael 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-19Replace old png writer in QtTools.cxxofftkp
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
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-07-02tdf#149804 Set newly introduced list box colors from system colorsMichael Weghorn
2022-07-01tdf#149680 qt: Open native popup menu at given positionMichael Weghorn
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski
2022-06-19qt: Fix qt6 build after fbc61e06584ff8e6d9240f8b67be8dc28ecab5b9Michael Weghorn
2022-06-18qt a11y: Handle special value of -1 for text offsetMichael Weghorn
2022-06-18Qt move most X11 specifics into QtX11SupportJan-Marek Glogowski
2022-06-17qt a11y: Forward STATE_CHANGED event as suchMichael Weghorn
2022-06-17Qt use QEvent::type to handle the event correctlyJan-Marek Glogowski
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-10new loplugin:moveitNoel Grandin
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-06-05tdf#137471 Qt return frame pos + client area sizeJan-Marek Glogowski
2022-06-01Avoid -Werror,-Wdeprecated-declarations when building Library_vclplug_qt6Stephan Bergmann
2022-06-01Qt just resize the backing store on size changeJan-Marek Glogowski
2022-05-29tdf#144601 Qt fix creating QImage with alpha maskJan-Marek Glogowski
2022-05-28tdf#149329 Qt change cursor via QWidgetJan-Marek Glogowski
2022-05-28tdf#149255 qt: Implement deletion/"swallowing" for IM replacementMichael Weghorn
2022-05-28tdf#132350 Qt implement SalMenu button interfaceJan-Marek Glogowski
2022-05-25tdf#148864 Qt switch QtObjectWindow to QWidgetJan-Marek Glogowski
2022-05-25VCL SysEnvData: add Invalid Platform and ToolkitJan-Marek Glogowski
2022-05-25tdf#125925 Qt migrate KF5 theme font settings codeJan-Marek Glogowski
2022-05-18tdf#137639 qt: UTF-16-encode mime data for "text/plain;charset=utf-16"Michael Weghorn