Commit graph

7555 commits

Author SHA1 Message Date
Dave Camp
878ff2caa6 Added mnemonics.
2002-05-12  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-global-preferences.c:
	* src/nautilus-bookmarks-window.c: (create_bookmarks_window):
	* src/nautilus-preferences-dialog.c: Added mnemonics.
2002-05-13 03:45:27 +00:00
Alexander Larsson
889efa286a Make sure to keep a ref to the view until we got the response. Handle the
2002-05-12  Alexander Larsson  <alla@lysator.liu.se>

	* src/file-manager/fm-directory-view.c
	(clipboard_targets_received, real_update_menus):
	Make sure to keep a ref to the view until we got the response.
	Handle the case the detail->ui was destroyed (it's a weak ref).
2002-05-13 03:31:05 +00:00
Dave Camp
b3e25c8c4c Handle files that are moved/removed and not ready.
2002-05-10  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-directory-view.c (process_new_files): Handle
	files that are moved/removed and not ready.
2002-05-13 03:02:16 +00:00
Abel Cheung
0b1891377b Updated traditional Chinese translation.
2002-05-13  Abel Cheung  <maddog@linux.org.hk>

	* zh_TW.po: Updated traditional Chinese translation.
2002-05-12 18:50:41 +00:00
Alexander Larsson
7800e42c80 oops, cvs stopped 2002-05-12 00:37:50 +00:00
Alex Larsson
9ebd9e2020 Don't use custom font.
2002-05-11  Alex Larsson  <alexl@redhat.com>

	* components/music/nautilus-music-view.c: (set_up_tree_view):
	Don't use custom font.

	* libnautilus-private/apps_nautilus_preferences.schemas:
	Add preferences/desktop_font.
	Remove old fonts keys

	* libnautilus-private/nautilus-file.c:
	(nautilus_file_get_display_name_nocopy):
	Don't leak.

	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/nautilus-global-preferences.h:
	Remove old font prefs. Add desktop font prefs.

	* libnautilus-private/nautilus-icon-canvas-item.c:
	(create_label_layout):
	Use default widget font unless one is set.

	* libnautilus-private/nautilus-icon-container.c: (finalize),
	(style_set), (nautilus_icon_container_class_init),
	(nautilus_icon_container_instance_init),
	(nautilus_icon_container_set_font):
	* libnautilus-private/nautilus-icon-container.h:
 	* libnautilus-private/nautilus-icon-private.h:
	Change nautilus_icon_container_set_font_name to
	nautilus_icon_container_set_font.
	Change font_size_table to have the difference from the base font size.
	Invalidate labels on style_set.

	* libnautilus-private/nautilus-icon-factory.c:
	(embedded_text_font_changed_callback), (embed_text):
	Use default widget font for embedded text.

	* src/nautilus-preferences-dialog.c:
	* src/nautilus-sidebar-title.c:
	Remove font prefs. Update on style_set.

	* src/nautilus-sidebar-tabs.c: (nautilus_sidebar_tabs_class_init),
	(nautilus_sidebar_tabs_load_theme_data), (style_set),
	(nautilus_sidebar_tabs_init), (nautilus_sidebar_tabs_destroy),
	(make_tab_text_layout):
	Use normal gtk+ fonts.

	* src/file-manager/fm-desktop-icon-view.c: (font_changed_callback),
	(fm_desktop_icon_view_update_icon_container_fonts),
	(fm_desktop_icon_view_init):
	Use desktop font.

	* src/file-manager/fm-icon-view.c:
	(default_zoom_level_changed_callback), (create_icon_container),
	(fm_icon_view_instance_init):
	(nautilus_sidebar_title_class_init), (style_set),
	(nautilus_sidebar_title_init), (update_title_font):
	Remove font handling.
2002-05-11 23:53:50 +00:00
Stanislav Visnovsky
2a263abf98 Updated Slovak translation.
2002-05-11  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2002-05-11 14:34:50 +00:00
Ole Laursen
01daa11a5d Updated Danish translation.
2002-05-11  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-05-11 12:59:51 +00:00
Anders Carlsson
adce739233 Check that the file exists before trying to parse it. This stops libxml
2002-05-10  Anders Carlsson  <andersca@gnu.org>

	* src/nautilus-bookmark-list.c: (nautilus_bookmark_list_load_file):
	Check that the file exists before trying to parse it. This stops
	libxml from spewing crack "entity not found" messages.
2002-05-10 20:17:05 +00:00
Chyla Zbigniew
e91eb94f99 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-05-10 18:58:31 +00:00
Damon Chaplin
d0cae5ea47 moved the nautilus_file_unref() to the end of the function. Hopefully
2002-05-10  Damon Chaplin  <damon@ximian.com>

	* libnautilus-private/nautilus-directory-async.c (link_info_read_done):
	moved the nautilus_file_unref() to the end of the function.
	Hopefully fixes bug #80207.
2002-05-10 18:49:04 +00:00
Changwoo Ryu
eb40f78290 Updated Korean translation by Young-Ho Cha <ganadist@chollian.net>.
* ko.po: Updated Korean translation by Young-Ho Cha
	<ganadist@chollian.net>.
2002-05-10 01:35:08 +00:00
Damon Chaplin
d9618fc61e if the file size is 0, just report loading is complete and return. Fixes
2002-05-09  Damon Chaplin  <damon@ximian.com>

	* components/text/nautilus-text-view.c (read_file_callback): if the
	file size is 0, just report loading is complete and return.
	Fixes bug #79745.
2002-05-09 20:49:46 +00:00
Alex Larsson
6c78446b5d Fix menu mnemonic collision. Patch by Samuel Stringham <sams@e-sa.com>.
2002-05-09  Alex Larsson  <alexl@redhat.com>

	* src/file-manager/fm-icon-view.c: (fm_icon_view_update_menus):
	* src/file-manager/nautilus-icon-view-ui.xml:
	Fix menu mnemonic collision.
	Patch by Samuel Stringham <sams@e-sa.com>.

2002-05-09  Stuart MacLean <stuart@cs.dal.ca>
	* src/nautilus-window-menus.c
	(forget_history_if_confirmed): Make Clear History dialog
	consistent with other Nautilus dialogs.
2002-05-09 20:40:53 +00:00
Dave Camp
8c9311cbb1 Plug leaks. (nautilus_mime_set_short_list_applications_for_file): Free the
2002-05-09  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-mime-actions.c:
	(nautilus_mime_get_default_action_type_for_file):
	(nautilus_mime_get_default_application_for_file_internal):
	(nautilus_mime_get_default_component_for_file_internal):
	(nautilus_mime_get_short_list_applications_for_file):
	(nautilus_mime_get_short_list_components_for_file):
	(nautilus_mime_get_all_applications_for_file):
	(nautilus_mime_extend_all_applications_for_file):
	(nautilus_mime_remove_from_all_applications_for_file): Plug leaks.
	(nautilus_mime_set_short_list_applications_for_file): Free the
	normal_short_list after computing the delta, and use g_list_free
	on normal_short_list_ids rather than eel_g_list_free_deep.
	(str_list_difference): Duplicate the strings before inserting them
	into the list.
2002-05-09 20:21:34 +00:00
Dave Camp
4a9cd1696b Don't hold references to the view.
2002-05-03  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-desktop-icon-view.c (mount_parameters_new):
	(mount_parameters_free): Don't hold references to the view.
2002-05-09 20:07:05 +00:00
Alex Larsson
5436207882 Remove public metadata
2002-05-08  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/apps_nautilus_preferences.schemas:
	* libnautilus-private/nautilus-file-utilities.c:
	* libnautilus-private/nautilus-file-utilities.h:
	* libnautilus-private/nautilus-file.c:
	* libnautilus-private/nautilus-file.h:
	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/nautilus-global-preferences.h:
	* libnautilus-private/nautilus-metafile.c:
	* libnautilus-private/nautilus-metafile.h:
	* libnautilus-private/nautilus-thumbnails.c:
	* libnautilus-private/nautilus-vfs-directory.c:
	* src/nautilus-preferences-dialog.c:
	Remove public metadata
2002-05-09 19:49:33 +00:00
Dave Camp
0051a8bd57 Unref the style after setting it on the widget.
2002-05-09  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-icon-container.c (realize): Unref
	the style after setting it on the widget.
2002-05-09 19:41:55 +00:00
Chyla Zbigniew
19c9b8b680 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-05-09 09:06:59 +00:00
Alex Larsson
e7833472a1 More emblems from jimmac.
2002-05-08  Alex Larsson  <alexl@redhat.com>

	* data/browser.xml:
	* data/emblems/Makefile.am:
	* data/emblems/documents.png:
	* data/emblems/multimedia.png:
	* data/emblems/package.png:
	* data/emblems/web.png:
	* icons/default/Makefile.am:
	* icons/default/emblem-documents.png:
	* icons/default/emblem-multimedia.png:
	* icons/default/emblem-package.png:
	* icons/default/emblem-web.png:
	More emblems from jimmac.
2002-05-08 22:34:12 +00:00
Alex Larsson
93008154e5 Show Properties -> Properties.
2002-05-08  Alex Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c:
	* src/file-manager/nautilus-directory-view-ui.xml:
	Show Properties -> Properties.
2002-05-08 22:06:59 +00:00
Damon Chaplin
c783f8dc3c handle the icon selector dialog being returned as NULL, which can happen
2002-05-08  Damon Chaplin  <damon@ximian.com>

	* src/nautilus-property-browser.c (add_new_pattern): handle the
	icon selector dialog being returned as NULL, which can happen if the
	user presses Escape or clicks OK/Cancel while the icons are loading.
	Fixes part of bug #75387.
2002-05-08 20:33:52 +00:00
Damon Chaplin
e65593348b If we can't move in the given direction just return, and if the given
2002-05-08  Damon Chaplin  <damon@ximian.com>

	* src/nautilus-window-manage-views.c (nautilus_window_back_or_forward):
	If we can't move in the given direction just return, and if the given
	distance to move is off the end of our history list just jump to the
	end. Do all this rather than a g_assert(). Fixes bug #77681.
2002-05-08 20:18:50 +00:00
Alex Larsson
6b93b00894 Add some new emblems from tigert's set.
2002-05-08  Alex Larsson  <alexl@redhat.com>

	* data/browser.xml:
	* data/emblems/Makefile.am:
	* data/emblems/art.png:
	* data/emblems/camera.png:
	* data/emblems/mail.png:
	* data/emblems/pictures.png:
	* data/emblems/sound.png:
	* icons/default/Makefile.am:
	* icons/default/emblem-art.png:
	* icons/default/emblem-camera.png:
	* icons/default/emblem-mail.png:
	* icons/default/emblem-pictures.png:
	* icons/default/emblem-sound.png:
	Add some new emblems from tigert's set.
2002-05-08 18:53:29 +00:00
Alex Larsson
ce80b3f59e Use gtk-new icon for new document. Ctrl-n is new window and Shift-Ctrl-n
2002-05-08  Alex Larsson  <alexl@redhat.com>

	* src/file-manager/nautilus-directory-view-ui.xml:
	* src/nautilus-shell-ui.xml:
	Use gtk-new icon for new document.
	Ctrl-n is new window and Shift-Ctrl-n is new folder.
2002-05-08 16:34:34 +00:00
Alex Larsson
306e74fa3c Remove all references to the http proxy settings. These are now handled by
2002-05-08  Alex Larsson <alexl@redhat.com>

	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/nautilus-global-preferences.h:
	* src/nautilus-preferences-dialog.c:
	Remove all references to the http proxy settings.
	These are now handled by gnome-vfs and the control-center.
2002-05-08 15:41:47 +00:00
Duarte Loreto
a5656be517 Updated Portuguese translation and converted to UTF-8.
2002-05-08  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation and converted to UTF-8.
2002-05-07 23:58:45 +00:00
Kjartan Maraas
9756ec3219 Updated Norwegian (bokml) translation.
2002-05-07  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokml) translation.
2002-05-07 12:21:23 +00:00
Pablo Gonzalo del Campo
d99880a444 Updated Spanish Translation.
2002-05-06 Pablo Gonzalo del Campo <pablodc@bigfoot.com>

       * es.po: Updated Spanish Translation.
