cui/uiconfig/ui/objectnamedialog.ui | 53 ++++++++++++++++-------------------- vcl/qt5/QtInstanceBuilder.cxx | 2 + 2 files changed, 27 insertions(+), 28 deletions(-)
New commits: commit e61a2b502a0c315a4a8c1e506055ae05df880474 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 22:27:30 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:31:49 2025 +0200 tdf#130857 qt weld: Support sd "Available Master Pages" 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 * "Page" -> "Change Master Page" Change-Id: I517f2252794a527d39ba2f4af287bd0a74f84737 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188559 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index f8f00de01fec..bd1314a70076 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -128,6 +128,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"modules/simpress/ui/customslideshows.ui"_ustr, u"modules/simpress/ui/definecustomslideshow.ui"_ustr, u"modules/simpress/ui/presentationdialog.ui"_ustr, + u"modules/simpress/ui/slidedesigndialog.ui"_ustr, u"modules/smath/ui/alignmentdialog.ui"_ustr, u"modules/smath/ui/fontdialog.ui"_ustr, u"modules/smath/ui/fontsizedialog.ui"_ustr, commit e12b887888dbb1c6bfedc5e195ff6f408ab5116e Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 22:24:43 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:31:43 2025 +0200 tdf#130857 qt weld: Support "Load Master Page" 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 * "Page" -> "Change Master Page" * press the "Load" button Change-Id: I0876a22911e3d9b5e1781d97062e056b09b2d8c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188558 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index f9be004953a5..f8f00de01fec 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -157,6 +157,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"sfx/ui/helpmanual.ui"_ustr, u"sfx/ui/inputdialog.ui"_ustr, u"sfx/ui/licensedialog.ui"_ustr, + u"sfx/ui/loadtemplatedialog.ui"_ustr, u"sfx/ui/password.ui"_ustr, u"sfx/ui/printeroptionsdialog.ui"_ustr, u"sfx/ui/querysavedialog.ui"_ustr, commit 160bfa3b8c61ec227b3d62b8c87fc04be02c9d1f Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 22:17:43 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:31:38 2025 +0200 cui: Resave objectnamedialog.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 "Name" context menu entry Change-Id: I96fd2ecaa5061a1fc68caf24c19977790ea20b44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188557 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/cui/uiconfig/ui/objectnamedialog.ui b/cui/uiconfig/ui/objectnamedialog.ui index 886a016436bd..8f03e6744470 100644 --- a/cui/uiconfig/ui/objectnamedialog.ui +++ b/cui/uiconfig/ui/objectnamedialog.ui @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.36.0 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <object class="GtkDialog" id="ObjectNameDialog"> - <property name="can_focus">False</property> - <property name="border_width">6</property> + <property name="can-focus">False</property> + <property name="border-width">6</property> <property name="title" translatable="yes" context="objectnamedialog|ObjectNameDialog">Name</property> <property name="modal">True</property> - <property name="default_width">0</property> - <property name="default_height">0</property> - <property name="type_hint">dialog</property> + <property name="default-width">0</property> + <property name="default-height">0</property> + <property name="type-hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox3"> - <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="dialog-action_area3"> - <property name="can_focus">False</property> - <property name="layout_style">end</property> + <property name="can-focus">False</property> + <property name="layout-style">end</property> <child> <object class="GtkButton" id="help"> <property name="label" translatable="yes" context="stock">_Help</property> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> <property name="use-underline">True</property> </object> <packing> @@ -38,10 +38,10 @@ <object class="GtkButton" id="ok"> <property name="label" translatable="yes" context="stock">_OK</property> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> - <property name="receives_default">True</property> + <property name="can-focus">True</property> + <property name="can-default">True</property> + <property name="has-default">True</property> + <property name="receives-default">True</property> <property name="use-underline">True</property> </object> <packing> @@ -54,8 +54,8 @@ <object class="GtkButton" id="cancel"> <property name="label" translatable="yes" context="stock">_Cancel</property> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> <property name="use-underline">True</property> </object> <packing> @@ -68,23 +68,23 @@ <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">0</property> </packing> </child> <child> <object class="GtkBox" id="box2"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="object_name_label"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="label" translatable="yes" context="objectnamedialog|object_name_label">_Name:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">object_name_entry</property> + <property name="use-underline">True</property> + <property name="mnemonic-widget">object_name_entry</property> <property name="xalign">0</property> </object> <packing> @@ -96,10 +96,10 @@ <child> <object class="GtkEntry" id="object_name_entry"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="activates_default">True</property> + <property name="can-focus">True</property> + <property name="activates-default">True</property> + <property name="width-chars">55</property> <property name="truncate-multiline">True</property> - <property name="width_chars">55</property> </object> <packing> <property name="expand">False</property> @@ -121,9 +121,6 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> - <child type="titlebar"> - <placeholder/> - </child> <child internal-child="accessible"> <object class="AtkObject" id="ObjectNameDialog-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="objectnamedialog|extended_tip|ObjectNameDialog">Enter a name for the selected object. The name will be visible in the Navigator.</property>