nautilus:gnome-3-18

Last commit made on 2016-10-06
Get this branch:
git clone -b gnome-3-18 https://git.launchpad.net/nautilus

Branch merges

Branch information

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

Recent commits

2ab3424... by gogo

Update Croatian translation

81c395d... by gogo

Updated Croatian translation

e781e98... by Andrea Azzarone

desktop-canvas-view: scale desktop workarea

The problem is that in the function canvas_container_set_workarea the screen width
and height are in "application pixels" while the workarea ones are in "device
pixels" so when the scaling is > 1, the margins are not properly setted.

We need to scale-down the workarea geometries to "application pixels".

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

3c1e170... by Jiri Grönroos

Updated Finnish translation

f719eb8... by Andika Triwidada

Updated Indonesian translation

8913145... by Matej Urbančič

Updated Slovenian translation

d653f43... by Matej Urbančič

Updated Slovenian translation

3a391b2... by Razvan Chitu <email address hidden>

progress-info: check destination before referencing it

The progress info destination is obtainable through a getter function that
returns a reference to it. This reference is created without checking if the
destination is not null, which leads to critical warnings. In order to fix this,
check the destination before creating the reference.

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

5465849... by GNOME Translation Robot <email address hidden>

Updated Scottish Gaelic translation

9cce755... by Carlos

canvas-container: fix desktop snapping

To snap an icon to the closest grid cell, we were trying to round
the x position with an offset of 0.5. However, cells are not
normalized, so that 0.5 is actually doing little to round the
position.

This is making the icons to snap to the right closest cell once the
user drags more the icon left to the current cell.

The actual size of the cell is SNAP_SIZE_*, so to fix this use half
of the SNAP_SIZE to "round" the number.

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