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

New commits:
commit c4dc5b1f49e3f049875e3995b51b5fb698d17169
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Jul 30 14:27:45 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Jul 31 18:49:58 2025 +0200

    tdf#130857 qt weld: Support "Digital Signatures" 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.
    
    This dialog can be triggered as follows:
    
    * start Writer
    * save doc
    * "File" -> "Digital Signatures" -> "Digital Signatures"
    
    Change-Id: Ia7a129f8923e621ce51a810b7ea2b4c02227852c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188602
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 8cc7184067d6..2d184701ee73 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -187,6 +187,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& 
rUIFile, const weld::W
         u"vcl/ui/printerpaperpage.ui"_ustr,
         u"vcl/ui/printerpropertiesdialog.ui"_ustr,
         u"vcl/ui/printprogressdialog.ui"_ustr,
+        u"xmlsec/ui/digitalsignaturesdialog.ui"_ustr,
         u"xmlsec/ui/macrosecuritydialog.ui"_ustr,
         u"xmlsec/ui/securitylevelpage.ui"_ustr,
         u"xmlsec/ui/securitytrustpage.ui"_ustr,
commit 80141e42915d298bb7d1ebd09eaa90ee973dd625
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Jul 30 14:03:52 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Jul 31 18:49:53 2025 +0200

    tdf#130857 qt weld: Support "Select Certificate" 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.
    
    This dialog can be triggered as follows:
    
    * start Writer
    * save doc
    * "File" -> "Digital Signatures" -> "Digital Signatures"
    * press "Sign Document"
    
    Change-Id: Ic12dbdf28b3298e5bf4eb6fce35748ee2c5d9231
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188601
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 31bfced4044c..8cc7184067d6 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -190,6 +190,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& 
rUIFile, const weld::W
         u"xmlsec/ui/macrosecuritydialog.ui"_ustr,
         u"xmlsec/ui/securitylevelpage.ui"_ustr,
         u"xmlsec/ui/securitytrustpage.ui"_ustr,
+        u"xmlsec/ui/selectcertificatedialog.ui"_ustr,
         u"xmlsec/ui/viewcertdialog.ui"_ustr,
         u"writerperfect/ui/exportepub.ui"_ustr,
     };

Reply via email to