2002-05-07 01:18:17 +00:00
Alexander Larsson
bb5d9c77c5 Version markers 2002-05-06 18:37:09 +00:00
Alexander Larsson
076900a622 Update pofiles 2002-05-06 18:14:06 +00:00
Alexander Larsson
79861b5d14 Remove removed files 2002-05-06 16:22:12 +00:00
Alex Larsson
38bb44e999 Bump version to 1.1.15.
2002-05-06  Alex Larsson  <alexl@redhat.com>

	* NEWS:
	* configure.in:
	Bump version to 1.1.15.
2002-05-06 15:56:48 +00:00
Chyla Zbigniew
7711d78d7e Converted to UTF-8
Converted to UTF-8
2002-05-05 19:41:26 +00:00
Chyla Zbigniew
a17785e8a4 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-05-05 19:28:43 +00:00
David Emory Watson
7000b9a5b1 Don't expand ~ or ~/ until the user presses enter, bug 47239.
2002-05-05  David Emory Watson  <dwatson@cs.ucr.edu>

	* src/nautilus-location-bar.c:
	(editable_event_after_callback): Don't expand ~ or ~/ until the user
	presses enter, bug 47239.
	(has_exactly_one_slash): Removed.
2002-05-05 19:16:06 +00:00
David Emory Watson
70fac9c9d0 Make list view default to 75% zoom to get "nice" looking font size while
2002-05-05  David Emory Watson  <dwatson@cs.ucr.edu>

	* libnautilus-private/nautilus-global-preferences.c: Make list view
	default to 75% zoom to get "nice" looking font size while maintaining
	range of different font sizes.

	* src/file-manager/fm-list-view.c:
	(button_press_callback): Don't let the list view unselect anything when
	the user attempts to get the right-click menu on a selection.
	(fm_list_view_set_zoom_level): Invent equivalent of XXX_LARGE and make
	the font size at all zoom levels one bigger.
