cui/uiconfig/ui/gallerytitledialog.ui     |   57 ++++++++++++++----------------
 svx/uiconfig/ui/querydeletethemedialog.ui |   19 ++++------
 vcl/qt5/QtInstanceBuilder.cxx             |    1 
 3 files changed, 36 insertions(+), 41 deletions(-)

New commits:
commit 3b694dd8710729456013b3b0e067824b6b63a8ec
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Aug 8 10:10:37 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Sat Aug 9 01:01:11 2025 +0200

    cui: Resave gallerytitledialog.ui with glade 3.40
    
    To trigger the dialog:
    
    * start Writer
    * open the "Gallery" sidebar deck
    * right-click on one of the themes (e.g. "Icons")
      to open the context menu
    * select the "Rename" context menu entry
    
    Change-Id: I36ca99b35f05f6a2771f6919f75a12a075caefa7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189167
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/cui/uiconfig/ui/gallerytitledialog.ui 
b/cui/uiconfig/ui/gallerytitledialog.ui
index 6da25e70d328..dc98d1df4c09 100644
--- a/cui/uiconfig/ui/gallerytitledialog.ui
+++ b/cui/uiconfig/ui/gallerytitledialog.ui
@@ -1,32 +1,32 @@
 <?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="GalleryTitleDialog">
-    <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="gallerytitledialog|GalleryTitleDialog">Enter Title</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-vbox1">
-        <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_area1">
-            <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="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>
@@ -39,8 +39,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>
@@ -53,8 +53,8 @@
               <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>
@@ -68,24 +68,24 @@
           <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>
         <child>
           <object class="GtkBox" id="box1">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can-focus">False</property>
             <property name="valign">start</property>
             <property name="hexpand">True</property>
             <property name="spacing">12</property>
             <child>
               <object class="GtkLabel" id="label2">
                 <property name="visible">True</property>
-                <property name="can_focus">False</property>
+                <property name="can-focus">False</property>
                 <property name="label" translatable="yes" 
context="gallerytitledialog|label2">Title:</property>
-                <property name="use_underline">True</property>
-                <property name="mnemonic_widget">entry</property>
+                <property name="use-underline">True</property>
+                <property name="mnemonic-widget">entry</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -96,11 +96,11 @@
             <child>
               <object class="GtkEntry" id="entry">
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
+                <property name="can-focus">True</property>
                 <property name="hexpand">True</property>
-                <property name="activates_default">True</property>
+                <property name="activates-default">True</property>
+                <property name="width-chars">32</property>
                 <property name="truncate-multiline">True</property>
-                <property name="width_chars">32</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -122,14 +122,11 @@
       <action-widget response="-6">cancel</action-widget>
       <action-widget response="-11">help</action-widget>
     </action-widgets>
-    <child type="titlebar">
-      <placeholder/>
-    </child>
   </object>
   <object class="GtkAdjustment" id="adjustment1">
     <property name="upper">500</property>
     <property name="value">100</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
+    <property name="step-increment">1</property>
+    <property name="page-increment">10</property>
   </object>
 </interface>
commit b82f9483f009afae1cce10662094d96b298d33c7
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Aug 8 10:08:43 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Sat Aug 9 01:01:03 2025 +0200

    tdf#130857 qt weld: Support "Delete this theme?" 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 Writer
    * open the "Gallery" sidebar deck
    * right-click on one of the themes (e.g. "Icons")
      to open the context menu
    * select the "Delete" context menu entry
    
    Change-Id: I852e36b57772e9027b54b7b68c4a85c2dd520155
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189166
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 15e5f4d6a4c5..05f3a5aa44d6 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -190,6 +190,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& 
rUIFile, const weld::W
         u"svx/ui/deleteheaderdialog.ui"_ustr,
         u"svx/ui/fileexporteddialog.ui"_ustr,
         u"svx/ui/gotopagedialog.ui"_ustr,
+        u"svx/ui/querydeletethemedialog.ui"_ustr,
         u"svx/ui/safemodedialog.ui"_ustr,
         u"svx/ui/themecoloreditdialog.ui"_ustr,
         u"svx/ui/themedialog.ui"_ustr,
commit e91f95abc0703c0c629aa246fddfe51515623c81
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Aug 8 10:05:46 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Sat Aug 9 01:00:56 2025 +0200

    svx: Resave querydeletethemedialog.ui with glade 3.40
    
    To trigger the dialog:
    
    * start Writer
    * open the "Gallery" sidebar deck
    * right-click on one of the themes (e.g. "Icons")
      to open the context menu
    * select the "Delete" context menu entry
    
    Change-Id: I435ac3ee3e7a6a837a159955fcd7768c0dae9a37
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189165
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/svx/uiconfig/ui/querydeletethemedialog.ui 
b/svx/uiconfig/ui/querydeletethemedialog.ui
index 96fc041b70e8..4ba864d77e59 100644
--- a/svx/uiconfig/ui/querydeletethemedialog.ui
+++ b/svx/uiconfig/ui/querydeletethemedialog.ui
@@ -1,37 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="svx">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkMessageDialog" id="QueryDeleteThemeDialog">
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <property name="title" translatable="yes" 
context="querydeletethemedialog|QueryDeleteThemeDialog">Delete this 
theme?</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">question</property>
+    <property name="type-hint">dialog</property>
+    <property name="skip-taskbar-hint">True</property>
+    <property name="message-type">question</property>
     <property name="buttons">yes-no</property>
     <property name="text" translatable="yes" 
context="querydeletethemedialog|QueryDeleteThemeDialog">Do you really want to 
delete this theme?</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="messagedialog-vbox2">
-        <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_area2">
-            <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">0</property>
           </packing>
         </child>
       </object>
     </child>
-    <child>
-      <placeholder/>
-    </child>
   </object>
 </interface>

Reply via email to