No description
Find a file
Alexander Larsson 0755d50a8c Remove direct deps on bonobo, bonobo-activation, orbit2,
2008-10-01  Alexander Larsson  <alexl@redhat.com>

        * configure.in:
	Remove direct deps on bonobo, bonobo-activation, orbit2, startup-notification
	Add dependency on libunique
	
        * src/Makefile.am:
        * src/nautilus-shell-interface.idl:
        * src/nautilus-shell.[ch]:
	Remove NautilusShell
	
        * src/nautilus-application.[ch]:
	Make NautilusApplication a normal GObject
	Remove NautilusShell use.
	Implement unique application functionallity using libunique
	Remove manual startup notification handling (mostly handled by libunique)
	
        * src/nautilus-main.c:
	Remove bonobo initialization
	Remove manual startup notification handling
	Move command line arg to uri parsing here
	Remove weird idle handling now that we don't use bonobo anymore

        * libnautilus-private/nautilus-undo-manager.c:
        * libnautilus-private/nautilus-undo-manager.h:
        * libnautilus-private/nautilus-undo.c:
        * src/nautilus-window-private.h:
	Remove all leftover spurious use of bonobo
	
        * src/nautilus-window-slot.h:
        * src/nautilus-desktop-window.c:
        * src/nautilus-location-dialog.c:
        * src/nautilus-window-bookmarks.c:
	Add required includes of gi18n.h
	


svn path=/trunk/; revision=14677
2008-10-01 12:47:51 +00:00
cut-n-paste-code Update outdated information and mailing list address. 2008-06-29 13:33:23 +00:00
data Require gio 2.17.5 for g_mount_guess_content_type(). 2008-07-29 21:40:22 +00:00
docs include some documentation, bug #396929. 2008-09-03 23:20:30 +00:00
icons New Tango icons from Ulisse Perusin (see bug #374722). 2008-01-10 14:12:28 +00:00
libnautilus-extension include some documentation, bug #396929. 2008-09-03 23:20:30 +00:00
libnautilus-private Remove direct deps on bonobo, bonobo-activation, orbit2, 2008-10-01 12:47:51 +00:00
po Updated Slovenian translation 2008-09-30 22:41:04 +00:00
src Remove direct deps on bonobo, bonobo-activation, orbit2, 2008-10-01 12:47:51 +00:00
test Strip extensions using eel_filename_strip_extension(). Fixes #309510. 2008-09-01 10:24:12 +00:00
acconfig.h
add-include-prefix
AUTHORS Update for release. 2008-03-10 23:21:35 +00:00
autogen.sh
ChangeLog Remove direct deps on bonobo, bonobo-activation, orbit2, 2008-10-01 12:47:51 +00:00
ChangeLog-20000414
ChangeLog-20000625
ChangeLog-20000831
ChangeLog-20001018
ChangeLog-20010201
ChangeLog-20010420
ChangeLog-20041029
check-config-h.pl
check-FIXME.pl
check-headers-in-Makefile.pl
check-POTFILES.pl
check-strings-functions
check-strings-patterns
check-strings.pl
check-THANKS.pl Update for release. 2008-03-10 23:21:35 +00:00
configure.in Remove direct deps on bonobo, bonobo-activation, orbit2, 2008-10-01 12:47:51 +00:00
COPYING Removed executable flag from COPYING 2008-03-25 10:44:44 +00:00
COPYING-DOCS
COPYING.LIB
CVSVERSION
HACKING Add advice about patches adding strings to Nautilus. 2008-04-01 10:33:43 +00:00
indent.sh
MAINTAINERS Add Christian Neumair as new maintainer 2008-03-19 15:43:57 +00:00
Makefile.am Rewrite this function using gconf directly instead of relying on 2008-05-17 04:12:46 +00:00
Makefile.shared
nautilus-autorun-software.desktop.in.in Add GMount attribute to NautilusFile. (not implemented yet) 2008-01-17 13:45:27 +00:00
nautilus-computer.desktop.in.in Computer, Home and Open Folder .desktop files should only show in GNOME. 2008-02-29 10:58:49 +00:00
nautilus-file-management-properties.desktop.in.in reviewed by: Alexander Larsson 2008-01-24 12:43:10 +00:00
nautilus-folder-handler.desktop.in.in Computer, Home and Open Folder .desktop files should only show in GNOME. 2008-02-29 10:58:49 +00:00
nautilus-home.desktop.in.in Computer, Home and Open Folder .desktop files should only show in GNOME. 2008-02-29 10:58:49 +00:00
nautilus.desktop.in.in Identify to GNOME session as file manager, and not as generic desktop 2008-07-30 09:45:49 +00:00
nautilus.spec.in
NEWS Update for release. 2008-09-21 22:17:26 +00:00
README Remove reference to the need of a GNOME 2.4 environment to build Nautilus. 2008-06-29 13:44:45 +00:00
RENAMING
THANKS Update for release. 2008-03-10 23:21:35 +00:00
TODO
TODO-gio Merge gio-branch 2007-11-30 14:51:10 +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.

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