2002-05-05 19:03:34 +00:00
David Emory Watson
9d68db819d Require eel 1.1.13.
2002-05-04  David Emory Watson  <dwatson@cs.ucr.edu>

	* configure.in: Require eel 1.1.13.

	* src/nautilus-location-bar.c:
	(try_to_expand_path): Handle filenames with embeded or trailing white-
	space.  Fixes bug 46582.  Also fixes a minor utf8 bug that crept into
	the build.
2002-05-05 15:40:29 +00:00
Christophe Merlet
dbb4a76c24 Updated French translation. 2002-05-05 08:41:35 +00:00
Christophe Merlet
a602f7cff4 Updated French translation. 2002-05-04 23:32:18 +00:00
David Emory Watson
17d646524d Remove extranious check (we always expand "~/" before we get here) and
2002-05-03  David Emory Watson  <dwatson@cs.ucr.edu>

	* src/nautilus-location-bar.c:
	(try_to_expand_path): Remove extranious check (we always expand "~/"
	before we get here) and call set_position_and_selection_to_end () since
	the behavior of gtk_entry_set_text () has changed.
	(editable_event_after_callback): Useless optimization.
	(nautilus_location_bar_set_location): Call set_position_and_selectio...
2002-05-04 14:55:48 +00:00
Pablo Gonzalo del Campo
bcf6a6a979 Updated Spanish Translation
2002-05-02 Pablo Gonzalo del Campo <pablodc@bigfoot.com>

	* es.po: Updated Spanish Translation
