summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)Author
2024-10-12tdf#130857 qt weld: Set visibility based on "visible" propMichael Weghorn
2024-10-12tdf#130857 qt weld: Implement QtInstanceBuilder::weld_widgetMichael Weghorn
2024-10-12tdf#130857 qt weld: Implement QtInstanceBuilder::weld_buttonMichael Weghorn
2024-10-07tdf#130857 qt a11y weld: Handle "accepts-tab" text view propertyMichael Weghorn
2024-10-05tdf#130857 qt a11y weld: Convert accelerator for labelsMichael Weghorn
2024-10-05tdf#130857 qt a11y weld: Set "buddy" (mnemonic widget)Michael Weghorn
2024-10-05tdf#130857 VclBuilder: Extract setMnemonicWidget helper + call from baseMichael Weghorn
2024-10-05tdf#130857 qt weld: Add a QtInstanceTextViewMichael Weghorn
2024-10-05tdf#130857 qt weld: Add basic handling for "GtkScrolledWindow"Michael Weghorn
2024-10-05tdf#130857 qt weld: Add QtInstanceEntryMichael Weghorn
2024-10-05tdf#130857 qt weld: Show help when help button clickedMichael Weghorn
2024-10-05tdf#130857 qt weld: Handle help IDMichael Weghorn
2024-10-05qt: Add SolarMutexGuard in QtInstance::CreateFrame etc.Michael Weghorn
2024-10-05tdf#130857 qt weld: Move button clicked logic to QtInstanceDialogMichael Weghorn
2024-10-05tdf#130857 qt a11y weld: Apply ATK/a11y propertiesMichael Weghorn
2024-10-05tdf#130857 qt weld: Convert GTK to Qt accelerator/mnemonicMichael Weghorn
2024-10-05tdf#130857 qt weld: Declare support for chart "Insert Axes" dialogMichael Weghorn
2024-10-05tdf#130857 qt weld: Create QGroupBox for "GtkFrame"Michael Weghorn
2024-10-02tdf#130857 qt weld: Add QtInstanceCheckButtonMichael Weghorn
2024-10-02tdf#130857 qt weld: Add new layout to parent layoutMichael Weghorn
2024-10-02tdf#130857 qt weld: Move runAsync logic to QtInstanceDialogMichael Weghorn
2024-10-02tdf#130857 qt weld: Let QtInstancDialog subclass QObjectMichael Weghorn
2024-10-02tdf#130857 qt weld: Add initial QtInstanceLabel implementationMichael Weghorn
2024-10-01tdf#160837 qt a11y: Don't report window role for non-top-levelMichael Weghorn
2024-09-30tdf#130857 qt a11y weld: Set GtkBuilder ID as widget's accessible IDMichael Weghorn
2024-09-30tdf#130857 qt weld: Set dialog title and modalityMichael Weghorn
2024-09-28tdf#130857 qt weld: Declare support for "License Information" dialogMichael Weghorn
2024-09-28tdf#130857 qt weld: Close dialog on button clickMichael Weghorn
2024-09-28tdf#130857 qt weld: Move button response prop to QtInstanceDialogMichael Weghorn
2024-09-28tdf#130857 qt weld: Ensure dialog button box is last in layoutMichael Weghorn
2024-09-28tdf#130857 qt weld: Add initial support for dialog and labelMichael Weghorn
2024-09-28tdf#130857 qt weld: Use QDialog* as param for findButtonBoxMichael Weghorn
2024-09-28tdf#130857 qt weld: Avoid unnecessary OUString copyMichael Weghorn
2024-09-28tdf#130857 qt weld: Use "p" prefix for pointer param nameMichael Weghorn
2024-09-28tdf#130857 qt weld: Set widget layout and add to parent layoutMichael Weghorn
2024-09-28tdf#130857 qt weld: Ignore placeholdersMichael Weghorn
2024-09-28tdf#130857 qt weld: SAL_WARN and assert on unsupported widget typeMichael Weghorn
2024-09-28qt: No longer use SalFrame::maGeometry in QtFrame at allMichael Weghorn
2024-09-28qt: Query screen on demand in QtFrameMichael Weghorn
2024-09-28qt: Just ignore request to set frame to invalid screen numberMichael Weghorn
2024-09-28qt: Make screenNumber() a QtFrame methodMichael Weghorn
2024-09-28qt: Use QList::at instead of operator[]Michael Weghorn
2024-09-28qt: Use QList::indexOf instead of reimplementing logicMichael Weghorn
2024-09-28qt: Let GetQtInstance return ref instead of pointerMichael Weghorn
2024-09-28tdf#160837 qt: Rely on toolkit for frame positions, drop menubar hackMichael Weghorn
2024-09-28tdf#160837 qt: QtFrame: Use getters instead of SalFrame::maGeometryMichael Weghorn
2024-09-26tdf#160837 qt: Move logic for QPaintEvent handling to QtFrameMichael Weghorn
2024-09-26tdf#160837 qt: Move logic for resize event handling to QtFrameMichael Weghorn
2024-09-26tdf#160837 qt: Move logic for move event handling to QtFrameMichael Weghorn
2024-09-25tdf#130857 qt weld: Use native "Save Document?" dialogMichael Weghorn