nautilus:gnome-3-28

Last commit made on 2019-10-13
Get this branch:
git clone -b gnome-3-28 https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
gnome-3-28
Repository:
lp:nautilus

Recent commits

63c942f... by id:sicklylife

Update Japanese translation

19ec264... by id:sicklylife

Update Japanese translation

eb4f855... by Carlos Soriano <email address hidden>

flatpak: Format json

5a1d446... by Carlos Soriano <email address hidden>

Use proper exiv2 download url

2e72c27... by Christian Kirbach

Update German translation

cefe34c... by Sveinn í Felli

Update Icelandic translation

64580ea... by Marco Trevisan (Treviño)

file-view: Always unset pending_selection after freeing it

When a file view was loaded with a pending selection, and not all the files were
seen yet, the private pending_selection list was properly free'd, but the pointer
was not cleared, causing a crash when `nautilus_files_view_set_selection` was
called again, as it was trying to deeply copy a list pointed by this invalid
reference.

So, removing the unneeded `pending_selection` temporary pointer from the main
function scope, as it only confuses, while use it (with an autolist) when we
need to pass the previous `priv->pending_selection` (stealing its ownership)
to set_selection again.

Eventually use a g_clear_pointer to free the list and nullify its priv reference

Fixes #295

(cherry picked from commit ae3382a281b018337a8032ef13663ec2d9c7fd6c)

ff776c2... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

window: Allow dead_tilde key to trigger location entry

The standalone "~" key ("asciitilde") works as a convenient shortcut
to type home-relative paths into the location entry.

However, some keyboard layouts don't have an standalone "~" key but
rather a "dead tilde" key. This makes the existing shortcut unavaliable
for some keyboard layouts.

This is surprising for most people, because they have a tilde key and
the Keyboard Shortcuts window advertises a shortcut for the tilde key.

So, add the dead tilde key as an alternative shortcut.

Note: Searching for tilded characters or the tilde character itself
is still possible by revealing the search entry is explicitly.

Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/372

(cherry picked from commit ab16292e698cbcfdbc2cd175cdeaac4a8a898a69)

04f3cb5... by Wong Heung Sang <email address hidden>

nautilus-file-utilities: Add GVolumeMonitor auto cleanup

In nautilus_get_mounted_mount_for_root
g_volume_monitor_get is called
without cleanup

We need cleanup or auto cleanup
for GVolumeMonitor

g_autoptr is added for auto cleanup

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/471

(cherry picked from commit 44601d99bacc21082f335603f0bf78f1ef9922d0)

1bfde1f... by Cédric VALMARY (Tot en òc)

Update Occitan translation