- Update to version 4.8.3.
* file-operation: Prevent recursion to speed up emptying trash * file-operations: auto-escape filenames on native ntfs mounts * file-operations: auto-escape filenames on fuseblk mounts * file-operations: don't auto-escape semicolon * nemo-file-operations: Remove a toplevel folder from favorites during a delete operation. * nemo-file.c: Check if a favorite:///file is a symbolic link before trying to look up its target uri. * nemo-file.c: nemo_file_set_is_favorite - always set metadata, not just when a file is a symlink. * nemo-file.c: nemo_file_is_local - Use the target file uri to decide if a file in the favorites:/// view should be considered local. * nemo-view.c: Hide the 'move to trash' menu items for recent and favorites, and hide the 'delete' item in favorites. * nemo-view.c: Fix visibility check for the trash menu item. * favorites: Accept dnd to places-sidebar item to add favorites, refactor existing dnd in list and icon views. * nemo-file.c: Check for a broken symbolic link before trying to get a favorite's target uri. * nemo-file-conflict-dialog.c: Fix hidpi scaling of the file icons. * nemo-file.c: Allow the favorites folder to better respect the various thumbnailing settings. * Add escaping for percent sign in action Exec * build: fix typelibdir in libnemo-extension/meson.build. * nemo-desktop-manager.c: Recreate the desktop when the primary monitor's scale factor changes. OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=163
This commit is contained in:
parent
54d6806263
commit
a6f3813ccd
3
nemo-4.8.3.tar.gz
Normal file
3
nemo-4.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:791d42c236e9002913c74d32d60683e7973958db8efd7e24eba94394f042c788
|
||||
size 1464636
|
33
nemo.changes
33
nemo.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 2 18:35:50 UTC 2021 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Update to version 4.8.3.
|
||||
* file-operation: Prevent recursion to speed up emptying trash
|
||||
* file-operations: auto-escape filenames on native ntfs mounts
|
||||
* file-operations: auto-escape filenames on fuseblk mounts
|
||||
* file-operations: don't auto-escape semicolon
|
||||
* nemo-file-operations: Remove a toplevel folder from favorites
|
||||
during a delete operation.
|
||||
* nemo-file.c: Check if a favorite:///file is a symbolic link
|
||||
before trying to look up its target uri.
|
||||
* nemo-file.c: nemo_file_set_is_favorite - always set metadata,
|
||||
not just when a file is a symlink.
|
||||
* nemo-file.c: nemo_file_is_local - Use the target file uri to
|
||||
decide if a file in the favorites:/// view should be considered
|
||||
local.
|
||||
* nemo-view.c: Hide the 'move to trash' menu items for recent and
|
||||
favorites, and hide the 'delete' item in favorites.
|
||||
* nemo-view.c: Fix visibility check for the trash menu item.
|
||||
* favorites: Accept dnd to places-sidebar item to add favorites,
|
||||
refactor existing dnd in list and icon views.
|
||||
* nemo-file.c: Check for a broken symbolic link before trying to
|
||||
get a favorite's target uri.
|
||||
* nemo-file-conflict-dialog.c: Fix hidpi scaling of the file
|
||||
icons.
|
||||
* nemo-file.c: Allow the favorites folder to better respect the
|
||||
various thumbnailing settings.
|
||||
* Add escaping for percent sign in action Exec
|
||||
* build: fix typelibdir in libnemo-extension/meson.build.
|
||||
* nemo-desktop-manager.c: Recreate the desktop when the primary
|
||||
monitor's scale factor changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 16:46:07 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nemo
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define sover 1
|
||||
%define typelib typelib-1_0-Nemo-3_0
|
||||
Name: nemo
|
||||
Version: 4.8.2
|
||||
Version: 4.8.3
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user