2002-05-03 00:55:51 +00:00
David Emory Watson
987a36d4aa Implement zooming for the list view and other small cleanups.
2002-05-01  David Emory Watson  <dwatson@cs.ucr.edu>

	Implement zooming for the list view and other small cleanups.

	* src/file-manager/fm-list-view.c:
	(create_and_set_up_tree_view): Keep track of cell renderers.
	(fm_list_view_begin_loading): Set initial zoom level.
	(set_zoom_level_from_metadata_and_preferences),
	(fm_list_view_set_zoom_level),
	(fm_list_view_bump_zoom_level),
	(fm_list_view_zoom_to_level),
	(fm_list_view_restore_default_zoom_level),
	(fm_list_view_can_zoom_in),
	(fm_list_view_can_zoom_out),
	(default_zoom_level_changed): Impl.
	(fm_list_view_class_init): Hook up zoom auto value.
	(fm_list_view_instance_init): Use while_alive to monitor changes to
	default_zoom_level and click_policy.
	(fm_list_view_finalize): Update click_policy callback.

	Added a column for each pixbuf size to the model.

	* src/file-manager/fm-list-model.c,
	src/file-manager/fm-list-model.h:
	(fm_list_model_get_column_type): Update.
	(fm_list_model_get_column_id_from_zoom_level),
	(fm_list_model_get_zoom_level_from_column_id): Impl.
	(fm_list_model_get_value): Update.
