Commit graph

6660 commits

Author SHA1 Message Date
Anders Carlsson
a6971b669d Check that the file mime type is correct (that the files is a music file)
2001-07-15  Anders Carlsson  <andersca@codefactory.se>

	* src/file-manager/fm-icon-view.c (icon_container_preview_callback): Check
	that the file mime type is correct (that the files is a music file) before calling
	nautilus_sound_can_play_sound () since that function launches esd which we
	don't want to do unless we have a music file.
2001-07-15 09:00:44 +00:00
Andy Hertzfeld
320c3808a8 allowed components to specify their sidebar icons and text info through
allowed components to specify their sidebar icons and text info
	through the property bag interface.  Removed the special cases from
	the sidebar and icon factory, and added the relevant properties to the
	hardware and mozilla views.

	made the modification date in the sidebar adapt itself gracefully
	to the available space like the list view does, by calling
	nautilus_file_fit_modified_data_as_string.

	added an "uptime" display to the hardware view.
2001-07-15 08:54:11 +00:00
John Fleck
199fafc2f4 reviewed by Laszlo Kovacs <laszlo.kovacs@sun.com>
2001-07-14 John Fleck <jfleck@inkstain.net>

	reviewed by Laszlo Kovacs <laszlo.kovacs@sun.com>
	* components/help/converters/gnome-db2html3/gnome-db2html3.c
	change logic for testing whether a file is sgml or xml
2001-07-15 01:41:59 +00:00
Alex Larsson
bd941b4d0b Use a GIOChannel instead of gdk_input_add. This fixes the bug where when
2001-07-12  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-monitor.c:
	Use a GIOChannel instead of gdk_input_add. This fixes the bug
	where when the fam connection dies it did gdk_input_remove (fd)
	instead of gdk_input_remove (tag)
2001-07-12 16:07:45 +00:00
Christopher R. Gabriel
4f9e97d564 Updated italian translation 2001-07-12 14:24:13 +00:00
Christian Rose
e6fa5ce9bf Translated Alex' newly added "Ext3 Volume" string.
2001-07-12  Christian Rose  <menthos@menthos.com>

	* sv.po: Translated Alex' newly added "Ext3 Volume" string.
2001-07-12 04:59:33 +00:00
Alex Larsson
9f89c4678e Add support for ext3.
2001-07-11  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-volume-monitor.[ch]:
	Add support for ext3.
2001-07-11 23:08:11 +00:00
Darin Adler
800e4fc159 Fix code that was using <ctype.h> functions and passing char's rather than
* components/help/converters/gnome-info2html2/html.c:
	(write_menu_entry_html):
	* components/help/converters/gnome-man2html2/gnome-man2html.c:
	(add_links), (scan_escape), (scan_format), (scan_table),
	(scan_expression), (scan_request), (scan_troff),
	(scan_troff_mandoc), (main):
	* src/nautilus-first-time-druid.c: (load_netscape_proxy_settings):
	* src/nautilus-property-browser.c: (emblem_keyword_valid):
	Fix code that was using <ctype.h> functions and passing char's
	rather than int's (using the standard "cast to unsigned char"
	trick).

	* libnautilus-private/nautilus-file.c:
	(nautilus_file_denies_access_permission),
	(nautilus_file_can_set_permissions), (nautilus_file_set_owner),
	(nautilus_file_get_group_name), (nautilus_file_can_set_group),
	(nautilus_file_get_settable_group_names),
	(nautilus_file_set_group):
	Get rid of the assumption that GnomeVFSFileInfo field types match
	the platform-specific uid_t and gid_t. This involves doing a few
	more type casts.
	(nautilus_extract_top_left_text): Fix a use of isprint on a char
	rather than an int.

	* libnautilus-private/nautilus-volume-monitor.c: Added ifdefs so
	this file can compile for Solaris without warnings.

	* test/test.c: (test_window_set_title_with_pid): Don't assume that
	getpid() returns an int. Instead cast it to unsigned long for
	printing.
2001-07-11 21:31:55 +00:00
Alex Larsson
a2146ea844 Add HAVE_LIBFAM
2001-07-11  Alex Larsson  <alexl@redhat.com>

	* acconfig.h:
	Add HAVE_LIBFAM

	* configure.in:
	Check for libfam, not only header.

	* libnautilus-private/Makefile.am:
	Link to libfam

	* libnautilus-private/nautilus-monitor.c:
	Use normal fam library calls.
