No description
Find a file
Alexandru Pandelea c7fb994cef batch-rename-dialog: fix search & replace for . and ..
In the replace mode, when "." or ".." were typed in the replace entry,
there would always pop up an error, saying that a file would have an
invalid name.

In this case, instead of checking the entry, the check must actually be
done to all the new names to see if any of those are equal to "." or
"..".

Since the new names are now used in this function, these have to be
obtained before.

https://bugzilla.gnome.org/show_bug.cgi?id=770870
2016-09-06 12:31:29 +03:00
data Fix compiler warning 2016-09-01 09:42:32 +02:00
docs docs: touch up manual page 2016-06-25 21:33:21 +03:00
eel general: run uncrustify 2016-08-29 18:37:10 +02:00
icons Add film strip in nautilus rather than in thumbnailer 2014-02-09 00:42:56 +01:00
libgd@752f65e91e libgd: Update from git 2016-09-05 13:31:07 +02:00
libnautilus-extension general: run uncrustify 2016-08-29 18:37:10 +02:00
nautilus-desktop general: initialize smart pointers to NULL 2016-08-30 20:27:49 +03:00
nautilus-sendto-extension general: run uncrustify 2016-08-29 18:37:10 +02:00
po Updated Polish translation 2016-09-06 02:14:49 +02:00
src batch-rename-dialog: fix search & replace for . and .. 2016-09-06 12:31:29 +03:00
test general: run uncrustify 2016-08-29 18:37:10 +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 Port from intltool 2016-08-03 10:42:40 +03:00
configure.ac Revert "configure.ac: link against libgd dynamically" 2016-09-05 13:30:03 +02: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 Port from intltool 2016-08-03 10:42:40 +03: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 Revert "general: move the Nautilus icon to the source tree" 2016-08-18 22:24:52 +02: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 for 3.21.91 2016-08-30 21:29:28 +02: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