summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtBuilder.cxx
AgeCommit message (Expand)Author
2024-11-30tdf#130857 qt weld: Evaluate GtkTreeView:show-expanders propertyMichael Weghorn
2024-11-30tdf#130857 qt weld: Evaluate tree view header visibilityMichael Weghorn
2024-11-30tdf#130857 qt weld: Implement basic tree view logicMichael Weghorn
2024-11-27tdf#130857 qt weld: Introduce custom QDoubleSpinBox subclassMichael Weghorn
2024-11-24tdf#130857 qt weld: Implement "GtkExpander" equivalentMichael Weghorn
2024-11-24tdf#130857 Pass child type to WidgetBuilder::insertObjectMichael Weghorn
2024-11-23tdf#130857 qt weld: Hide widget marked for deletionMichael Weghorn
2024-11-18qt: Update vim headers/trailersMichael Weghorn
2024-11-16Fix typoAndrea Gelmini
2024-11-11tdf#130857 VclBuilder: Complete moving XML parsing to base classesMichael Weghorn
2024-11-11tdf#130857 Add WidgetBuilder::createMenu, use to abstract from VCL-specificsMichael Weghorn
2024-11-11tdf#130857 tdf#142608 qt weld: Implement QtInstanceNotebook logicMichael Weghorn
2024-11-10tdf#130857 qt weld: Add QtInstanceNotebook skeletonMichael Weghorn
2024-11-10tdf#130857 VclBuilder: Split XML parsing + applying tab child propsMichael Weghorn
2024-11-10tdf#130857 VclBuilder: Abstract tab control check from VCL detailsMichael Weghorn
2024-11-09tdf#130857 qt weld: Add QtInstanceTreeView skeletonMichael Weghorn
2024-11-09tdf#130857 qt weld: Extract setting label propsMichael Weghorn
2024-11-08tdf#130857 qt weld: Add initial SpinButton supportMichael Weghorn
2024-11-07tdf#130857 qt weld: Add QtInstanceDrawingArea basicsMichael Weghorn
2024-11-07tdf#130857 qt weld: Support "GtkSeparator"Michael Weghorn
2024-11-05tdf#130857 qt weld: Add extra QWidget parents for layoutsMichael Weghorn
2024-11-01tdf#130857 qt weld: Actually set link button URI as URIMichael Weghorn
2024-10-30tdf#130857 qt weld: Add a QtInstanceProgressBarMichael Weghorn
2024-10-30tdf#130857 qt weld: Support hiding plain text in entryMichael Weghorn
2024-10-30tdf#130857 qt weld: Add a QtInstanceLevelBarMichael Weghorn
2024-10-29tdf#130857 qt weld: Set widget tooltip defined in .ui fileMichael Weghorn
2024-10-29tdf#130857 qt weld: Set button image set in .ui fileMichael Weghorn
2024-10-28tdf#130857 qt weld: Don't expect packing props on implicit gridMichael Weghorn
2024-10-26tdf#130857 qt weld: Evaluate + set grid item row/col spanMichael Weghorn
2024-10-26tdf#130857 qt weld: Set actual positions for layouts inside gridMichael Weghorn
2024-10-26tdf#130857 qt weld: Simplify QtBuilder::applyGridPackingPropertiesMichael Weghorn
2024-10-26tdf#130857 qt weld: Add child layouts to gridMichael Weghorn
2024-10-26tdf#130857 qt weld: Add a QtInstanceLinkButtonMichael Weghorn
2024-10-26tdf#130857 qt weld: Add QtInstanceImage skeletonMichael Weghorn
2024-10-25tdf#130857 qt weld: Add QtInstanceRadioButtonMichael Weghorn
2024-10-25tdf#130857 qt weld: Handle combobox entries from .ui fileMichael Weghorn
2024-10-24tdf#130857 qt weld: Handle entry for editable comboboxesMichael Weghorn
2024-10-24qt: Have just a single toQString(const OUString&)Michael Weghorn
2024-10-23tdf#130857 qt weld: Add initial combobox handlingMichael Weghorn
2024-10-22tdf#130857 qt weld: Evaluate grid positionsMichael Weghorn
2024-10-22tdf#130857 qt weld: Create QGridLayout for "GtkGrid"Michael Weghorn
2024-10-12tdf#130857 qt weld: Set visibility based on "visible" propMichael 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