Age | Commit message (Expand) | Author |
2024-10-05 | tdf#130857 VclBuilder: Extract setMnemonicWidget helper + call from base | Michael Weghorn |
2024-10-05 | tdf#130857 qt weld: Add a QtInstanceTextView | Michael Weghorn |
2024-10-05 | tdf#130857 qt weld: Add QtInstanceEntry | Michael Weghorn |
2024-10-05 | tdf#130857 qt weld: Show help when help button clicked | Michael Weghorn |
2024-10-05 | tdf#130857 qt weld: Handle help ID | Michael Weghorn |
2024-10-05 | tdf#130857 qt weld: Move button clicked logic to QtInstanceDialog | Michael Weghorn |
2024-10-02 | tdf#130857 qt weld: Add QtInstanceCheckButton | Michael Weghorn |
2024-10-02 | tdf#130857 qt weld: Move runAsync logic to QtInstanceDialog | Michael Weghorn |
2024-10-02 | tdf#130857 qt weld: Let QtInstancDialog subclass QObject | Michael Weghorn |
2024-10-02 | tdf#130857 qt weld: Add initial QtInstanceLabel implementation | Michael Weghorn |
2024-09-28 | tdf#130857 qt weld: Move button response prop to QtInstanceDialog | Michael Weghorn |
2024-09-28 | tdf#130857 qt weld: Add initial support for dialog and label | Michael Weghorn |
2024-09-28 | tdf#130857 qt weld: Use QDialog* as param for findButtonBox | Michael Weghorn |
2024-09-28 | qt: Make screenNumber() a QtFrame method | Michael Weghorn |
2024-09-28 | qt: Let GetQtInstance return ref instead of pointer | Michael Weghorn |
2024-09-28 | tdf#160837 qt: Rely on toolkit for frame positions, drop menubar hack | Michael Weghorn |
2024-09-26 | tdf#160837 qt: Move logic for QPaintEvent handling to QtFrame | Michael Weghorn |
2024-09-26 | tdf#160837 qt: Move logic for resize event handling to QtFrame | Michael Weghorn |
2024-09-26 | tdf#160837 qt: Move logic for move event handling to QtFrame | Michael Weghorn |
2024-09-25 | tdf#130857 qt weld: Implement QtBuilder::set_response | Michael Weghorn |
2024-09-25 | tdf#130857 qt weld: Implement QtBuilder + use it for first msg dialog | OmkarAcharekar |
2024-09-21 | tdf#130857 qt weld: Drop accidently added empty files | Michael Weghorn |
2024-09-19 | qt: Use qobject_cast to cast to QtMimeData | Michael Weghorn |
2024-09-19 | qt a11y: Destroy QWindow when popup gets hidden | Michael Weghorn |
2024-09-18 | tdf#130857 qt weld: Move logic to find native Qt parent to helper | Michael Weghorn |
2024-09-18 | tdf#130857 qt weld: Add QtInstanceBuilder skeleton | OmkarAcharekar |
2024-08-30 | tdf#162696 qt weld: Destroy QDialog in main thread | Michael Weghorn |
2024-08-16 | Keep SessionManagerInhibitor disabled for Emscripten | Stephan Bergmann |
2024-08-15 | qt: Drop X11 condition for session/screensaver inhibition | Michael Weghorn |
2024-08-14 | qt: Remove "5" from render backend name | Michael Weghorn |
2024-08-07 | tdf#130857 qt weld: Implement newly added 'escape_ui_str' | Michael Weghorn |
2024-08-07 | add polymorph function for VCL/ui specific string escaping | Moritz Duge |
2024-08-07 | tdf#130857 qt weld: Implement {s,g}et_tooltip_text | Michael Weghorn |
2024-08-07 | tdf#130857 qt weld: Implement focus-related methods | Michael Weghorn |
2024-08-07 | tdf#130857 qt weld: Implement QtInstanceWidget::{g,s}et_sensitive | Michael Weghorn |
2024-08-07 | tdf#162351 tdf#130857 qt weld: Handle button click | Michael Weghorn |
2024-08-07 | tdf#162351 tdf#130857 qt weld: Implement weld_widget_for_response | Michael Weghorn |
2024-08-07 | tdf#162351 tdf#130857 qt weld: Extract helper function to get button | Michael Weghorn |
2024-08-07 | tdf#162351 tdf#130857 qt weld: Add basic QtInstanceButton | Michael Weghorn |
2024-08-02 | tdf#155447 a11y: Introduce weld::Widget::get_accessible_id() | Michael Weghorn |
2024-07-24 | qt: Move resolution calc to static helper method | Michael Weghorn |
2024-07-24 | tdf#130857 qt weld a11y: Implement getting/setting a11y name/desc | Michael Weghorn |
2024-06-21 | tdf#149461 qt6: Provide a QWindow for OpenGL rendering | Michael Weghorn |
2024-06-13 | tdf#160462 qt a11y: Open menu bar on F10 | Michael Weghorn |
2024-05-21 | qt a11y: Use "r" prefix for reference | Michael Weghorn |
2024-05-10 | loplugin:ostr in vcl | Noel Grandin |
2024-04-30 | qt: Guard clipboard mime data with SolarMutex | Michael Weghorn |
2024-04-30 | qt: Avoid race on QtTransferable member | Michael Weghorn |
2024-02-29 | tdf#158030 qt a11y: Implement new QAccessibleAttributesInterface | Michael Weghorn |
2024-02-15 | tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modal | Michael Weghorn |