vcl/qt5/QtInstanceBuilder.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2754303929ebab30df109bf8ccae93060f7c7265
Author: Michael Weghorn <[email protected]>
AuthorDate: Fri Feb 20 15:34:23 2026 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Sat Feb 21 02:34:03 2026 +0100
tdf#130857 qt weld: Support "Save merged document" 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
* run the "Tools" -> "Mail Merge" wizard to the end
(with setting database,...) and close with "Finish"
* press the "Save Merged Documents" button in the toolbar
Change-Id: Ib271f7896aafdddd263e9dd2be0ed02bc91507da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199881
Reviewed-by: Michael Weghorn <[email protected]>
Tested-by: Jenkins
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 5d7df6e30aa2..822ca46e0a09 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -229,6 +229,7 @@ constexpr auto SUPPORTED_UI_FILES =
frozen::make_unordered_set<std::u16string_vi
u"modules/swriter/ui/linenumbering.ui",
u"modules/swriter/ui/mmcreatingdialog.ui",
u"modules/swriter/ui/mmresultprintdialog.ui",
+ u"modules/swriter/ui/mmresultsavedialog.ui",
u"modules/swriter/ui/newuserindexdialog.ui",
u"modules/swriter/ui/numberingnamedialog.ui",
u"modules/swriter/ui/outlinenumbering.ui",
commit d2f6a810fd63e4c277dc5153f325000906ed84d7
Author: Michael Weghorn <[email protected]>
AuthorDate: Fri Feb 20 15:30:31 2026 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Sat Feb 21 02:33:57 2026 +0100
tdf#130857 qt weld: Support "Print merged document" 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
* run the "Tools" -> "Mail Merge" wizard to the end
(with setting database,...) and close with "Finish"
* press the "Print Merged Documents" button in the toolbar
Change-Id: I9e1df61722d5f5fa0718ddabcada31f188c89e4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199875
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <[email protected]>
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 87480de50f54..5d7df6e30aa2 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -228,6 +228,7 @@ constexpr auto SUPPORTED_UI_FILES =
frozen::make_unordered_set<std::u16string_vi
u"modules/swriter/ui/labeldialog.ui",
u"modules/swriter/ui/linenumbering.ui",
u"modules/swriter/ui/mmcreatingdialog.ui",
+ u"modules/swriter/ui/mmresultprintdialog.ui",
u"modules/swriter/ui/newuserindexdialog.ui",
u"modules/swriter/ui/numberingnamedialog.ui",
u"modules/swriter/ui/outlinenumbering.ui",