cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui | 16 ++++++++-------- vcl/qt5/QtInstanceBuilder.cxx | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-)
New commits: commit 4218c1305a92863d084a7603161ae38818be9142 Author: Michael Weghorn <[email protected]> AuthorDate: Fri Feb 6 19:59:17 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Feb 7 06:33:18 2026 +0100 tdf#130857 qt weld: Support "Update File 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. The dialog can be triggered like this: * start Writer * in the sidebar, open the "Gallery" sidebar deck * press the "New" button at the bottom of the deck * in the "Files" tab page, select a different File type using the "File type" combobox Change-Id: I4876b0fc92b573c10638dade2e7c5a8b1a3a9723 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198868 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 8b39fd505265..ab7738df4497 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -97,6 +97,7 @@ constexpr auto SUPPORTED_UI_FILES = frozen::make_unordered_set<std::u16string_vi u"cui/ui/querydialog.ui", u"cui/ui/queryduplicatedialog.ui", u"cui/ui/querysavelistdialog.ui", + u"cui/ui/queryupdategalleryfilelistdialog.ui", u"cui/ui/searchattrdialog.ui", u"cui/ui/securityoptionsdialog.ui", u"cui/ui/selectpathdialog.ui", commit 9b924f44256c88ab21c36f71758e107599a2b2b6 Author: Michael Weghorn <[email protected]> AuthorDate: Fri Feb 6 19:57:37 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Feb 7 06:33:12 2026 +0100 tdf#130857 qt weld: Move .ui file entry to its alphabetical place Change-Id: I6a332ae20622db9ecfeb57454d9229caa381b476 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198867 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index bb2ec683a377..8b39fd505265 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -94,9 +94,9 @@ constexpr auto SUPPORTED_UI_FILES = frozen::make_unordered_set<std::u16string_vi u"cui/ui/querydeletedictionarydialog.ui", u"cui/ui/querydeletelineenddialog.ui", u"cui/ui/querydeletelinestyledialog.ui", - u"cui/ui/querysavelistdialog.ui", u"cui/ui/querydialog.ui", u"cui/ui/queryduplicatedialog.ui", + u"cui/ui/querysavelistdialog.ui", u"cui/ui/searchattrdialog.ui", u"cui/ui/securityoptionsdialog.ui", u"cui/ui/selectpathdialog.ui", commit 0384e5a1c71d5c91d61f894064f6a5802c1feb04 Author: Michael Weghorn <[email protected]> AuthorDate: Fri Feb 6 19:53:13 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Feb 7 06:33:04 2026 +0100 cui: Resave queryupdategalleryfilelistdialog.ui with glade 3.40 The "Update File List?" dialog using this UI file can be triggered like this: * start Writer * in the sidebar, open the "Gallery" sidebar deck * press the "New" button at the bottom of the deck * in the "Files" tab page, select a different File type using the "File type" combobox Change-Id: I60dd0ca70dc53d9479d221b23d6fa4261ddaff53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198866 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui b/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui index a93ce0a24b53..943ab0f32b7c 100644 --- a/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui +++ b/cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.24"/> <object class="GtkMessageDialog" id="QueryUpdateFileListDialog"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="title" translatable="yes" context="queryupdategalleryfilelistdialog|QueryUpdateFileListDialog">Update File List?</property> <property name="resizable">False</property> <property name="modal">True</property> - <property name="type_hint">dialog</property> - <property name="skip_taskbar_hint">True</property> - <property name="message_type">question</property> + <property name="type-hint">dialog</property> + <property name="skip-taskbar-hint">True</property> + <property name="message-type">question</property> <property name="buttons">yes-no</property> <property name="text" translatable="yes" context="queryupdategalleryfilelistdialog|QueryUpdateFileListDialog">Do you want to update the file list?</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox4"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="messagedialog-action_area4"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="pack_type">end</property> + <property name="pack-type">end</property> <property name="position">0</property> </packing> </child>
