Commit graph

106 commits

Author SHA1 Message Date
Bastien Nocera b4aa3c083a Move nautilus-sendto extension to nautilus
And add a check for the presence of nautilus-sendto to the
initialisation of the object.

Building the extension is optional, though on by default.

https://bugzilla.gnome.org/show_bug.cgi?id=633485
2010-11-01 13:17:49 +00:00
Alexander Larsson 2622cc470f Remove the rest of shave 2009-12-17 17:17:32 +01:00
Christian Persch 7b7a40130e Correct "srdcir" typo to "srcdir" 2009-06-04 15:49:16 +02:00
Alexander Larsson 4bb61206b7 Dist COPYING.EXTENSIONS 2009-05-27 11:08:05 +02:00
Tomas Bzatek a2ab15477e Properly include m4 macros
fixes error messages like:
./configure: line 19939: syntax error near unexpected token `m4,'
./configure: line 19939: `SHAVE_INIT(m4, enable)'
2009-05-11 15:00:47 +02:00
Cosimo Cecchi ec4ce1431b Fix distcheck 2009-05-05 02:48:21 +02:00
Cosimo Cecchi 9f1c7d03c4 Add shave to the autotools setup
Use shave to have some more meaningful build messages.
It can be turned off by using 'make V=1'.
2009-04-23 14:40:00 +02:00
Cosimo Cecchi 06dda37076 Move desktop files into data/
Move desktop files into data/ subdirectory, so that they not clutter
the top source dir.
2009-04-23 14:29:21 +02:00
Cosimo Cecchi dd10aa3618 Fix typo in ChangeLog generation script
Set the right name for the start tag in the ChangeLog
generation script.
2009-04-23 14:20:27 +02:00
Alexander Larsson 8acf8338c9 Add makefile rules to generate ChangeLog 2009-04-17 13:58:30 +02:00
Alexander Larsson a867c35e83 Add README.commits, update HACKING for git 2009-04-17 13:44:19 +02:00
Alexander Larsson 4a78eabc71 Move ChangeLog to ChangeLog-20090417
With the switch to git we're moving to an autogenerated ChangeLog.
2009-04-17 13:32:24 +02:00
Cosimo Cecchi f38cc18910 remove this obsolete spec file.
2009-03-10  Cosimo Cecchi  <cosimoc@gnome.org>

	* Makefile.am:
	* configure.in:
	* nautilus.spec.in: remove this obsolete spec file.

svn path=/trunk/; revision=15079
2009-03-10 18:07:15 +00:00
Alexander Larsson 7e668edf20 eel/ Import eel into nautilus.
2008-12-15  Alexander Larsson  <alexl@redhat.com>

        * Makefile.am:
        * acconfig.h:
        * configure.in:
	* eel/
        * libnautilus-private/Makefile.am:
	Import eel into nautilus.


