From 43cbbcbcabfd0374301031e281745c204936196f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 18 Mar 2025 09:34:30 +0100 Subject: [PATCH] nautilus: update 47.2 ->> 48.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major Changes in 48 =================== * Reversals: - Replace uselocale with Glib gettext variant (Khalid Abu Shawarib) * Bugfixes: - Generate thumbnails by order in view (Khalid Abu Shawarib) - Try more icons before using generic fallback (Khalid Abu Shawarib) - Focus filename entry in save mode by default (Ian Off) - Fix tree view and outdated file info crashes introduced in 48.rc (Khalid Abu Shawarib) - Use colored icon for filesystem root properties (Khalid Abu Shawarib) - Set search popover row heights (Khalid Abu Shawarib) * Cleanups: - Various performance enhancements around sorting, hidden files and image decoding (Khalid Abu Shawarib) - Add build summary (Khalid Abu Shawarib) * Translation updates (GNOME Translation Project contributors) Major Changes in 48.rc ====================== * Enhancements: - Run code formatting in parallel (Khalid Abu Shawarib) - Rework CI image job to freedesktop template (Khalid Abu Shawarib) - Rework and speedup adding of files to view (Khalid Abu Shawarib) - Add basic unit tests for files view (Khalid Abu Shawarib) - Load thumbnail info separate from other file infos (Khalid Abu Shawarib) * Reversals: - Revert port of properties dialog to AdwDialog due to outstanding issues * Bugfixes: - Fix app chooser widget sizing (Automeris naranja) - Fix free space calculation for archive extraction (Peter Eisenmann) - Fix shell sesrch result order (Khalid Abu Shawarib) - Fix floating bar style when unfocused (Peter Eisenmann) * Cleanups: - Rework view switching code of window-slot (António Fernandes) - Use AdwSpinner in floating bar (Automeris naranja) * Translation updates (GNOME Translation Project contributors) Major Changes in 48.beta ======================== * Enhancements: - Improve directory loading performance (Khalid Abu Shawarib, Peter Eisenmann) - Use AdwDialog for list view column chooser and properties dialog (Automeris naranja) - Change tab behavior for the sidebar (Lukáš Tyrychtr) - Create about dialog from appdata (Felipe Borges, Matthijs Velsink, Peter Eisenmann) - Port various dialogs to AdwAlertDialog (Automeris naranja) - Keep mount monitor around for caching in gvfs to work (Khalid Abu Shawarib) - Adjust to localsearch changes (Bobby Rong, Carlos Garnacho, Khalid Abu Shawarib, Sam Thursfield) - Hide Trash banner when empty (Isaac Yeo) - Ellipsize sidebar labels in the middle (Peter Eisenmann) - Add a CONTRIBUTING file (Corey Berla) - Allow removing bookmarks from pathbar (Isaac Yeo) - Various UI tweaks and label changes (Automeris naranja, Brage Fuglseth, Jamie Gravendeel, Khalid Abu Shawarib) - Various speedups (Corey Berla, Khalid Abu Shawarib) * Bugfixes: - Fix unintended grid relayouting on thumbnail loading (Calvin Walton) - Fix double a11y presentation of the filename in grid view (Lukáš Tyrychtr) - Keep CI running (Khalid Abu Shawarib, Peter Eisenmann) - Fix query editor translation (Aleksandr Melman) - Hide empty extensions list in properties (Khalid Abu Shawarib) - Fix NULL dereference with extensions (Philipp Unger) * Cleanups: - Improve grid selection implementation (Adrien Plazas) - Avoid setting up unnecessary directory monitors (Corey Berla) - Replace uselocale with Glib gettext variant (Khalid Abu Shawarib) - Stop setting invisible menu icons (Khalid Abu Shawarib) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../nautilus/{nautilus_47.2.bb => nautilus_48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/nautilus/{nautilus_47.2.bb => nautilus_48.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_47.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/nautilus/nautilus_47.2.bb rename to meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb index 9f44dcb114..4b9f9fcf26 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_47.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache -SRC_URI[archive.sha256sum] = "7f3203474f2e6374a11c6754ef33f3360eaf7f5b5e85f5e477e8a0ae0fa764d9" +SRC_URI[archive.sha256sum] = "f9e6a4cbe1d5bb7ad59ac44f0d439edd4b0507bf07d3d90a2e7e7e6d3f416d57" REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"