vcl/qt5/QtInstanceBuilder.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 35bdbd7b18a70d83d617724e685191ac0a4ac4c1 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 21:50:20 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:31:12 2025 +0200 tdf#130857 qt weld: Sort list of supported files alphabetically Change-Id: I74b7c73a07d40f9b9c17cd02b03a9074a0bc5361 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188553 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index f457f3664888..08c0af21d339 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -83,11 +83,11 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"cui/ui/password.ui"_ustr, u"cui/ui/pastespecial.ui"_ustr, u"cui/ui/positionsizedialog.ui"_ustr, + u"cui/ui/qrcodegen.ui"_ustr, u"cui/ui/querydeletedictionarydialog.ui"_ustr, u"cui/ui/querydeletelineenddialog.ui"_ustr, u"cui/ui/querydeletelinestyledialog.ui"_ustr, u"cui/ui/querysavelistdialog.ui"_ustr, - u"cui/ui/qrcodegen.ui"_ustr, u"cui/ui/querydialog.ui"_ustr, u"cui/ui/queryduplicatedialog.ui"_ustr, u"cui/ui/searchattrdialog.ui"_ustr, commit 5b7b239e62b88c4debcea64ff6f66f1b4c845b3d Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 21:46:54 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:31:06 2025 +0200 tdf#130857 qt weld: Support "Save 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. To trigger the dialog: * start Draw * insert a shape (e.g. a rectangle) * right-click on newly inserted shape to open context menu * select "Line" context menu entry * go to "Line Styles" tab * add two new styles via the "Add" button and confirming suggested names * press the "Load Line Styles" button (which has a directory icon on it) Change-Id: If17b570f1f0266ce6919279ae1b83ca343c54678 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188552 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index a40d7cb5da8d..f457f3664888 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -86,6 +86,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"cui/ui/querydeletedictionarydialog.ui"_ustr, u"cui/ui/querydeletelineenddialog.ui"_ustr, u"cui/ui/querydeletelinestyledialog.ui"_ustr, + u"cui/ui/querysavelistdialog.ui"_ustr, u"cui/ui/qrcodegen.ui"_ustr, u"cui/ui/querydialog.ui"_ustr, u"cui/ui/queryduplicatedialog.ui"_ustr, commit a42ede17e41d6f78dd1cbbae849fd7d9f4d5751c Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 29 21:44:18 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 30 14:30:59 2025 +0200 tdf#130857 qt weld: Support "Delete Line Style?" 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. To trigger the dialog: * start Draw * insert a shape (e.g. a rectangle) * right-click on newly inserted shape to open context menu * select "Line" context menu entry * go to "Line Styles" tab * press "Delete" button Change-Id: If6037cdc6e67c47d520d4c6deea378d2cf3b08a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188551 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 1ef1ffd1d30f..a40d7cb5da8d 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -85,6 +85,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile, const weld::W u"cui/ui/positionsizedialog.ui"_ustr, u"cui/ui/querydeletedictionarydialog.ui"_ustr, u"cui/ui/querydeletelineenddialog.ui"_ustr, + u"cui/ui/querydeletelinestyledialog.ui"_ustr, u"cui/ui/qrcodegen.ui"_ustr, u"cui/ui/querydialog.ui"_ustr, u"cui/ui/queryduplicatedialog.ui"_ustr,