nautilus:gnome-3-22

Last commit made on 2017-08-12
Get this branch:
git clone -b gnome-3-22 https://git.launchpad.net/nautilus

Branch merges

Branch information

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

Recent commits

c4f43f8... by Andika Triwidada

Update Indonesian translation

90786fd... by Matej Urbančič

Updated Slovenian translation

21f868a... by Matej Urbančič

Updated Slovenian translation

b3c8f3f... by Jeremy Bícha

Fix Hausa translation

This was causing problems for Launchpad's translation importer
for Ubuntu.

"Line 7166: Unsupported plural case number."

23467b5... by Jeremy Bícha

canvas-item: Don't wrap after . immediately followed by numbers

Nautilus allowed line wrapping for filenames after a . or _
The code made an exception for version numbers, but it
was too rigid and broke things like Ubuntu's 12.04 version
numbering. This relaxes the exception so that the line isn't
wrapped for a . or _ immediately followed by any numbers.

https://launchpad.net/bugs/942539

https://bugzilla.gnome.org/show_bug.cgi?id=781875

5ec9b5c... by Alexandru Pandelea <email address hidden>

window-slot: fix activate on search entry

The issue is that when pressing enter in search while the search entry
has the focus, right after the callback to activate the selection is
called, Nautilus also tries to activate the location corresponding to
the base of the search, as the view is still searching.

This occurs because in the activated signal the search is set as not
visible manually, which will make Nautilus check immediatly if it should
go back to the base of the search location, without waiting for the view
to update.

To fix this, don't set the search as not visible in the activated callback,
as when the search-mode-enabled property changes, if necessarry, the
cancel signal will be emitted which will set the search as not visible,
which will happen only after the view is updated. This is the behavior for
activating the selection in other ways, so activation with focus on the
entry should behave the same.

https://bugzilla.gnome.org/show_bug.cgi?id=764981

11ada79... by Jeremy Bícha

autostart: Set NoDisplay=true

This hides the autostart from Ubuntu's Startup Applications
app since we don't want users to easily disable this without
understanding why it's there.

https://bugzilla.gnome.org/show_bug.cgi?id=781874

b38e3a7... by Jordi Mas

Update Catalan translation

5886309... by Alexandru Pandelea <email address hidden>

files-view: fix crash on enter in search

Pressing enter with no selection while in search makes Nautilus
crash.

The problem is that Nautilus will try to access the first element
of a list that is NULL.

To avoid this, make sure that the list is not NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=777214

8edb4f1... by Carlos

release: prepare for 3.22.3