summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtInstanceWidget.cxx
AgeCommit message (Expand)Author
2024-10-05tdf#130857 qt weld: Handle help IDMichael Weghorn
2024-09-28qt: Let GetQtInstance return ref instead of pointerMichael Weghorn
2024-08-30tdf#162696 qt weld: Do GUI things in main threadMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement newly added 'escape_ui_str'Michael Weghorn
2024-08-07add polymorph function for VCL/ui specific string escapingMoritz Duge
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::get_clipboardMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement {s,g}et_tooltip_textMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::{show,hide}Michael Weghorn
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::has_child_focusMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::is_activeMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement focus-related methodsMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::{get,is}_visibleMichael Weghorn
2024-08-07tdf#130857 qt weld: Implement QtInstanceWidget::{g,s}et_sensitiveMichael Weghorn
2024-08-02tdf#155447 a11y: Introduce weld::Widget::get_accessible_id()Michael Weghorn
2024-07-24tdf#130857 qt weld a11y: Implement getting/setting a11y name/descMichael Weghorn
2024-02-15tdf#130857 qt weld: Move QWidget* member to QtInstanceWidgetMichael Weghorn
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar