cui/uiconfig/ui/querydeletechartcolordialog.ui |   18 +++++++++---------
 vcl/qt5/QtInstanceBuilder.cxx                  |    2 ++
 2 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit d274d55ff82f886052f0ca6816aadd6ac65cb488
Author:     Michael Weghorn <[email protected]>
AuthorDate: Thu Feb 19 23:25:52 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Fri Feb 20 10:07:04 2026 +0100

    cui: Resave querydeletechartcolordialog.ui with glade 3.40
    
    The dialog can be triggered like this:
    
    * start Writer
    * "Tools" -> "Options"
    * navigate to the "Charts" -> "Default Colors" page
    * select color
    * press the "Delete" button
    
    Change-Id: I83f8f4a3f56e8a3ce81bbf86882e8643a084d216
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199766
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/cui/uiconfig/ui/querydeletechartcolordialog.ui 
b/cui/uiconfig/ui/querydeletechartcolordialog.ui
index 512527fba622..47522ac85767 100644
--- a/cui/uiconfig/ui/querydeletechartcolordialog.ui
+++ b/cui/uiconfig/ui/querydeletechartcolordialog.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.24"/>
   <object class="GtkMessageDialog" id="QueryDeleteChartColorDialog">
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <property name="title" translatable="yes" 
context="querydeletechartcolordialog|QueryDeleteChartColorDialog">Delete 
Color?</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">yes-no</property>
     <property name="text" translatable="yes" 
context="querydeletechartcolordialog|QueryDeleteChartColorDialog">Do you really 
want to delete the chart color?</property>
-    <property name="secondary_text" translatable="yes" 
context="querydeletechartcolordialog|QueryDeleteChartColorDialog">This action 
cannot be undone.</property>
+    <property name="secondary-text" translatable="yes" 
context="querydeletechartcolordialog|QueryDeleteChartColorDialog">This action 
cannot be undone.</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">0</property>
           </packing>
         </child>
commit 420442443a7908b0b8c671a45bca017c33750138
Author:     Michael Weghorn <[email protected]>
AuthorDate: Thu Feb 19 15:52:11 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Fri Feb 20 10:06:57 2026 +0100

    tdf#130857 qt weld: Support BasicIDE "Manage UI Languages" 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" -> "Macros" -> "Edit Macros..."
    * "Dialog" -> "Manage Language"
    
    Change-Id: Ic34063ba57116cc026d705e7be1d3a31c1680c96
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199735
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 90b98cd43965..a2224be2a1b5 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -139,6 +139,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"modules/BasicIDE/ui/deletelangdialog.ui",
     u"modules/BasicIDE/ui/exportdialog.ui",
     u"modules/BasicIDE/ui/gotolinedialog.ui",
+    u"modules/BasicIDE/ui/managelanguages.ui",
     u"modules/BasicIDE/ui/newlibdialog.ui",
     u"modules/sbibliography/ui/choosedatasourcedialog.ui",
     u"modules/sbibliography/ui/mappingdialog.ui",
commit 100799b32d66c48f543dd81f7655418f982bec95
Author:     Michael Weghorn <[email protected]>
AuthorDate: Thu Feb 19 15:47:48 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Fri Feb 20 10:06:49 2026 +0100

    tdf#130857 qt weld: Support BasicIDE "Delete Language Resources" dlg
    
    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" -> "Macros" -> "Edit Macros..."
    * "Dialog" -> "Manage Language"
    * press the "Add" button
    * select a language and confirm with the "OK" button
    * select the newly added language and press the "Delete"
      button
    
    Change-Id: Id46269a8b026c2373eb21fcc034a8683b93c18e9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199734
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 6a6fe9d79114..90b98cd43965 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -136,6 +136,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"fps/ui/foldernamedialog.ui",
     u"modules/BasicIDE/ui/colorscheme.ui",
     u"modules/BasicIDE/ui/defaultlanguage.ui",
+    u"modules/BasicIDE/ui/deletelangdialog.ui",
     u"modules/BasicIDE/ui/exportdialog.ui",
     u"modules/BasicIDE/ui/gotolinedialog.ui",
     u"modules/BasicIDE/ui/newlibdialog.ui",

Reply via email to