2001-07-11 14:38:47 +00:00
Benedikt Roth
04d7adb870 Created a 'Text view' menu to hold the 'Fonts' menu and services items
2001-07-11  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* components/text/nautilus-text-view-ui.xml:
	* components/text/nautilus-text-view.c:
	Created a 'Text view' menu to hold the 'Fonts' menu
	and services items

	* components/text/services/google.xml
	* components/text/services/webster.xml:
	  Removed references to http://services.eazel.com
2001-07-11 11:59:35 +00:00
Jonathan Blandford
76a8557a45 remove flash when starting up.
Tue Jul 10 19:45:50 2001  Jonathan Blandford  <jrb@redhat.com>

	* src/nautilus-desktop-window.c (realize): remove flash when
	starting up.

Approved by Darin.
2001-07-10 23:55:17 +00:00
Christian Rose
89eca8bf2a Minor fixes for the Swedish translation.
2001-07-10  Christian Rose  <menthos@menthos.com>

	* sv.po: Minor fixes for the Swedish translation.
2001-07-10 19:18:31 +00:00
Darin Adler
df19f64a22 Change the kill function to not set the GConf value to 0 if it's already
* libnautilus-private/nautilus-sound.c: (kill_sound_if_necessary),
	(nautilus_sound_kill_sound): Change the kill function to not set
	the GConf value to 0 if it's already 0.  This may help with a
	minor performance problem Yoann found in the directory view.
2001-07-10 16:38:59 +00:00
Jens Finke
11d16b2409 Removed Eazel news entry.
2001-07-10  Jens Finke  <jens@gnome.org>

	* components/news/news_channels.xml: Removed Eazel news entry.
2001-07-10 15:09:36 +00:00
Benedikt Roth
13f1c4434b Fixed German translation Remove gettextize spam
2001-07-10  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* de.po: Fixed German translation
	* ChangeLog: Remove gettextize spam
2001-07-10 12:35:04 +00:00
Darin Adler
82f0244bab Fix a cast so that 64-bit systems won't warn. This is similar to the
* cut-n-paste-code/widgets/gimphwrapbox/gtkwrapbox.c:
	(gtk_wrap_box_expose): Fix a cast so that 64-bit systems
	won't warn. This is similar to the e-paned.c fix I did
	already.
2001-07-09 23:18:49 +00:00
Christophe Merlet
7cf405cbb5 Updated French translation. 2001-07-09 16:00:05 +00:00
John Gotts
e74e346d99 Made the bookmarks work again. 2001-07-08 05:45:22 +00:00
Seth Nickell
59b11a187d Add includes that were inadevertantly pulled in by the older kinder
2001-07-07  Seth Nickell  <snickell@stanford.edu>

	* libnautilus-private/nautilus-directory-private.h:
	* libnautilus-private/nautilus-metafile.c:
	* libnautilus-private/nautilus-thumbnails.c:
	* src/nautilus-window-menus.c:

	Add includes that were inadevertantly pulled in
	by the older kinder GnomeVFS include heirarchy but
	aren't anymore (people forgot to include some headers
	because the compiler never complained).
2001-07-07 09:19:15 +00:00
Darin Adler
e3a7fa6b25 Some credits updates based on recent ChangeLog entries.
* AUTHORS:
	* THANKS:
	* check-THANKS.pl:
	Some credits updates based on recent ChangeLog entries.
2001-07-05 23:31:02 +00:00
Darin Adler
784a8062a9 Bump version to 1.0.4.1
* configure.in: Bump version to 1.0.4.1

	* cut-n-paste-code/widgets/e-paned/e-paned.c: (e_paned_expose):
	Fix type cast that was causing Ben trouble compiling on Solaris.

	Take a cut at removing the problem where opening a new window
	causes all the old windows to act as if all items were re-added.

	* libnautilus-private/nautilus-directory.h:
	* libnautilus-private/nautilus-directory.c:
	(nautilus_directory_file_monitor_add),
	(nautilus_self_check_directory):
	* libnautilus-private/nautilus-directory-async.c:
	(nautilus_directory_monitor_add_internal):
	* libnautilus-private/nautilus-directory-private.h:
	* libnautilus-private/nautilus-merged-directory.c:
	(build_merged_callback_list), (merged_file_monitor_add),
	(forward_files_added_cover), (forward_files_changed_cover),
	(monitor_add_directory), (merged_add_real_directory):
	* libnautilus-private/nautilus-trash-file.c: (real_monitor_add):
	* libnautilus-private/nautilus-trash-monitor.c:
	(nautilus_trash_monitor_initialize):
	* libnautilus-private/nautilus-vfs-directory.c:
	(vfs_file_monitor_add):
	* libnautilus-private/nautilus-vfs-file.c: (vfs_file_monitor_add):
	Change monitor_add to take a parameter for a callback function, and
	call that instead of sending out a files_added message when someone
	starts monitoring files.

	* components/tree/nautilus-tree-model.c:
	(nautilus_tree_model_node_begin_monitoring_no_connect),
	(nautilus_tree_model_node_begin_monitoring),
	(nautilus_tree_model_directory_files_changed_callback):
	* src/file-manager/fm-directory-view.c: (connect_script_handlers),
	(finish_loading):
	Pass in a callback function to monitor_add, and don't hook up the
	files_added and files_changed signals until after the monitor is
	added.
