filter/uiconfig/ui/xmlfiltertabpagegeneral.ui | 3 ++- vcl/qt5/QtInstanceBuilder.cxx | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit 05ce94ba091130b67e1da98e1289412440008151 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Feb 22 12:54:03 2025 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sun Feb 23 10:13:39 2025 +0100 a11y: Leave comment field in XML Filter dialog on simple Tab See similar commit for another dialog commit faa6749592b7777773a51cb6f350a39aeb67b052 Author: Michael Weghorn <m.wegh...@posteo.de> Date: Mon Oct 7 08:10:56 2024 +0200 a11y: Leave accessible description text view on simple tab key for reasoning. The dialog can be triggered in Writer via "Tools" -> "XML Filter Settings" -> "New". Change-Id: I384c9bcaac9b681f7facd209e1eb39ef98ab569c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182030 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/filter/uiconfig/ui/xmlfiltertabpagegeneral.ui b/filter/uiconfig/ui/xmlfiltertabpagegeneral.ui index 9a3e9ff5deb8..6b4b42edad4f 100644 --- a/filter/uiconfig/ui/xmlfiltertabpagegeneral.ui +++ b/filter/uiconfig/ui/xmlfiltertabpagegeneral.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="flt"> <requires lib="gtk+" version="3.20"/> <object class="GtkBox" id="XmlFilterTabPageGeneral"> @@ -181,6 +181,7 @@ <property name="can-focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="accepts-tab">False</property> <child internal-child="accessible"> <object class="AtkObject" id="description-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="xmlfiltertabpagegeneral|extended_tip|description">Enter a comment (optional).</property> commit 8ab2d4f6dc8acd566644063a6ca85438fdb7791e Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Feb 22 12:48:03 2025 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sun Feb 23 10:13:31 2025 +0100 tdf#130857 qt weld: Support XSLT filter 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 in Writer via "Tools" -> "XML Filter Settings" -> "New". Change-Id: I75a544b0e503779a2e2224da21d91dd93e1809bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182029 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index fa776220f574..ce06b4326f0e 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -83,6 +83,9 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) u"cui/ui/zoomdialog.ui"_ustr, u"dbaccess/ui/savedialog.ui"_ustr, u"dbaccess/ui/tabledesignsavemodifieddialog.ui"_ustr, + u"filter/ui/xmlfiltertabpagegeneral.ui"_ustr, + u"filter/ui/xmlfiltertabpagetransformation.ui"_ustr, + u"filter/ui/xsltfilterdialog.ui"_ustr, u"modules/scalc/ui/inputstringdialog.ui"_ustr, u"modules/scalc/ui/insertcells.ui"_ustr, u"modules/scalc/ui/movecopysheet.ui"_ustr,