vcl/qt5/QtInstanceBuilder.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit afc441e65107ed808c399b65f4737d25541cdf77 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Nov 30 21:29:26 2024 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sun Dec 1 00:35:00 2024 +0100
tdf#130857 qt weld: Support "Insert Breaks" dialog Declare support for the "Insert Breaks" dialog that can be triggered using the "Insert" -> "More Breaks" -> "Manual Break" menu entry in Writer. 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. Change-Id: I338b017d082532a831168f1c6d0e3e5147e04a39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177599 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index db82e9ddb129..453258b26aa6 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -67,6 +67,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) u"modules/swriter/ui/footendnotedialog.ui"_ustr, u"modules/swriter/ui/footnotepage.ui"_ustr, u"modules/swriter/ui/inforeadonlydialog.ui"_ustr, + u"modules/swriter/ui/insertbreak.ui"_ustr, u"modules/swriter/ui/renameobjectdialog.ui"_ustr, u"modules/swriter/ui/splittable.ui"_ustr, u"modules/swriter/ui/wordcount.ui"_ustr, commit 7498b77bf677d5199be0133b18720b4446c0a80a Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Nov 30 21:25:19 2024 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sun Dec 1 00:34:54 2024 +0100 tdf#130857 qt weld: Support "Split Table" dialog Declare support for the "Split Table" dialog that can be triggered using the "Table" -> "Split Table" menu entry in Writer while the cursor is inside of a table cell. 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. Change-Id: Iae4855027de533ff7f9a4148f8101a56c281abcf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177598 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index a3e1422ab84b..db82e9ddb129 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -68,6 +68,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) u"modules/swriter/ui/footnotepage.ui"_ustr, u"modules/swriter/ui/inforeadonlydialog.ui"_ustr, u"modules/swriter/ui/renameobjectdialog.ui"_ustr, + u"modules/swriter/ui/splittable.ui"_ustr, u"modules/swriter/ui/wordcount.ui"_ustr, u"sfx/ui/helpmanual.ui"_ustr, u"sfx/ui/licensedialog.ui"_ustr, commit 6eb823fa40c0a9ce09a0503df601910b09077d60 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Nov 30 21:20:47 2024 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sun Dec 1 00:34:48 2024 +0100 tdf#130857 qt weld: Support "Split Cells" dialog Declare support for the "Split Cells" dialog that can e.g. be triggered using the "Table" -> "Split Cells" menu entry in Writer while the cursor is inside of a table cell. 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. Change-Id: I5b994698ea46e9ede763169d21fe53527b3b369b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177597 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 938b61a780a0..a3e1422ab84b 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -55,6 +55,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) u"cui/ui/pastespecial.ui"_ustr, u"cui/ui/querysetinsmodedialog.ui"_ustr, u"cui/ui/securityoptionsdialog.ui"_ustr, + u"cui/ui/splitcellsdialog.ui"_ustr, u"cui/ui/tipofthedaydialog.ui"_ustr, u"modules/scalc/ui/inputstringdialog.ui"_ustr, u"modules/scalc/ui/insertcells.ui"_ustr,