2001-07-05 23:16:54 +00:00
Kjartan Maraas
715bfddbd0 Updated Norwegian translation.
2001-07-05  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2001-07-05 17:58:18 +00:00
Darin Adler
4acc990fbb Preparation for the 1.0.4 release.
* configure.in: Bump version to 1.0.4.
	* NEWS: Update for recent changes.

	* Makefile.i18npatch:
	* POTFILES.skip:
	* update.sh:
	Remove remnants of the old localization scheme. These
	are all superseded by xml-i18n-tools.
2001-07-05 17:49:20 +00:00
Benedikt Roth
61228d763f Fix bug #8133 where changing of the NAUTILUS_PREFERENCES_CONFIRM_TRASH
2001-07-05  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* src/nautilus-sidebar.c: (nautilus_sidebar_initialize),
	(nautilus_sidebar_destroy), (nautilus_sidebar_theme_changed),
	(nautilus_sidebar_confirm_trash_changed):
	Fix bug #8133 where changing of the
	NAUTILUS_PREFERENCES_CONFIRM_TRASH value led to inconsistent menu
	descriptions by adding a eel_preferences callback.
2001-07-05 17:44:37 +00:00
Andraz Tori
bce0a9aa77 Updated Slovenian translation 2001-07-05 12:52:08 +00:00
Benedikt Roth
37118db177 Updated German translation
2001-07-05  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* de.po: Updated German translation
2001-07-05 12:17:03 +00:00
Christian Rose
341205471a Updated Swedish translation.
2001-07-05  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-07-05 12:01:33 +00:00
Benedikt Roth
8ac1bb7146 Made the statusbar messages when selecting several folders clearer and
2001-07-05  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_display_selection_info):
	Made the statusbar messages when selecting several folders clearer
	and fixed i18n problems
2001-07-05 11:47:37 +00:00
Pablo Saratxaga
365647950e updated Catalan file 2001-07-04 08:35:45 +00:00
Benedikt Roth
c947474fc2 Fix bug #6202, "'Show Trash' menu item should be greyed when viewing
2001-07-03  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* src/file-manager/fm-directory-view.c: (real_update_menus):
	Fix bug #6202, "'Show Trash' menu item should be greyed
	when viewing trash"
2001-07-03 11:12:50 +00:00
Chyla Zbigniew
b698f1e072 Corrected typo in my last ChangeLog entry :-) 2001-07-03 08:42:53 +00:00
Chyla Zbigniew
2712f3578f Changed behaviour of view processes, now every process using
* libnautilus/nautilus-view-standard-main.c (struct CallbackData,
delayed_quit_timeout_callback, object_destroyed, make_object,
nautilus_view_standard_main_multi):
Changed behaviour of view processes, now every process using
nautilus_view_standard_main/nautilus_view_standard_main_multi will be
destroyed after 30 seconds of inactivity, not immediately.
2001-07-03 08:39:48 +00:00
Havoc Pennington
8d9cd2e8d1 Don't create a desktop link to Eazel services or open Eazel home page.
2001-06-28  Havoc Pennington  <hp@redhat.com>

	* src/nautilus-first-time-druid.c (druid_finished): Don't create a
	desktop link to Eazel services or open Eazel home page.
2001-07-02 23:54:12 +00:00
Cody Russell
f9895f1347 Added NAUTILUS_VOLUME_PROC and made
nautilus_volume_monitor_should_integrate_trash() return FALSE for this
volume type.  This solves the broken trash can issue on XFS (and probably
other non-ext2) filesystems.
2001-07-02 15:55:02 +00:00
Pablo Saratxaga
4e2fc5fb53 updated Catalan file
added xgettext:no-c-format comments
2001-07-01 17:48:09 +00:00
Ettore Perazzoli
9351c86038 Avoid initializing the exception and getting the URI if we already have a
2001-06-29  Ettore Perazzoli  <ettore@ximian.com>

	* libnautilus-private/nautilus-directory-metafile.c
	(get_metafile): Avoid initializing the exception and getting the
	URI if we already have a CORBA object, as they are not needed in
	that case.
