extensions/uiconfig/sbibliography/ui/mappingdialog.ui |   18 +++++++-------
 extensions/uiconfig/sbibliography/ui/querydialog.ui   |   23 +++++++-----------
 vcl/qt5/QtInstanceBuilder.cxx                         |    1 
 3 files changed, 20 insertions(+), 22 deletions(-)

New commits:
commit d0d334dc53003c266d67cfd57f51a3f9ca0c06d8
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Feb 11 12:11:35 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Feb 11 18:16:26 2026 +0100

    tdf#130857 qt weld: Support Column Arrangement 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.
    
    The dialog can be triggered like this:
    
    * start Writer
    * "Tools" -> Bibliography Database"
    * "Data" -> "Column Arrangement"
    
    Change-Id: Ic0dbc7ea0aa2939d967b09818a97be507fa067bf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199158
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index ec4aba5fdc01..384810ad552d 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -138,6 +138,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"modules/BasicIDE/ui/gotolinedialog.ui",
     u"modules/BasicIDE/ui/newlibdialog.ui",
     u"modules/sbibliography/ui/choosedatasourcedialog.ui",
+    u"modules/sbibliography/ui/mappingdialog.ui",
     u"modules/scalc/ui/colwidthdialog.ui",
     u"modules/scalc/ui/condformatmanager.ui",
     u"modules/scalc/ui/conditionalformatdialog.ui",
commit 89f6400a2f099ca0976cb36d1496ae27111e30a6
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Feb 11 12:08:41 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Feb 11 18:16:19 2026 +0100

    sbibliography: Resave mappingdialog.ui with glade 3.40
    
    The dialog can be triggered like this:
    
    * start Writer
    * "Tools" -> Bibliography Database"
    * "Data" -> "Column Arrangement"
    
    Change-Id: Id14bf108f5ffe55b49af7542ba36cb02bf3223e0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199157
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/extensions/uiconfig/sbibliography/ui/mappingdialog.ui 
b/extensions/uiconfig/sbibliography/ui/mappingdialog.ui
index a11ca280abc6..242f465847f3 100644
--- a/extensions/uiconfig/sbibliography/ui/mappingdialog.ui
+++ b/extensions/uiconfig/sbibliography/ui/mappingdialog.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="pcr">
   <requires lib="gtk+" version="3.24"/>
   <object class="GtkDialog" id="MappingDialog">
@@ -950,27 +950,27 @@
                 <child>
                   <object class="GtkLabel" id="label33">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
+                    <property name="can-focus">False</property>
                     <property name="halign">end</property>
                     <property name="label" translatable="yes" 
context="mappingdialog|label33">Local copy</property>
-                    <property name="use_underline">True</property>
-                    <property 
name="mnemonic_widget">LocalURLCombobox</property>
+                    <property name="use-underline">True</property>
+                    <property 
name="mnemonic-widget">LocalURLCombobox</property>
                   </object>
                   <packing>
-                    <property name="left_attach">4</property>
-                    <property name="top_attach">14</property>
+                    <property name="left-attach">4</property>
+                    <property name="top-attach">14</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkComboBoxText" id="LocalURLCombobox">
                     <property name="visible">True</property>
-                    <property name="can_focus">False</property>
+                    <property name="can-focus">False</property>
                     <property name="valign">center</property>
                     <property name="hexpand">True</property>
                   </object>
                   <packing>
-                    <property name="left_attach">5</property>
-                    <property name="top_attach">14</property>
+                    <property name="left-attach">5</property>
+                    <property name="top-attach">14</property>
                   </packing>
                 </child>
                 <child>
commit f37e7fd9792842ed43a5a15b309017bf18fd6905
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Feb 11 11:53:53 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Feb 11 18:16:12 2026 +0100

    sbibliography: Resave querydialog.ui with glade 3.40
    
    The dialog can be triggered like this:
    
    * create and save a simple Calc file, e.g. with just
      a single column with a few entries
    * start Writer
    * in "Edit" -> "Exchange Database", click "Browse",
      then select the new file and close the dialog
    * "Tools" -> "Bibliography Database"
    * press the "Data Source" button in the toolbar at the top
    * select the database defined before and confirm using "OK"
    
    -> The dialog shows up and informs that some column
    names could not be assigned (unless using an existing
    user profile is used and the dialog was dismissed earlier with the
    "Do not show this question again." checkbox checked).
    
    Change-Id: If1fdd89bc108c2185c065cc480b7918926ffba5a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199152
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/extensions/uiconfig/sbibliography/ui/querydialog.ui 
b/extensions/uiconfig/sbibliography/ui/querydialog.ui
index a1afc32f449a..001b25e99989 100644
--- a/extensions/uiconfig/sbibliography/ui/querydialog.ui
+++ b/extensions/uiconfig/sbibliography/ui/querydialog.ui
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="pcr">
   <requires lib="gtk+" version="3.24"/>
   <object class="GtkMessageDialog" id="QueryDialog">
+    <property name="can-focus">False</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
-    <property name="can_focus">False</property>
-    <property name="type_hint">dialog</property>
-    <property name="message_type">question</property>
+    <property name="type-hint">dialog</property>
+    <property name="message-type">question</property>
     <property name="buttons">yes-no</property>
     <child internal-child="vbox">
       <object class="GtkBox">
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox">
-            <property name="can_focus">False</property>
+            <property name="can-focus">False</property>
             <property name="homogeneous">True</property>
           </object>
           <packing>
@@ -29,10 +29,10 @@
           <object class="GtkCheckButton" id="ask">
             <property name="label" translatable="yes" 
context="querydialog|ask">Do not show this question again.</property>
             <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="receives_default">False</property>
-            <property name="use_underline">True</property>
-            <property name="draw_indicator">True</property>
+            <property name="can-focus">True</property>
+            <property name="receives-default">False</property>
+            <property name="use-underline">True</property>
+            <property name="draw-indicator">True</property>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -42,8 +42,5 @@
         </child>
       </object>
     </child>
-    <child>
-      <placeholder/>
-    </child>
   </object>
 </interface>

Reply via email to