Accepting request 862011 from X11:Cinnamon:Factory
- 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/request/show/862011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=38
This commit is contained in:
commit
cdbeccdb61
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4225b7c4736abe49e106595c770f2c2ea137b15f0b09c9f9ae05c1556fb42a4
|
|
||||||
size 1463134
|
|
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>
|
Sat Dec 26 16:46:07 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nemo
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 4.8.2
|
Version: 4.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user