vcl/qt5/QtInstanceBuilder.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 79f43142269df7ef0e87b489a55569d73d453a96
Author:     Michael Weghorn <[email protected]>
AuthorDate: Fri Feb 20 10:58:11 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Sat Feb 21 02:31:39 2026 +0100

    tdf#130857 qt weld: Support sw "Find Entry" 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" -> "Mail Merge Wizard..."
    * select some database and press "Next" button until
      reaching page "3. Insert Address Block"
    * press "Select Different Address List..." button
    * in the "Select Address List" dialog, press the "Create..." button
    * in the "New Address List" dialog, press the "Find..." button
    
    Change-Id: Ia3f4cf8333b3c480b2fe3d319ea1eecd0c02fbbf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199812
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 4132cbf12d15..100a6873d08b 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -212,6 +212,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"modules/swriter/ui/endnotepage.ui",
     u"modules/swriter/ui/exchangedatabases.ui",
     u"modules/swriter/ui/fielddialog.ui",
+    u"modules/swriter/ui/findentrydialog.ui",
     u"modules/swriter/ui/footendnotedialog.ui",
     u"modules/swriter/ui/footnotepage.ui",
     u"modules/swriter/ui/indexentry.ui",
commit f522b75800933527ead0f62360a5a16dada0b04f
Author:     Michael Weghorn <[email protected]>
AuthorDate: Fri Feb 20 10:54:40 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Sat Feb 21 02:31:32 2026 +0100

    tdf#130857 qt weld: Support sw "Customize Address List" 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" -> "Mail Merge Wizard..."
    * select some database and press "Next" button until
      reaching page "3. Insert Address Block"
    * press "Select Different Address List..." button
    * in the "Select Address List" dialog, press the "Create..." button
    * in the "New Address List" dialog, press the "Customize" button
    
    Change-Id: Ief2da29cce970c8abb8266d91a099a2ef7ecaff4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199811
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 8bcf6087a1ca..4132cbf12d15 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -207,6 +207,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"modules/swriter/ui/columndialog.ui",
     u"modules/swriter/ui/columnwidth.ui",
     u"modules/swriter/ui/createauthorentry.ui",
+    u"modules/swriter/ui/customizeaddrlistdialog.ui",
     u"modules/swriter/ui/editcategories.ui",
     u"modules/swriter/ui/endnotepage.ui",
     u"modules/swriter/ui/exchangedatabases.ui",

Reply via email to