summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* mutter: upgrade 46.2 -> 46.4Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | Changelog: =========== * Fix nested popovers on wayland * Misc. bug fixes and cleanups Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colord-gtk: upgrade 0.3.0 -> 0.3.1Wang Mingyu2024-08-281-1/+1
| | | | | | | | Bugfixes: - Fix the callback signature to fix a crash Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: Fix build with libxml2 2.13+Khem Raj2024-08-242-1/+107
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: upgrade 46.0 -> 46.1Wang Mingyu2024-08-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: upgrade 45.3 -> 45.4Wang Mingyu2024-08-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: Fix build with llvm libunwindKhem Raj2024-07-253-2/+31
| | | | | | Update status of the patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: upgrade 3.44.0 -> 3.48.0Carlos Alberto Lopez Perez2024-07-253-13/+50
| | | | | | | | | | * 3.48.0 is currently the last stable version * The GUI now uses GTK4 instead of GTK3 * A new CLI program sysprof-agent is now available * libsysprof can be built without polkit support Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: fix unterminated stringAlba Herrerías2024-07-181-0/+2
| | | | | Signed-off-by: Alba Herrerias <alba@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: update 44.1 -> 46.0Markus Volk2024-07-173-58/+44
| | | | | | | | | | | | - Remove 0001-meson-Use-PKG_CONFIG_SYSROOT_DIR-when-using-pkg-conf.patch Using it pulls buildpath into the client library and thus breaks reproducibility - Add a patch to fix more reproducibility issues - Add soup3 dependency - inherit gsettings - remove CFLAGS:append, tested to be working with clang 18.1.6 for x86_64 musl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: upgrade 4.0.1 -> 4.0.2Wang Mingyu2024-07-151-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ - tree: Enable 'activates-default' in GtkSearchEntry - main: Fix command-line signal signature - filesel: Passing a dir with trailing '/' should open that dir - colview: Return if nth item of row exceeds num items in row - tree: Don't try to print nonexisting items - colview: Add more sanity checks - colview: Clicking on column titles should sort items - filesel: Allow a non-existing filename with --save and add associated test - filesel: Remove spurious extra _show() call Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-keyring: upgrade 46.1 -> 46.2Wang Mingyu2024-07-151-1/+1
| | | | | | | | | | | | | | Changelog: ========= * Don't use 'bool' as variable name * autogoo: replace AC_HELP_STRING with AS_HELP_STRING * Default "automatically unlock" checkbox to false * build: Fix distcheck with systemd unit * rpc-layer: Fix undefined reference to g_strlcpy * Updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: CVE status updateNinette Adhikari2024-07-031-0/+5
| | | | | | | Update status for: CVE-2007-3741, CVE-2009-0581, CVE-2009-0723, CVE-2009-0733 Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: upgrade 0.14.2 -> 0.14.3Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | Changelog: ========= * Prevent std::exception escaping from exiv2 * Declare gexiv2_metadata_open_stream and _save_stream as deprecated * Documentation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgraph: upgrade 0.2.2 -> 0.2.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: ============ * Fix memory leaks * Fix logger level warning Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: update 46.1 -> 46.2Markus Volk2024-05-291-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 46.2 ==== * Potential crasher fix * Improved disconnection messages * Broader client compatibility support * Various security hardening improvements * CVE-2024-5148 Limit login screen->user session handover access to appropriate user Contributors: Pascal Nowack, Ray Strode Translators: Balázs Úr [hu], Efstathios Iosifidis [el], Fabio Tomat [fur], Hugo Carvalho [pt], Jordi Mas i Hernandez [ca], Juliano de Souza Camargo [pt_BR] - add polkitd user and fix permissions to avoid: Error: Transaction test error: file /usr/share/polkit-1/rules.d conflicts between attempted installs of gnome-remote-desktop-46.2-r0.corei7_64 and gnome-control-center-46.2-r0.corei7_64 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: update 46.1 -> 46.2Markus Volk2024-05-291-1/+1
| | | | | | | | | | | Changes in 46.2 ================= - Various behavioral and accessibility fixes to the ScreenCast portal dialog - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 46.1 -> 46.2Markus Volk2024-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | Version 46.2 ~~~~~~~~~~~~ Released: 2024-05-24 This is a stable release with the following changes: * Fix a crash when no appstream data is found * Correct app safety calculation * Correct Flatpak system and user apps recognition * Slightly speed-up rpm-ostree metadata refresh This release also updates translations: * Kabyle (Rachida SACI) * Portuguese (Hugo Carvalho) * Spanish (Daniel Mustieles) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 46.1 -> 46.2Markus Volk2024-05-293-41/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.2 ==== * Fix size of workspace switcher OSD [Jakub; !3282] * Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284] * Exclude override-redirect windows from workspace animation [Marco; !3285] * Also center time on lock screen when using 12h format [pesader; !3290] * Use absolute tray icon position in root event coordinates [Marco; !3283] * Fix displaying info messages on login screen [Ray; !3298] * Correct expected bus name for streams [Simon; !3303] * Fix notifications on lock screen [Florian; !3308] * notifications: Only apply special styling to symbolic icons [Florian; !3296] * Fix number of search results with Large Text option [Sam; !3312] * Fix showing keyboard layouts with variants [Sebastian K.; !3324] * Tweak font sizes in calendar [Sam; !3313] * automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300] * Fix stuck unlock prompt when animations are disabled [Florian; !3317] * Fix possible hang on startup during ibus-daemon launch [Marco; !3293] * Misc. bug fixes and cleanups [Sebastian W., Gabriel, Sebastian K., Florian, Jonas, Sam, Ray; !3267, !3281, !3288, !3295, !3299, !3310, !3315, !3326, !3321, !3319, !3329, !3331, !3245, !3340] Contributors: Jonas Ådahl, Sam Hewitt, Sebastian Keller, Simon McVittie, Florian Müllner, Gabriel Nagy, pesader, segfault, Jakub Steiner, Ray Strode, Marco Trevisan (Treviño), Sebastian Wick Translators: Andika Triwidada [id], Rachida SACI [kab], Hugo Carvalho [pt], Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc] - remove backport patch - update extensions Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 46.1 -> 46.2Markus Volk2024-05-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ Version 46.2 ============ - Enable the "Location" settings panel by default (build-optional) - Various translation updates - Improve accessibility of some secondary-labels in settings rows - Increase default log verbosity level Accessibility - Fix icon name of accessibility panel desktop file - Fix flash area settings selection shown incorrectly Display - Fix crash when closing laptop lid Keyboard - Fix keyboard navigation of keyboard shortcuts dialog categories Mouse and Touchpad - Remove unnecessary a11y label Network - Fix crash when removing bluetooth network adapter row - Sort VPN connections list alphabetically - Remove incorrect assertion that breaks proxy settings page Sound - Make sliders more accessible by keyboard - Remove need for translating speaker test button tooltip System - Improve accessibility of "Copy" buttons in Remote Desktop - Fix crash in Date And Time settings closing before async calls finish - Fix reuse of remote-desktop verify encryption fingerprint dialog Users - Fix visibility issue in parental controls row Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 46.1 -> 46.2Markus Volk2024-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.2 ==== * Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676] * Fix night light state getting stuck on monitor changes [Michel; !3742] * Fix sending preferred buffer transform [Robert; !3717] * Fix key press events with immediate release being ignored [Carlos; !3721] * Fix unsetting clipboard on screen lock [Florian; !3752] * Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720] * Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755] * Fix popup menus sometimes closing immediately [Jonas D.; !3631] * Fixed crashes [Michel, Carlos, Keyu, Jonas Å., Sebastian K.; !3725, !3763, !3715, !3711, !3758, !3749] * Misc. bug fixes and cleanups [Florian, Echo, Michel, Jonas Å., Sebastian W., Corentin, Bilal; !3723, !3744, !3737, !3743, !3735, !3731, !3700, !3750, !3757, !3754, !3748, !3730, !3775] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Echo J, Sebastian Keller, Robert Mader, Florian Müllner, Corentin Noël, Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick Translators: Hugo Carvalho [pt], Leônidas Araújo [pt_BR] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 46.1 -> 46.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - Don't treat future dates as "Today" - Fix crashes - Prevent freeze on Audio/Video properties - Don't irreversibly hide sidebar with touch gesture - Don't expose unreadable symbol to screen reader - Fix search selection performance - Fix sorting on grid view Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgraph: upgrade 0.2.1 -> 0.2.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | Changelog: ========== * Add remote copy and move functions * Drop Authorization header during download * Fix browsing shared files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: upgrade 3.50.1 -> 3.50.2Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Setup Dialog - fix provider icon style - fix dialog not closing when cancelled * Exchange - fix account setup field verification * Microsoft 365 - fix account storage - fix identity retrieval - fix email retrieval * WebDAV - fix Fastmail and mailbox.org endpoints - fix for content-restricted app passwords * Translations - Mark a user-visible string as translatable - Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: upgrade 44.2 -> 44.3Wang Mingyu2024-05-281-1/+1
| | | | | | | | | | Changelog: ============ * Fixed filename not changed when creating a new archive * 7z: error when creating archives with volumes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 46.1 -> 46.3Wang Mingyu2024-05-281-1/+1
| | | | | | | | | Changelog: ========== * Fix typo in URL Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: stop declaring compatibility with scarthgapDmitry Baryshkov2024-05-281-1/+1
| | | | | | | | | With the UNPACKDIR changes in place the layers are no longer compatible with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit compatibility to styhead only. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Switch away from S = WORKDIRKhem Raj2024-05-232-4/+6
| | | | | | Make it dependent on UNPACKDIR instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-233-4/+4
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: add PACKAGECONFIG knob for malcontentMarkus Volk2024-05-231-0/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-boxes: fix build with gcc14Markus Volk2024-05-231-0/+2
| | | | | | | | | | | | | Workaround for int-conversion: | In file included from ../recipe-sysroot/usr/include/glib-2.0/glib.h:64, | from ../recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:30, | from ../recipe-sysroot/usr/include/glib-2.0/glib-object.h:24, | from src/gnome-boxes.p/libvirt-broker.c:6: | src/gnome-boxes.p/libvirt-broker.c: In function 'boxes_libvirt_broker_add_domain_co': | ../recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h:671:16: error: returning 'void *' from a function with return type 'gboolean' {aka 'int'} makes integer from pointer without a cast [-Wint-conversion] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Upgrade to 2.10.38Khem Raj2024-05-233-2/+51
| | | | | | Fix build with GCC-14 with few backports while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview3: Use -Wno-error=incompatible-pointer-types in cflagsKhem Raj2024-05-231-0/+3
| | | | | | | Fixes build with GCC-14, hopefully we will be able to drop it when it breaks again with newer compiler like GCC15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: Fix build with GCC-14Khem Raj2024-05-232-0/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: Upgrade to 0.15.9Khem Raj2024-05-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.7.2 -> 3.7.3Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | Changelog: ========= * Bump database version to fix SQLite 3.45.3 issues in existing installs * Fixed possible infinite loop on incomplete/unterminated Turtle/Trig data. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.7.2 -> 3.7.3Wang Mingyu2024-05-192-10/+7
| | | | | | | | | | | | | | | | 0001-fix-reproducibility.patch refreshed for 3.7.3 Changelog: ============ * Fix possible crashes handling live changes to extractor configuration * Make it easier to run tracker-extract-3 under Valgrind * Plug a leak on misdetected JPEG files * Many further metadata extraction tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-text-editor: upgrade 46.1 -> 46.3Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Fix a trivial build error when -Werror=implicit-function-declaration is - specified. - Fix an issue with cancellation of closing a page - Try harder to ensure a buffer disposes associated resources when the page is closed. - Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: update 44.1 -> 44.2Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | | | | | | | Version 44.2 ~~~~~~~~~~~~ Released: 2024-05-08 Features: * Added expanders to the tree view (!220) Bugfixes: * Fixed crash opening some rar files (!243) * Do not crash if the loaded file is empty (!233) Translations: * Indonesian (Andika Triwidada) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-boxes: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | 46.1 - Apr 22, 2024 =================== Changes since 46.0 - Fix build with clang - Added/updated/fixed translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ============= Evince 46.1 ============= data: * Improve url locations (Germán Poo-Caamaño) help: * Replace live.gnome.org with wiki.gnome.org (Andre Klapper) Developers: * Andre Klapper, Germán Poo-Caamaño Translations: * Changwoo Ryu (Korean) * Seong-ho Cho (Korean) * Piotr Drąg (Polish) * Anders Jonsson (Swedish) * Yuri Chornoivan (Ukrainian) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Version 46.1 ~~~~~~~~~~~~ Released: 2024-04-25 This is a stable release with the following changes: * Fix a crash when updating apps when built with Mogwai * Fix a crash when installing flatpak application * Correct desktop/mobile hardware support detection * Correct state of Fedora upgrade * Several fixes in historical updates for rpm-ostree This release also updates translations: * Catalan (Jordi Mas i Hernandez) * Czech (Daniel Rusek) * Dutch (Nathan Follens) * Friulian (Fabio Tomat) * Hindi (Guntupalli Karunakar) * Kabyle (Athmane MOKRAOUI) * Panjabi (A S Alam) * Russian (Artur S0) * Serbian (Милош Поповић) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: add missing json-glib dependencyPeter Marko2024-05-121-0/+1
| | | | | | | | | | Fixes do_configure error: | Run-time dependency json-glib-1.0 found: NO (tried pkgconfig) | | ../gdm-46.0/meson.build:64:12: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: correct regression with glib-2.0 2.78.5Peter Marko2024-05-122-0/+39
| | | | | | | Backport fix to work with new glib-2.0. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: Update status for CVE-2011-0433 and CVE-2011-5244Alexandre Truong2024-05-021-0/+4
| | | | | | | | | | | | | The current version 46.0 is not affected by the issues. Both issues have been fixed in commit [0]. The fix is in effect since early versions of evince (3.1.2). Thus, both can be safely ignored. [0]: https://gitlab.gnome.org/GNOME/evince/-/commit/efadec4ffcdde3373f6f4ca0eaac98dc963c4fd5 Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.7.1 -> 3.7.2Wang Mingyu2024-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.7.1 -> 3.7.2Wang Mingyu2024-05-023-59/+62
| | | | | | | | | 0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch 0001-fix-reproducibility.patch refreshed for 3.7.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgedit-gtksourceview: upgrade 299.1.0 -> 299.2.1Wang Mingyu2024-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: move printing RDEPENDS to cups PACKAGECONFIGMarkus Volk2024-05-011-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: update 45.1 -> 46.1Markus Volk2024-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes in 46.1 ===================== * Bugfixes: - Create archive with Enter on Compress dialog (Lukáš Tyrychtr) - Move focus correctly when item is removed (Khalid Abu Shawarib) - View performance optimization (Khalid Abu Shawarib) - Fix crash when compressing a file and a folder (Khalid Abu Shawarib) - Don't show banners in global search (Khalid Abu Shawarib) - Preserve permissions when copying from read-only file systems (Khalid Abu Shawarib) - Disable non-working global search from Other Locations (António Fernandes) * Translation updates (GNOME Translation Project contributors) Major changes in 46.0 ===================== * Bugfixes: - Remove char limit on size label in properties dialog (Khalid Abu Shawarib) * Translation updates (GNOME Translation Project contributors) Major changes in 46.rc ======================== * Enhancements - Adjust empty status page and progress tooltip strings (Allan Day, Khalid Abu Shawarib) - Add input hints and purpose properties to entries (Khalid Abu Shawarib) - Refine operations hover background (Sam Hewitt, António Fernandes) * Bugfixes: - Position loop mounts correctly in the sidebar (António Fernandes) - Fix internationalization issues (Khalid Abu Shawarib, Peter Eisenmann) - Revert crashes-causing multi-file properties performance optimization (Peter Eisenmann) - Reestablish location signals if location change failed (Corey Berla) - Fix regression which disallowed dropping files on empty folders (Corey Berla, António Fernandes) * Cleanups - Remove architecture-sensitive duplicate filename unit test (Peter Eisenmann, Jeremy Bicha) - Refine Appstream metainfo (Sophie Herold, Alexandre Franke) * Translation updates (GNOME Translation Project contributors) Major changes in 46.beta ======================== * Postponed - The network view from 46.alpha.1 was deemed to require more work * Enhancements - Added a global search mode (António Fernandes) - Use 'text entry' cursor on pathbar hover (Corey Berla) - Add drop shadow to file property dialog icons (kramo) - Improve progress info icons and tooltips (Bharat Tyagi, Sam Hewitt) * Bugfixes: - Avoid crashes with column chooser (Peter Eisenmann) - Avoid crash when navigating back to same folder (António Fernandes) - Avoid infinite loop on file creation naming conflict (Corey Berla) - Fix displaying parent folder of multi-files (Anton Snigirev) - Clear location entry on editing of internal locations (Peter Eisenmann) - Ensure search's clear button is hidden when empty (António Fernandes) - Hide search popover after opening a dialog (Khalid Abu Shawarib) - Correctly open empty folders from search (António Fernandes) - Don't reload view only to change selection (António Fernandes) - Use smaller icons in progress indicator (António Fernandes, Sam Hewitt) - Fix various leaks (Khalid Abu Shawarib, António Fernandes) - Added extra tentacles to confuse AI-generated blogs (Via Matrix) * Cleanups - Made various string HIG compatible (Bart Gravendeel, Automeris naranja) - Modernize column chooser widgetry (Automeris naranja) - Detect potfile errors via CI (Corey Berla) - Replace deprecated GTK point computing functions (N.Pranav Krishna) Major changes in 46.alpha.1 ======================= * Enhancements - Views can be switched without a folder reload (António Fernandes) - Operations are listed in the bottom of the sidebar (Corey Berla, António Fernandes, Allan Day) - Network view replaces Other Locations (António Fernandes, Allan Day) - Mounted drives are shown in the sidebar (António Fernandes) - Selected files are recorded in back and forward history (António Fernandes) - Subfolder loading indication (António Fernandes) - Various view performance improvements (António Fernandes) - Improved performance of multi-file properties dialog (Khalid Abu Shawarib) * Bugfixes: - Correctly prioritize thumbnails for non-alphabetical sort order (Corey Berla) - Notify view item name changes for accessibility (Corey Berla, António Fernandes) - Open real folder for documents in Recent from Properties (Anton Snigirev) - Pattern match (Ctrl+S) all expanded list view directories (António Fernandes) - Display sampling frequency in kHz with thousand separators (Hariharan D) - Treat markdown files as text documents in search (Hariharan D) - Improve UI text capitalization and mnemonics (Automeris naranja) - Fix tab tooltip texts for markup and search (Corey Berla) - Fix extension linkage with C++ (Khalid Abu Shawarib) - Add a tooltip to the star button (Lukáš Tyrychtr) - Show correct shortcut for Redo on the menu (Divyansh Jain) - Prevent use-after-free with mount and stop (António Fernandes) - Improve virtual files handling (António Fernandes) - Fix various view-related bugs, leaks and warnings (António Fernandes) * Cleanups: - Significant restructuring of view architecture (António Fernandes) - Remove dead code in views and css styles (António Fernandes) - Update man page, remove documentation for removed self-check functionality (Corey Berla) * Translation updates (GNOME Translation Project contributors) Major changes in 46.alpha.0 ======================= * Enhancements - Confirm password when creating protected ZIP archives (Eric Daigle) - Make custom folder icon feature discoverable (Khalid Abu Shawarib) - Make URI entry discoverable (Alynx Zhou, Barnabás Pőcze) - Allow changing owner/group and any permissions under admin:/// (António Fernandes) - Add detailed date and time format option (Ondrej Holy, Peter Eisenmann) - Detect copy/move over 4GiB file limit on FAT (Corey Berla) - Give feedback on completion of quick operations (António Fernandes) - New-style banners, unstar animation, and other visual refinements (Peter Eisenmann, Automeris naranja) - Allow Alt+Down to revert more than one Alt+Up (vmkul) - Close overlaid sidebar on location change (Khalid Abu Shawarib) * Bugfixes: - Don't skip files in deep count/size (António Fernandes) - Don't move files around as thumbnails load (Corey Berla) - Reveal highlighted file without delay (Corey Berla) - Stop crashing in various situations (Sebastian Keller, António Fernandes, Corey Berla, Khalid Abu Shawarib) - Resolve UI text inconsistencies (Automeris naranja, getsnoopy, kramo, Khalid Abu Shawarib, Ondrej Holy, Matthijs Velsink) - Fix memory leaks, template disposal, and warnings (Khalid Abu Shawarib) - Fix interface problems in Properties (Peter Eisenmann, António Fernandes, Khalid Abu Shawarib) - Don't keep viewing unmounted locations (Ondrej Holy, António Fernandes, Khalid Abu Shawarib) - Refined appdata (Sabri Ünal, António Fernandes) - Resolve wrong scroll positioning bugs (Gary Li, António Fernandes) - Fix automatic file duplicate naming (Peter Eisenmann) - Properly reorder bookmarks by drag and drop (Khalid Abu Shawarib) - Set current modification time on file created from templates (Khalid Abu Shawarib) - Fix missing/wrong mime type icons (António Fernandes) - Don't reload on autofs timeout (António Fernandes) * Cleanups - Remove obsolete profiling, custom debug logging, and self-checking (Peter Eisenmann, Khalid Abu Shawarib) - Streamline and expand tests (Khalid Abu Shawarib, Peter Eisenmann) - Reduce usage of GtkDialog and other deprecated API (Khalid Abu Shawarib, Peter Eisenmann) - Replace custom switch row with AdwSwitchRow (Óscar Fernández Díaz) - Drop obsolete code (Peter Eisenmann, António Fernandes, Corey Berla) - Reduce unnecessary string copies (Peter Eisenmann) - Unify numbered filename apendix handling (Peter Eisenmann, Khalid Abu Shawarib) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>