2001-06-30 07:21:53 +00:00
Darin Adler
92e7a68491 Get rid of all the "smarts" in this script and made it just call Nautilus.
* src/run-nautilus: Get rid of all the "smarts" in this
	script and made it just call Nautilus. The things it was
	doing (disable bug buddy, work around MOZILLA_FIVE_HOME
	for Debian users, call nautilus-verify-rpm.sh) are all
	obsolete now.
2001-06-29 18:58:46 +00:00
Darin Adler
ef0e9a3fac Fix minor problem in DB2HTML3 part that was causing trouble for some
* configure.in: Fix minor problem in DB2HTML3 part that was
	causing trouble for some people.
2001-06-29 18:02:55 +00:00
Benedikt Roth
ac3342f841 Fixed a spelling mistake, fixed a grammar error
2001-06-29  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* de.po: Fixed a spelling mistake, fixed a grammar error
2001-06-29 10:06:22 +00:00
Benedikt Roth
093f5beb29 Fixed a spelling mistake, fixed a grammar error
2001-06-29  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* de.po: Fixed a spelling mistake, fixed a grammar error
2001-06-29 10:02:07 +00:00
Benedikt Roth
3f40fac5fd Fixed a spelling mistake
2001-06-29  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* de.po: Fixed a spelling mistake
2001-06-29 09:40:16 +00:00
Marius Andreiana
2839205224 updated
2001-06-27  Marius Andreiana  <mandreiana@yahoo.com>

        * ro.po: updated
2001-06-27 13:49:12 +00:00
Darin Adler
b3a4eabf01 Don't force a reload if file monitoring will work properly for the
* src/nautilus-window-manage-views.c: (begin_location_change):
	Don't force a reload if file monitoring will work properly
	for the location.

	* components/throbber/Makefile.am:
	* icons/sierra/Makefile.am:
	* icons/tahoe/Makefile.am:
	Remove use of empty SUBDIRS. At least some versions of automake
	have trouble with that.

	* src/file-manager/fm-directory-view.c: Formatting tweak.
2001-06-26 23:51:53 +00:00
Ramiro Estrugo
f6b541b665 Patch from Miguel Rodríguez Pérez <migras@atlas.uvigo.es>
* libnautilus-private/nautilus-thumbnails.c (obfuscate_password):
 	New function to look for a password in una uri and change it
 	for 6 asterisks.
 	(make_thumbnail_uri): Call obfuscate_passwd before generating the
 	final uri.
 	This prevents the password to be saved in cleartext in
 	~/.nautilus/thumbnails if the user accesses some remote server.
2001-06-26 01:21:07 +00:00
Ramiro Estrugo
fc147d7f5a Patch from David Sainty <dsainty@redhat.com>.
* configure.in:
	Patch from David Sainty <dsainty@redhat.com>.

	Tidy up the mozilla-component option. Now both
	--enable-mozilla-component and --disable-mozilla component do as
	they should.
2001-06-25 13:43:04 +00:00
Gediminas Paulauskas
1fe154fce9 most obvious fixes for release.
2001-06-23  Gediminas Paulauskas <menesis@delfi.lt>

	* lt.po: most obvious fixes for release.
2001-06-22 23:49:59 +00:00
Ramiro Estrugo
465178a143 Put the idl files in the main package, not the devel package because the
* nautilus.spec.in:
	Put the idl files in the main package, not the devel package
	because the perl corba bindings can use the .idl files at run
	time.  Thanks to jacob berkman <jacob@ximian.com> for pointing
	this out.
2001-06-18 19:36:28 +00:00
Maciej Stachowiak
32da25043e Fix bug 6801 (FIXME ... strcmp should be nautilus_uris_match).
* components/tree/nautilus-tree-view.c (select_current_location):
	Fix bug 6801 (FIXME ... strcmp should be nautilus_uris_match).
2001-06-17 07:31:18 +00:00
Christian Rose
6199c9d637 Additional small fixes.
2001-06-16  Christian Rose  <menthos@menthos.com>

	* sv.po: Additional small fixes.
2001-06-16 03:35:57 +00:00
Christian Rose
d078492363 Fixed small typo in the Swedish translation. Thanks to Göran Weinholt.
2001-06-16  Christian Rose  <menthos@menthos.com>

	* sv.po: Fixed small typo in the Swedish translation.
	Thanks to Göran Weinholt.
2001-06-16 02:50:54 +00:00