No description
Find a file
Carlos Soriano 984438f102 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
2016-02-01 09:49:57 +01:00
data Add a missing tag to the AppData file 2016-01-25 16:38:14 +00:00
docs remove leftovers of connect to server 2015-08-21 11:34:52 +02:00
eel file: refactor eel-partition for better ownership management 2015-12-11 22:42:04 +01:00
icons Add film strip in nautilus rather than in thumbnailer 2014-02-09 00:42:56 +01:00
libgd@04b2480259 desktop: undecorate the window before positioning 2015-11-12 09:34:52 +01:00
libnautilus-extension libnautilus-extension: add gtk-doc documentation coverage 2015-05-25 20:41:19 -07:00
libnautilus-private canvas-container: fix desktop snapping 2016-02-01 09:49:57 +01:00
nautilus-sendto-extension send-to: use Send to... for the label 2015-08-31 14:05:38 +02:00
po Updated Slovak translation 2016-01-26 14:04:42 +00:00
src nautilus-window: add a styleclass 2016-01-28 10:40:55 +01:00
test search: done loading signal only if not restarting engine 2015-07-22 13:02:04 +02:00
.gitmodules general: Add libgd as a submodule 2015-02-03 09:26:04 -08:00
AUTHORS release: update AUTHORS 2011-04-04 10:05:30 -04:00
autogen.sh autogen.sh: remove obsolete PKG_NAME 2015-05-25 14:39:27 -07:00
configure.ac build: Rely on intltool >= 0.50 for gsettings translation 2015-12-16 12:46:48 +01:00
COPYING Don't mention FSF address 2014-02-17 14:41:43 -08:00
COPYING.EXTENSIONS Add COPYING.EXTENSIONS clarifying some extension license issues 2009-05-27 11:06:31 +02:00
COPYING.LIB Just adding copyright/license notices, and a copy of the LGPL. 1999-12-07 19:59:42 +00:00
git.mk Use git.mk 2012-09-17 18:07:25 -04:00
HACKING doap: update URLs 2014-04-06 18:52:22 +02:00
MAINTAINERS Update MAINTAINERS and DOAP files 2011-01-28 17:11:44 -05:00
Makefile.am build: order libgd before libnautilus-private 2015-05-25 14:49:23 -07:00
Makefile.shared Fixed bug 4057 (clicking the back button while opening a huge 2000-10-30 19:22:43 +00:00
nautilus.doap doap: add me to maintainers 2015-02-11 20:13:57 +01:00
NEWS release: prepare 3.19.2 2015-12-14 21:01:48 +01:00
OVERVIEW.md OVERVIEW: rename to OVERVIEW.md 2015-12-23 15:00:20 +01:00
README README: update 2015-05-23 23:20:25 +02:00
README.commits Fix a copy/paste typo. 2009-04-17 15:24:02 +02:00
THANKS Update for release. 2008-03-10 23:21:35 +00:00

This is Nautilus, the file manager for the GNOME desktop.
https://wiki.gnome.org/Apps/Nautilus

Hacking on Nautilus
===================

To build the development version of Nautilus and hack on the code
see the general guide for build the GNOME platform at
https://wiki.gnome.org/GnomeLove/BuildGnome

Guidelines and tutorials to contribute to the GNOME platform
are in https://wiki.gnome.org/GnomeLove/CodeContributionWorkflow

Mailing List
============

The nautilus mailing list is nautilus-list@gnome.org.  Subscription
information is available at
http://mail.gnome.org/mailman/listinfo/nautilus-list

How to report bugs
==================

Bugs should be reported to the GNOME bug tracking system
(http://bugzilla.gnome.org), in the "nautilus" product.

Please read the following page on how to prepare a useful bug report:
http://bugzilla.gnome.org/bug-HOWTO.html