2002-05-02 23:03:29 +00:00
David Bordoley
d5d0d847d5 src/nautilus-shell-ui.xml Made bookmark shortcut keys hig compliant
2002-05-01  David Bordoley <bordoley@msu.edu>

	* src/nautilus-shell-ui.xml
	Made bookmark shortcut keys hig compliant
	Switched Home shortcut key to Alt-Home

	* src/file-manager/nautilus-directory-view-ui.xml
	Removed shortcut key for duplicate
2002-05-02 21:22:18 +00:00
David Bordoley
a291b73abe Remove favorites .desktop file
2002-05-01 David Bordoley <bordoley@msu.edu>

       * data/Makefile.am:
       Remove favorites .desktop file

       * src/file-manager/nautilus-directory-view-ui.xml:
       Added stock icon for move to trash

       * src/nautilus-shell-ui.xml:
       Removed nautilus quick references
       Changed "Nautilus User Manual" to "Contents"
       Added stock help icon
       Added F1 shortcut key for help

       * src/nautilus-windows-menus.c:
       Removed nautilus quick references
2002-05-02 21:16:28 +00:00
Alex Larsson
21d6ff4089 Encode new desktop files in UTF8.
2002-04-30  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-link-desktop-file.c (nautilus_link_desktop_file_local_create):
	Encode new desktop files in UTF8.
2002-05-02 20:38:41 +00:00
Changwoo Ryu
2f8a7fe264 Updated Korean translation by Young-Ho, Cha <ganadist@chollian.net>.
* ko.po: Updated Korean translation by Young-Ho, Cha
	<ganadist@chollian.net>.
2002-05-01 15:59:58 +00:00
Jacob Berkman
9e93c17003 remove new sidebar
2002-05-01  Jacob Berkman  <jacob@ximian.com>

	* configure.in (AC_OUTPUT): remove new sidebar
2002-05-01 14:31:30 +00:00
Alex Larsson
b976380bdf Disable news sidebar.
2002-04-30  Alex Larsson  <alexl@redhat.com>

	* components/Makefile.am:
	Disable news sidebar.
2002-04-30 22:21:40 +00:00
Alex Larsson
bc063520ed Removed ellipsis from items that are meant brings up dialog and nothing
2002-04-30  Alex Larsson  <alexl@redhat.com>

	* src/nautilus-shell-ui.xml:
	Removed ellipsis from items that are meant brings up dialog and
	nothing more. IE: About, Preferences and Edit Bookmarks.
	Change Back/Forward/Up keyboard shortcuts to be Alt-<cursor-key>

	* libnautilus-private/nautilus-icon-container.c (key_press_event):
	Don't eat alt-down key events.

	* src/nautilus-preferences-dialog.c:
	Disable news preferences.

	* src/file-manager/nautilus-directory-view-ui.xml:
	Use Alt-down as alternative open.


2002-04-29 David Bordoley <bordoley@msu.edu>

       * src/nautilus-shell-ui.xml:
       Changed tooltip for up arrow

       * file-manager/fm-directory-view.c
       * file-manager/nautilus-directory-view-ui.xml:
	Changed "Show Properties" to "Properties"

       * src/file-manager/nautilus-desktop-icon-view-ui.xml:
       * src/file-manager/nautilus-directory-view-ui.xml:
       Change "Reset Background" to "Use Default Background".
2002-04-30 22:12:33 +00:00