No description
Find a file
Cosimo Cecchi 215f9cff68 view: don't connect to NautilusWindow signals
Since the window of the slot can change, we don't want to connect
signals from the view to the window.

We only connect to NautilusWindow signals for two reasons:
- updating the shadow type of the content view when the number of tabs
  in the notebook changes
- following the hidden-files-changed signal

Since the first is really a hack, it can live in NautilusWindow itself
To implement the second, move the Show Hidden Files action to the view
action group, and handle hidden files action changes completely in the
view.
2012-08-31 23:00:48 -04:00
cut-n-paste-code smclient: remove XSMP support 2010-12-20 19:07:49 +01:00
data Change name of action to Run Software instead of Autorun Prompt 2012-08-15 09:39:24 -04:00
docs man: don't mention --check in the manual 2012-07-20 11:32:10 -04:00
eel Remove unnecessary gdk_threads_enter/leave calls 2012-08-30 08:48:03 -04:00
icons Move all ui files and icons into resources 2012-01-16 14:22:38 +01:00
libnautilus-extension Make time columns default to descending sort order 2012-07-20 19:07:09 -04:00
libnautilus-private Don't try to close the window when a mount goes away 2012-08-31 16:44:55 -04:00
nautilus-sendto-extension Use double quotes instead of ascii quotes 2012-08-14 10:47:11 -04:00
po Updated British English translation 2012-09-01 01:30:39 +01:00
src view: don't connect to NautilusWindow signals 2012-08-31 23:00:48 -04:00
test Update directory async test case 2012-08-08 15:55:29 -04:00
.gitignore Update directory async test case 2012-08-08 15:55:29 -04:00
AUTHORS release: update AUTHORS 2011-04-04 10:05:30 -04:00
autogen.sh autogen.sh: automake 1.9 is required (see configure.in) 2010-05-17 11:08:15 +02:00
configure.in build: require glib master 2012-08-30 13:56:46 -04:00
COPYING Remove reference to a non-existing old trademark notice file. 2010-12-18 20:04:46 +01:00
COPYING-DOCS reviewed by: Pavel Cisler <pavel@eazel.com> 2001-02-22 10:26:22 +00: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
HACKING Remove a reference to SVN 2009-05-01 14:20:12 +02:00
MAINTAINERS Update MAINTAINERS and DOAP files 2011-01-28 17:11:44 -05:00
Makefile.am trivial: remove old perl scripts and other cruft 2012-05-30 16:43:19 -04:00
Makefile.shared Fixed bug 4057 (clicking the back button while opening a huge 2000-10-30 19:22:43 +00:00
nautilus.doap Correctly capitalize GNOME in nautilus.doap 2012-04-10 21:12:28 +02:00
NEWS release: prepare for 3.5.90 2012-08-21 04:29:32 +02:00
README Add building tips link 2009-05-01 14:25:29 +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.

Installation
============

See the 'INSTALL' file for installation instructions.  You will need a
complete and up-to-date GNOME development environment to build nautilus.
You can also find some building and installation tips at
http://live.gnome.org/Nautilus/Development/Nautilus

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

Please see the HACKING file for information about hacking on nautilus.

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