cui/uiconfig/ui/querysavelistdialog.ui | 18 +++++++++--------- vcl/qt5/QtInstanceBuilder.cxx | 2 ++ 2 files changed, 11 insertions(+), 9 deletions(-)
New commits: commit e2db8d03ce7c77d7c28aaaacc80b18d962a15b58 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 21:37:12 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:30:53 2025 +0200 cui: Resave querysavelistdialog.ui with glade 3.40 To trigger the dialog: * start Draw * insert a shape (e.g. a rectangle) * right-click on newly inserted shape to open context menu * select "Line" context menu entry * go to "Line Styles" tab * add two new styles via the "Add" button and confirming suggested names * press the "Load Line Styles" button (which has a directory icon on it) Change-Id: I2337f75f42b7ab6ed9b51d3f0b8fc32bff6e3d4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188550 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/cui/uiconfig/ui/querysavelistdialog.ui b/cui/uiconfig/ui/querysavelistdialog.ui index 76f407ef335a..13e16f38924b 100644 --- a/cui/uiconfig/ui/querysavelistdialog.ui +++ b/cui/uiconfig/ui/querysavelistdialog.ui @@ -1,31 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <object class="GtkMessageDialog" id="AskSaveList"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="title" translatable="yes" context="querysavelistdialog|AskSaveList">Save List?</property> <property name="resizable">False</property> <property name="modal">True</property> - <property name="type_hint">dialog</property> - <property name="skip_taskbar_hint">True</property> - <property name="message_type">warning</property> + <property name="type-hint">dialog</property> + <property name="skip-taskbar-hint">True</property> + <property name="message-type">warning</property> <property name="buttons">ok-cancel</property> <property name="text" translatable="yes" context="querysavelistdialog|AskSaveList">The list was modified without saving.</property> - <property name="secondary_text" translatable="yes" context="querysavelistdialog|AskSaveList">Would you like to save the list now?</property> + <property name="secondary-text" translatable="yes" context="querysavelistdialog|AskSaveList">Would you like to save the list now?</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="messagedialog-action_area"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="pack_type">end</property> + <property name="pack-type">end</property> <property name="position">1</property> </packing> </child> commit 7d68478ac5d1618749df4439bf4fb9cdec728c8d Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 21:35:05 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:30:47 2025 +0200 tdf#130857 qt weld: Support "Delete Arrow Style?" dialog This means that native Qt widgets are used for that dialog now when using the qt5 or qt6 VCL plugin and starting LO with environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set. To trigger the dialog: * start Draw * insert a shape (e.g. a rectangle) * right-click on newly inserted shape to open context menu * select "Line" context menu entry * go to "Arrow Styles" tab * press "Delete" button Change-Id: I59eee8928bc740321a44a719f40356db789287f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188549 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index b2abfe203ba4..1ef1ffd1d30f 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -84,6 +84,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"cui/ui/pastespecial.ui"_ustr, u"cui/ui/positionsizedialog.ui"_ustr, u"cui/ui/querydeletedictionarydialog.ui"_ustr, + u"cui/ui/querydeletelineenddialog.ui"_ustr, u"cui/ui/qrcodegen.ui"_ustr, u"cui/ui/querydialog.ui"_ustr, u"cui/ui/queryduplicatedialog.ui"_ustr, commit e1e8983362237e1079a4cbb1a371659adbdc99b6 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 21:29:29 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:30:41 2025 +0200 tdf#130857 qt weld: Support "Duplicate Name" dialog This means that native Qt widgets are used for that dialog now when using the qt5 or qt6 VCL plugin and starting LO with environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set. To trigger the dialog: * start Draw * insert a shape (e.g. a rectangle) * right-click on newly inserted shape to open context menu * select "Line" context menu entry * go to "Arrow Styles" tab * press "Rename" button * if the "Duplicate Name" dialog doesn't appear yet, press "OK" button in the "Name" dialog Change-Id: I1ce4d88b3598254966e354973d30be94717d5547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188548 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 58acb306f97f..b2abfe203ba4 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -86,6 +86,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"cui/ui/querydeletedictionarydialog.ui"_ustr, u"cui/ui/qrcodegen.ui"_ustr, u"cui/ui/querydialog.ui"_ustr, + u"cui/ui/queryduplicatedialog.ui"_ustr, u"cui/ui/searchattrdialog.ui"_ustr, u"cui/ui/securityoptionsdialog.ui"_ustr, u"cui/ui/selectpathdialog.ui"_ustr,