svn path=/trunk/; revision=14815
2008-12-15 15:56:41 +00:00
Alexander Larsson 9c068ad3e6 Renamed nautilus.desktop to nautilus-browser.desktop (this is what it
2008-10-02  Alexander Larsson  <alexl@redhat.com>

        * Makefile.am:
        * nautilus-browser.desktop.in.in:
        * nautilus.desktop.in.in:
	Renamed nautilus.desktop to nautilus-browser.desktop
	(this is what it does, launch a browser window with no desktop)
	Created new NoDisplay nautilus.desktop file that is used
	for autostarting nautilus from gnome-session.
	
        * configure.in:
	Pull in the right cflags/libs for libegg
	Add nautilus-browser.desktop.in to output
	
        * cut-n-paste-code/libegg/Makefile.am:
        * cut-n-paste-code/libegg/eggdesktopfile.[ch]: Added.
        * cut-n-paste-code/libegg/eggsmclient-private.h: Added.
        * cut-n-paste-code/libegg/eggsmclient-xsmp.c: Added.
        * cut-n-paste-code/libegg/eggsmclient.[ch]: Added.
	Import eggsmclient from libegg.
	Save data in desktop file instead of a separate file as per the
	new gnome-session.
	
        * cut-n-paste-code/libegg/eggtreemultidnd.c:
	Minor update from libegg
	
        * src/nautilus-application.[ch]:
	Use eggsmclient for session handling instead of gnome-client.
	
        * src/nautilus-main.c:
	Don't use gnome_program, instead use eggsmsession and
	g_option_context_parse directly.
	This removes support for some internal commandline arguments
	that are not used anymore.


svn path=/trunk/; revision=14680
2008-10-02 14:31:52 +00:00
Søren Sandmann d7bffac014 Rewrite this function using gconf directly instead of relying on
Fri May 16 23:56:37 2008  Søren Sandmann  <sandmann@redhat.com>

	* libnautilus-private/nautilus-directory-background.c
	(nautilus_file_background_read_desktop_settings):
	Rewrite this function using gconf directly instead of relying on
	libbackground.

	* libnautilus-private/nautilus-directory-background.c
	(nautilus_file_background_write_desktop_settings): 
	Rewrite to use gconf directly

	* libbackground: 
	Remove.



svn path=/trunk/; revision=14163
2008-05-17 04:12:46 +00:00
Christian Neumair 2b1c0c4318 Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix distcheck.
2008-04-21  Christian Neumair  <cneumair@gnome.org>

	* Makefile.am:
	* configure.in:
	Entirely move DISTCHECK_CONFIGURE_FLAGS to Makefile.am to fix
	distcheck.

svn path=/trunk/; revision=14079
2008-04-21 21:30:33 +00:00
Alexander Larsson dcd068fecd Add GMount attribute to NautilusFile. (not implemented yet)
2008-01-17  Alexander Larsson  <alexl@redhat.com>

        * libnautilus-private/nautilus-file.[ch]:
        * libnautilus-private/nautilus-file-attributes.h:
        * libnautilus-private/nautilus-file-private.h:
	Add GMount attribute to NautilusFile.
	(not implemented yet)
	
        * Makefile.am:
        * configure.in:
        * data/nautilus.xml.in:
        * libnautilus-private/apps_nautilus_preferences.schemas.in:
        * libnautilus-private/nautilus-autorun.[ch]:
        * libnautilus-private/nautilus-global-preferences.c:
        * libnautilus-private/nautilus-global-preferences.h:
        * libnautilus-private/nautilus-program-choosing.c:
        * src/Makefile.am:
        * src/file-manager/fm-directory-view.c:
        * src/nautilus-application.c:
        * src/nautilus-autorun-software.c: Added.
        * src/nautilus-file-management-properties.c:
        * src/nautilus-file-management-properties.glade:
        * src/nautilus-window-manage-views.c:
        * src/nautilus-x-content-bar.[ch]: Added.
	More work on autorun and x-content types from David Zeuthen


svn path=/trunk/; revision=13616
2008-01-17 13:45:27 +00:00
Martin Wehner 7cfc9e3062 Add all past ChangeLog files to EXTRA_DIST.
2007-06-19  Martin Wehner  <martin.wehner@gmail.com>

	* Makefile.am:
	Add all past ChangeLog files to EXTRA_DIST.

svn path=/trunk/; revision=12940
2007-06-19 21:15:22 +00:00
Alexander Larsson a2971f6f97 disable update-mimedb in distcheck
2005-12-12  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am:
	disable update-mimedb in distcheck

	* libnautilus-private/Makefile.am:
	Add beagle sources to extradist
2005-12-12 18:37:44 +00:00
Alexander Larsson b851bd8fd3 Add new default folder handler NoDisplay desktop file
2005-02-09  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am:
	* nautilus-folder-handler.desktop.in:
	Add new default folder handler NoDisplay desktop file

	* nautilus.desktop.in:
	Add %U to exec line

	* src/Nautilus_shell.server.in:
	Remove all the bonobo components we no longer support

	* src/file-manager/fm-directory-view.c:
	Allow open with menu on folders (#151747)
2005-02-09 10:51:53 +00:00
Alexander Larsson 4706de9898 Fix leak
2005-01-28  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c:
	Fix leak

	* Makefile.am:
	Remove unnecessary stuff
2005-01-28 14:41:14 +00:00
Alexander Larsson 5390cc255b Make connect to server dialog availible as separate application.
2005-01-14  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am:
	* src/.cvsignore:
	* src/Makefile.am:
	* src/nautilus-connect-server-dialog-main.c: (dialog_destroyed),
	(show_uri), (nautilus_connect_server_dialog_present_uri), (main):
	* src/nautilus-connect-server-dialog-nonmain.c:
	(nautilus_connect_server_dialog_present_uri):
	* src/nautilus-connect-server-dialog.c: (connect_to_server),
	(response_callback), (nautilus_connect_server_dialog_new):
	* src/nautilus-connect-server-dialog.h:
	Make connect to server dialog availible as separate application.

	Patch from Vincent Untz <vincent@vuntz.net>
2005-01-14 11:11:38 +00:00
James Henstridge 61694af05c don't define GNOMELOCALEDIR in INCLUDES.
2004-01-11  James Henstridge  <james@jamesh.id.au>

	* test/Makefile.am: don't define GNOMELOCALEDIR in INCLUDES.

	* src/Makefile.am: remove desktop and server files on clean.
	Don't include GNOMELOCALEDIR in INCLUDES, since it is now defined
	in config.h.

	* Makefile.am: remove desktop files on clean, and intltool files
	on distclean.

	* acconfig.h: remove, since it isn't needed anymore.

	* configure.in: remove some macro calls not needed with newer
	automakes, and use newer versions of some macros.

	* autogen.sh: require Automake >= 1.7.
2005-01-11 09:39:27 +00:00
Alexander Larsson 67e2a42fea Merge bonobo-slay-branch
2004-11-22  Alexander Larsson  <alexl@redhat.com>
        * Merge bonobo-slay-branch
2004-11-22 15:24:38 +00:00
Mark McLoughlin a3f125fbf9 install nautilus-file-management-properties.desktop in
2004-11-09  Mark McLoughlin  <mark@skynet.ie>

        * Makefile.am: install nautilus-file-management-properties.desktop
        in $(datadir)/applications

        * nautilus-file-management-properties.desktop.in:
        add OnlyShowIn=GNOME;
2004-11-09 17:23:47 +00:00
Dave Camp ea1eb81a02 Removed OrigTree.pm Include nautilus-extensions-i18n.h
2004-01-12  Dave Camp  <dave@ximian.com>

	* Makefile.am: Removed OrigTree.pm
	* libnautilus-extension/Makefile.am:
	Include nautilus-extensions-i18n.h
	* src/nautilus-spatial-window.c:
	* src/nautilus-window.c: Removed broken #includes.
	* NEWS:
	* configure.in: 2.5.5
2004-01-12 23:46:22 +00:00
Dave Camp 7cb9107c85 Merged from nautilus-extensions-branch.
2004-01-11  Dave Camp  <dave@ximian.com>

	* Merged from nautilus-extensions-branch.
2004-01-11 20:35:02 +00:00
Alexander Larsson e035d3c563 Add OrigTree.pm
2003-12-29  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am (EXTRA_DIST):
	Add OrigTree.pm

	* NEWS:
	* configure.in:
	Update to 2.5.4
2003-12-29 11:10:32 +00:00
Alexander Larsson e162b7dceb New desktop files
2003-11-06  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am:
	* nautilus-computer.desktop.in:
	* nautilus-home.desktop.in:
	New desktop files

	* nautilus.desktop.in:
	Make this one "browse filesystem"

	* libnautilus-private/apps_nautilus_preferences.schemas.in:
	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/nautilus-global-preferences.h:
	computer desktop icon prefs

	* libnautilus-private/nautilus-desktop-icon-file.c:
	(update_info_from_link): Set permissions too

	* libnautilus-private/nautilus-desktop-link-monitor.c:
	* libnautilus-private/nautilus-desktop-link.[ch]:
	Add computer icon

	* src/Makefile.am:
	* src/nautilus-connect-server-dialog.[ch]:
	Connect server dialog

	* src/file-manager/fm-directory-view.c:
	Mount drives on activation.

	* src/file-manager/fm-icon-container.c:
	Sort computer first

	* src/file-manager/fm-properties-window.c:
	Put back NautilusDesktopLink handling for e.g. computer and home.

	* src/nautilus-application.[ch]:
	Reload dirs on mounts.
	add browser_window argument on open window

	* src/nautilus-main.c:
	add browser_window argument on open window (--browser)
	hack to register computer icon

	* src/nautilus-shell-interface.idl:
	* src/nautilus-shell.c:
	add browser_window argument on open window

	* src/nautilus-navigation-window-ui.xml:
	* src/nautilus-spatial-window-ui.xml:
	* src/nautilus-window-menus.c:
	Add connect to server
	Add computer

	* src/nautilus-window.c:
	Nice title for burn:///
2003-11-06 16:07:05 +00:00
Alex Duggan 7445cfa664 install nautilus-file-management-properties .desktop file to the correct
2003-03-12  Alex Duggan  <aldug@astrolinux.com>

	* Makefile.am: install nautilus-file-management-properties
	.desktop file to the correct location so it's seen in
	the gnome-panel menus

	* nautilus-file-management-properties.desktop.in:
	Add startup notification
2003-03-12 14:52:25 +00:00
Alexander Larsson b8cee9261b Remove gnome-starthere.png and gnome-starthere-96.png.
2002-12-16  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am (EXTRA_DIST):
	Remove gnome-starthere.png and gnome-starthere-96.png.
2002-12-16 15:14:38 +00:00
Alexander Larsson 44556a083b Use the new icons in gnome-icon-theme for these.
2002-12-12  Alexander Larsson  <alexl@redhat.com>

	* data/preferences.desktop.in:
	* data/serverconfig.desktop.in:
	* data/serverconfig.directory.in:
	* data/starthere-link.desktop.in:
	* data/starthere.desktop.in:
	* data/starthere.directory.in:
	* data/sysconfig.desktop.in:
	* data/sysconfig.directory.in:
	Use the new icons in gnome-icon-theme for these.

	* Makefile.am:
	* gnome-starthere-96.png:
	* gnome-starthere.png:
	Remove the icons. They moved to gnome-icon-theme.
2002-12-12 11:21:54 +00:00
Dave Camp cd542bea12 New preferences dialog. Use the new prefs dialog. As things are toggled,
2002-10-31  Dave Camp  <dave@ximian.com>

	* Makefile.am:
	* nautilus-file-management-properties.desktop.in:
	* src/Makefile.am:
	* src/nautilus-file-management-properties-main.c:
	* src/nautilus-file-management-properties.c:
	* src/nautilus-file-management-properties.h: New preferences
	dialog.
	* src/nautilus-window-menus.c: (preferences_respond_callback),
	(preferences_callback): Use the new prefs dialog.
	* src/nautilus-window.c: (nautilus_window_hide_location_bar),
	(nautilus_window_show_location_bar),
	(nautilus_window_hide_toolbar), (nautilus_window_show_toolbar),
	(nautilus_window_hide_sidebar), (nautilus_window_show_sidebar),
	(nautilus_window_hide_status_bar),
	(nautilus_window_show_status_bar): As things are toggled, save
	them as the default for new windows.

	Patch from Jan Arne Petersen <jpetersen@uni-bonn.de>.
2002-10-31 19:24:32 +00:00
John Fleck e25fa34c1e Makefile.am configure.in remove old help docs from build
2002-06-01 John Fleck <jfleck@inkstain.net>

	* Makefile.am
	* configure.in
	remove old help docs from build
2002-06-02 03:12:52 +00:00
Chris Lyttle 0e1df12e41 updated docs files for new omf build system 2002-05-27 09:17:42 +00:00
Alexander Larsson 5e3e277edd Based on patch from Richard Hestilow <hestilow@ximian.com>
2002-03-03  Alexander Larsson  <alla@lysator.liu.se>

	Based on patch from Richard Hestilow <hestilow@ximian.com>

	* Makefile.am: Add libbackground directory

	* configure.in: Add CAPPLET flags and libs for libbackground
	Add libbackground/Makefile to list of Makefiles

	* libnautilus-private/Makefile.am: Add libbackground to
	dependency_static_libs

	* libnautilus-private/nautilus-directory-background.c:
	(nautilus_connect_desktop_background_to_file_metadata),
	(nautilus_file_background_read_desktop_settings),
	(nautilus_file_background_write_desktop_settings),
	(desktop_background_destroyed_callback),
	(desktop_background_gconf_notify_cb),
	(nautilus_file_background_receive_gconf_changes),
	(set_root_pixmap): Implement reading and writing of
	desktop background setting using libbackground.
2002-03-04 04:30:03 +00:00
Darin Adler 074ed7a01a Remove nautilus-launch-icon.png.
* Makefile.am: Remove nautilus-launch-icon.png.

	* components/hardware/nautilus-hardware-view.c: (setup_form_title),
	(setup_overview_form): Port from EelImage to GtkImage.

	* components/music/nautilus-music-view.c: Remove unused include.
	* src/nautilus-theme-selector.c: Remove unused includes.

	* libnautilus-private/nautilus-bonobo-extensions.c:
	(bonobo_activation_activation_callback): Add warning message so we
	get to see the error from bonobo-activation.

	* libnautilus-private/nautilus-directory-metafile.c: (get_factory):
	* libnautilus-private/nautilus-icon-factory.c: (get_icon_factory),
	(load_icon_for_scaling), (embed_text):
	* libnautilus-private/nautilus-metafile-factory.c:
	(nautilus_metafile_factory_get_instance):
	* libnautilus-private/nautilus-theme.c:
	(nautilus_theme_get_theme_data_from_theme):
	* libnautilus-private/nautilus-trash-monitor.c:
	(nautilus_trash_monitor_get):
	* libnautilus-private/nautilus-volume-monitor.c:
	(nautilus_volume_monitor_get):
	* src/file-manager/nautilus-indexing-info.c:
	(show_indexing_info_dialog):
	* src/nautilus-preferences-dialog.c:
	(global_preferences_get_dialog):
	* src/nautilus-window.c: (nautilus_window_class_init),
	(add_to_history_list):
	Use eel_debug_call_at_shutdown instead of g_atexit.

	* libnautilus-private/nautilus-file.c:
	(nautilus_file_get_display_name): Add G_BROKEN_FILENAMES support.

	* libnautilus-private/nautilus-global-preferences.c:
	(nautilus_global_preferences_init): Remove eel_smooth_widget code.

	* libnautilus/Makefile.am: Add missing ORBIT_IDL dependency.

	* libnautilus/nautilus-view-standard-main.c:
	(nautilus_view_standard_main_multi): Remove
	bonobo_ui_debug_shutdown for now. It does us no good unless we
	also do eel_debug_shut_down, but libnautilus can't depend on eel.

	* nautilus-launch-icon.png: Remove.

	* src/file-manager/fm-properties-window.c:
	(update_properties_window_icon),
	(fm_properties_window_drag_data_received),
	(create_image_widget_for_file): Port from EelImage to GtkImage.

	* src/nautilus-component-adapter-factory.c:
	(nautilus_component_adapter_factory_get): Use
	eel_debug_call_at_shutdown instead of g_atexit.
	(nautilus_component_adapter_factory_create_adapter): Look at
	exceptions before looking at return values from CORBA calls.

	* src/nautilus-main.c: (main): Add a call to eel_debug_shut_down.

	* src/nautilus-property-browser.c:
	(nautilus_property_browser_init), (element_clicked_callback),
	(nautilus_property_browser_update_contents): Port from EelViewport
	to GtkViewport.

	* src/nautilus-search-bar-criterion.c:
	(nautilus_search_bar_criterion_destroy),
	(nautilus_search_bar_criterion_new_from_values): Fix for change
	that made NautilusSignaller no longer a GtkObject.

	* src/nautilus-sidebar-title.c: (nautilus_sidebar_title_init),
	(update_icon), (add_emblem): Port from EelImage to GtkImage.

	* src/nautilus-signaller.h:
	* src/nautilus-signaller.c: (nautilus_signaller_get_current): Use
	eel_debug_call_at_shutdown instead of g_atexit.
	(nautilus_signaller_instance_init),
	(nautilus_signaller_class_init): Change to GObject, not GtkObject.

	* src/nautilus-window-menus.c: (get_bookmark_list): Use
	eel_debug_call_at_shutdown instead of g_atexit.
	(nautilus_window_initialize_go_menu): Fix for change that made
	NautilusSignaller no longer a GtkObject.

	* test/test-nautilus-preferences-change.c: Remove unused include.
	* test/test-nautilus-preferences-display.c: Remove unused includes.
	* test/test-nautilus-wrap-table.c: Remove unused includes.
	* test/test.c: Remove unused function.
	* test/test.h: Remove unused function.
2002-01-19 00:06:14 +00:00
Darin Adler f4693fc046 Remove a stray reference to nautilus-help.desktop.
* Makefile.am: Remove a stray reference to nautilus-help.desktop.
2002-01-09 07:17:15 +00:00
Darin Adler 2bab818c86 Remove. Remove nautilus-help.desktop since Nautilus isn't the help browser
* .cvsignore:
	* Makefile.am:
	* nautilus-help.desktop.in: Remove.
	Remove nautilus-help.desktop since Nautilus isn't the help browser
	any more.

	* components/adapter/nautilus-adapter-load-strategy.c:
	(nautilus_adapter_load_strategy_class_init):
	* components/news/nautilus-news.c: (set_up_main_widgets):
	* libnautilus-private/nautilus-bookmark.c:
	(nautilus_bookmark_class_init):
	* libnautilus-private/nautilus-volume-monitor.c:
	(nautilus_volume_monitor_class_init):
	* src/file-manager/fm-desktop-icon-view.c:
	(fm_desktop_icon_view_destroy),
	(fm_desktop_icon_view_handle_middle_click), (delayed_init),
	(fm_desktop_icon_view_init), (desktop_icons_compare_callback):
	* src/nautilus-sidebar.c: (nautilus_sidebar_finalize),
	(nautilus_sidebar_update_buttons), (nautilus_sidebar_set_uri):
	Use more g_signal, less gtk_signal stuff.

	* components/hardware/nautilus-hardware-view.c: (setup_form_title),
	(setup_overview_form), (setup_CPU_form), (setup_RAM_form),
	(setup_IDE_form):
	* components/news/nautilus-news.c: (set_up_main_widgets):
	* src/file-manager/nautilus-indexing-info.c:
	(update_progress_display), (last_index_time_dialog_new),
	(index_progress_dialog_new):
	* src/nautilus-property-browser.c:
	(nautilus_property_browser_init), (element_clicked_callback),
	(labeled_image_new), (make_properties_from_directories),
	(add_reset_property), (make_properties_from_xml_node):
	* src/nautilus-sidebar-title.c: (nautilus_sidebar_title_init),
	(nautilus_sidebar_title_select_text_color), (update_title_font),
	(update_title), (update_more_info),
	(sidebar_title_create_title_label),
	(sidebar_title_create_more_info_label):
	Port more code from EelLabel to GtkLabel. Also change all code that
	was using things like "make_larger" to use "set_scale" now.

	* components/music/nautilus-music-view.c: (xpm_label_box),
	(xpm_dual_label_box), (nautilus_music_view_set_album_image):
	* libnautilus-private/nautilus-bookmark.c:
	(create_image_widget_for_bookmark),
	(nautilus_bookmark_menu_item_new):
	* src/nautilus-complex-search-bar.c:
	(load_find_them_pixmap_widget):
	Port more code from GtkPixmap to GtkImage.

	* components/notes/nautilus-notes.c:
	* components/throbber/nautilus-throbber.c:
	* src/file-manager/fm-properties-window.c:
	* src/nautilus-zoom-control.c:
	Remove extra includes.

	* libnautilus-private/nautilus-icon-factory.c:
	* libnautilus-private/nautilus-icon-factory.h:
	Remove nautilus_icon_factory_get_pixmap_and_mask_for_file.

	* src/nautilus-about.c: (draw_aa_string), (draw_author_list),
	(nautilus_about_draw_info): Port to use Pango to draw the text. It
	looks really bad right now, but should be straightforward to fix.
2002-01-08 22:37:57 +00:00
Darin Adler 3eec4d53e1 Turn on test subdirectory.
* Makefile.am: Turn on test subdirectory.
	* test/test.c: (test_init), (test_label_new):
	* test/test.h:
	Build without using EelLabel.

	* src/nautilus-sidebar-title.c: Remove unused header include.
2002-01-03 23:18:38 +00:00
Seth Nickell 7c8800b6a2 Install nautilus and help .desktop files into the proper location for
2001-12-14  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	Install nautilus and help .desktop files into the proper
	location for GNOME2 menu entries ($datadir/applications).
2001-12-14 12:23:40 +00:00
Darin Adler 0df7aba68d Do fix based on patch from Martin Wehner <mwehner@tfh-berlin.de> to
* libnautilus-private/nautilus-file-operations.c:
	(handle_transfer_ok): Do fix based on patch from Martin Wehner
	<mwehner@tfh-berlin.de> to prevent cancel of emptying trash or
	deleting from core dumping.

	* Makefile.am:
	* configure.in:
	* docs/.cvsignore:
	* docs/Makefile.am:
	Add files in the docs directory to tarball.

	* libnautilus/nautilus-view-standard-main.c:
	(nautilus_view_standard_main_multi): Whitespace tweak.
2001-12-09 20:45:12 +00:00
Darin Adler bf4da2da8c Just me, not the mailing list.
* MAINTAINERS: Just me, not the mailing list.

	* Makefile.am: Enable the components directory.
	* components/Makefile.am: Disable all but sample.

	* components/*/.cvsignore:
	* components/*/*.oaf.in: Removed.
	* components/*/*.server.in: Added.
	server -> oaf

	* components/*/Makefile.am:
	Install the servers in the right place.

	* configure.in:
	* libnautilus-adapter/Makefile.am:
	* libnautilus-private/Makefile.am:
	* src/Makefile.am:
	* src/file-manager/Makefile.am:
	Simplified CFLAGS, LIBS, and IDL_INCLUDES.

	* components/sample/Makefile.am:
	Switch to the new COMPONENT_CFLAGS.

	* components/sample/nautilus-sample-content-view.h:
	* components/sample/nautilus-sample-content-view.c:
	(nautilus_sample_content_view_finalize): Use instead of destroy.
	(bonobo_sample_callback): Mark string for localization.
2001-11-09 01:10:02 +00:00
Darin Adler 3f4aeca2fa Remove Nautilus 1 news. This file is empty for now. Add some renaming
* NEWS: Remove Nautilus 1 news. This file is empty for now.
	* RENAMING: Add some renaming ideas.
	* TODO: Add a tiny porting to-do list. I should take that
	survey of GNOME2_CONVERSION_COMPLETE that Havoc did and put
	it in here.
	* TRADEMARK_NOTICE: Removed this file. Eazel logo isn't in
	here any more.
	* Makefile.am: Remove TRADEMARK_NOTICE.

	* components/help/hyperbola-nav-index.c:
	* components/mozilla/nautilus-mozilla-content-view.c:
	* libnautilus-private/nautilus-authn-manager.c:
	* libnautilus-private/nautilus-file-operations-progress.c:
	* libnautilus-private/nautilus-file-operations-progress.h:
	* libnautilus-private/nautilus-file-operations.c:
	* libnautilus-private/nautilus-icon-dnd.c:
	* libnautilus-private/nautilus-program-chooser.c:
	* libnautilus-private/nautilus-program-chooser.h:
	* libnautilus-private/nautilus-program-choosing.c:
	* src/file-manager/fm-directory-view.c:
	* src/file-manager/fm-search-list-view.c:
	* src/file-manager/nautilus-indexing-info.c:
	* src/nautilus-about.c:
	* src/nautilus-about.h:
	* src/nautilus-application.c:
	* src/nautilus-bookmarks-window.c:
	* src/nautilus-location-bar.c:
	* src/nautilus-property-browser.c:
	* src/nautilus-shell.c:
	* src/nautilus-window-menus.c:
	* src/nautilus-window.c:
	First cut at converting to GtkDialog from GnomeDialog.
2001-11-08 21:46:07 +00:00
Darin Adler 0bdc094fe6 Remove nautilus-clean.sh -- use bonobo-slay instead.
* Makefile.am:
	* README:
	* nautilus-clean.sh:
	* nautilus.spec.in:
	* src/nautilus-application.c: (nautilus_application_startup):
	Remove nautilus-clean.sh -- use bonobo-slay instead.

	* libnautilus-private/nautilus-program-chooser.c:
	(nautilus_program_chooser_new): The -2 feature is gone from
	gtk_window_set_default_size, so use -1.

	* src/nautilus-sidebar-title.c: (smooth_font_changed_callback),
	(nautilus_sidebar_title_select_text_color), (update_title_font),
	(update_title), (measure_width_callback), (update_more_info),
	(sidebar_title_create_title_label),
	(sidebar_title_create_more_info_label): Change to use GtkLabel
	instead of EelLabel for now -- that makes us actually get a label.
2001-11-07 19:02:02 +00:00
Havoc Pennington 408dcac2a8 fix EEL_DEFINE_BONOBO_BOILERPLATE call
2001-11-01  Havoc Pennington  <hp@pobox.com>

	* src/nautilus-view-frame-corba.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call

	* src/nautilus-property-browser.c
	(nautilus_property_browser_init): mnemonics

	* src/nautilus-complex-search-bar.c
	(attach_criterion_to_search_bar): use gtk_widget_activate instead
	of eel_gtk_button_auto_click

	* src/nautilus-simple-search-bar.c
	(nautilus_simple_search_bar_new): ditto

	* src/nautilus-sidebar.c (nautilus_sidebar_update_buttons):
	remove eel_gtk_button_set_standard_padding, add mnemonic to
	button

	* src/nautilus-bookmarks-window.c (create_bookmarks_window):
	remove eel_gtk_button_set_standard_padding, add mnemonic to
	button

	* src/file-manager/fm-properties-window.c (create_basic_page):
	remove eel_gtk_button_set_standard_padding, add mnemonics to
	buttons

	* src/file-manager/fm-directory-view.c (copy_or_cut_files): remove
	use of eel_get_current_event_time()
	(paste_files_callback): ditto

	* Makefile.am (SUBDIRS): cut-n-paste-code seems to be required by
	libnautilus-private, so move it before libnautilus-private

	* libnautilus-private/nautilus-undo-manager.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call

	* libnautilus-private/nautilus-undo-context.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call

	* libnautilus-private/nautilus-program-chooser.c
	(nautilus_program_chooser_new): axe
	eel_gtk_button_set_standard_padding, add mnemonic to button
	(nautilus_program_chooser_new): axe
	eel_gtk_button_set_standard_padding, add mnemonic to button

	* libnautilus-private/nautilus-metafile.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call

	* libnautilus-private/nautilus-metafile-factory.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call

	* libnautilus-private/nautilus-icon-dnd.c
	(nautilus_icon_dnd_begin_drag): replace eel_drag_set_icon_pixbuf

	* libnautilus-private/nautilus-directory-metafile-monitor.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call

	* libnautilus/nautilus-undo-transaction.c: fix
	EEL_DEFINE_BONOBO_BOILERPLATE call
2001-11-02 03:47:34 +00:00
Darin Adler 097991a9d0 Removed nautilus-config and nautilusConf.sh stuff. Get rid of applets,
* configure.in:
	* Makefile.am:
	Removed nautilus-config and nautilusConf.sh stuff.
	Get rid of applets, helper-scripts, and helper-utilities.
	Compile user-guide, help, and omf-install.

	* applets/
	* helper-scripts/
	* helper-utilities/
	Removed.

	* src/Nautilus_shell.oaf.in: Renamed to .server.in.
	* src/.cvsignore: Ignore the new .server.

	* src/nautilus-view-frame.c: Add missing include.

	* src/nautilus-window.c: (nautilus_window_allow_stop):
	Put code in #if GNOME2_CONVERSION_COMPLETE.
2001-11-01 01:24:25 +00:00
Darin Adler 74e78f43fe cut-n-paste-code now compiles, and we are a hair's breadth away from
* Lots of files:
	cut-n-paste-code now compiles, and we are a hair's breadth
	away from linking -- so far from running, though
2001-10-31 00:31:00 +00:00
Darin Adler ce7e34aada First baby steps at compiling under gnome 2. 2001-10-24 17:23:35 +00:00