Commit graph

9842 commits

Author SHA1 Message Date
Alexander Larsson 1fd8052fa7 Use eel_get_filename_charset to handle the new filename charset env vars.
2004-10-28  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-utilities.c:
	(nautilus_get_uri_shortname_for_display):
	* libnautilus-private/nautilus-file-utilities.h:
	* libnautilus-private/nautilus-file.c: (nautilus_file_rename),
	(nautilus_file_get_display_name_nocopy):
	* src/nautilus-location-entry.c: (try_to_expand_path):
	Use eel_get_filename_charset to handle the new filename
	charset env vars.
2004-10-28 14:00:38 +00:00
Alexander Larsson 14704c0966 Fix warning due to NULL default string.
2004-10-28  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-global-preferences.c:
	* src/nautilus-window-manage-views.c:
	Fix warning due to NULL default string.
2004-10-28 07:30:07 +00:00
Alexander Larsson c1103d9f35 Add saved geometry pref
2004-10-26  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-global-preferences.[ch]:
	Add saved geometry pref

	* src/nautilus-navigation-window.c:
	(nautilus_navigation_window_save_geometry), (real_window_close),
	(nautilus_navigation_window_class_init):
	Save geometry on window close

	* src/nautilus-window-manage-views.c:
	(another_navigation_window_already_showing),
	(load_directory_metadata_callback):
	load geometry on open
2004-10-26 16:12:02 +00:00
Alexander Larsson 4debd0a59e Handle volumes for root nodes
2004-10-26  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-tree-model.[ch]:
	Handle volumes for root nodes

	* src/file-manager/fm-tree-view.c:
	Add eject on volume toplevel roots.

	* src/nautilus-application.c:
	Don't close nav windows when unmounting, just go to home.

	Patch from Colin Leroy <colin@colino.net>
2004-10-26 13:28:05 +00:00
Ankitkumar Rameshchandra Patel b690667cd0 ankit@redhat.com * Changed some wrong rendered characters 2004-10-26 13:04:38 +00:00
Alexander Larsson 08055a1aa8 Add missing G_END_DECLS. Patch from Jimmy Do <crispyleaves@gmail.com>
2004-10-25  Alexander Larsson  <alexl@redhat.com>

	* libnautilus/nautilus-scroll-positionable.h:
	Add missing G_END_DECLS.
	Patch from Jimmy Do <crispyleaves@gmail.com>
2004-10-25 07:28:50 +00:00
Mohammad DAMT b8262271f1 Updated Indonesian translation
2004-10-25  Mohammad DAMT  <mdamt@bisnisweb.com>

	* id.po: Updated Indonesian translation
2004-10-25 01:16:16 +00:00
Alexander Larsson b1f357b9df Make the nautilus_icon_canvas_item_get_image return an image containing
2004-10-22  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-canvas-item.c:
	(nautilus_icon_canvas_item_get_image), (draw_frame),
	(draw_or_measure_label_text), (measure_label_text),
	(draw_label_text), (draw_mask), (nautilus_icon_canvas_item_draw):
	Make the nautilus_icon_canvas_item_get_image return an image containing
	icon + text. The image "start" changed to being from the item position to
	from the item boundary.

	* libnautilus-private/nautilus-icon-dnd.c:
	(nautilus_icon_dnd_begin_drag):
	Calculate icon offset from the boundary instead of icon position.
2004-10-22 15:44:16 +00:00
Alexander Larsson 542eede295 revert accidental commit 2004-10-22 08:52:40 +00:00
Alexander Larsson 15263c609c Add ugly hack to make renames work on newly created files in the list
2004-10-22  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c (rename_file):
	Add ugly hack to make renames work on newly created files
	in the list view. Don't look, you might go blind.
2004-10-22 08:51:41 +00:00
Martin Willemoes Hansen 34742bc8ad Updated Danish translation.
* da.po: Updated Danish translation.
2004-10-22 08:50:50 +00:00
Alexander Larsson c379079e98 Fix moving of unpositioned icons, the canvas items start at <0, 0>, not
2004-10-22  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-container.c (icon_set_position):
	Fix moving of unpositioned icons, the canvas items start at
	<0, 0>, not <-1,-1>
2004-10-22 07:57:29 +00:00
Alexander Larsson d461e26e52 Select parent item when going up via parent menu.
2004-10-21  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-spatial-window.c:
	(location_menu_item_activated_callback),
	(location_button_clicked_callback):
	Select parent item when going up via parent menu.

	Patch from Jimmy Do <crispyleaves@gmail.com>
2004-10-21 11:02:19 +00:00
Alexander Larsson b471662cfa Display frame when we're accepting a DnD drop.
2004-10-21  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-dnd.[ch]:
	(auto_scroll_timeout_callback), (drag_leave_callback),
	(drag_highlight_expose), (dnd_highlight_queue_redraw),
	(start_dnd_highlight), (stop_dnd_highlight),
	(drag_motion_callback):
	Display frame when we're accepting a DnD drop.
2004-10-21 10:50:13 +00:00
Laszlo Dvornik bed1ded160 Hungarian translation updated.
2004-10-19  Laszlo Dvornik  <dvornik@gnome.hu>

	* hu.po: Hungarian translation updated.
2004-10-19 14:35:37 +00:00
Funda Wang 38fe77ad63 Updated Simplified Chinese translation 2004-10-19 02:17:22 +00:00
Dave Camp a126790b89 Show the directory as a selection in spatial mode when Alt+Up is selected.
2004-10-18  Dave Camp  <dave@novell.com>

	* src/file-manager/fm-directory-view.c:
	(selection_changed_callback):
	* src/nautilus-application.c:
	(nautilus_application_present_spatial_window),
	(nautilus_application_present_spatial_window_with_selection):
	* src/nautilus-application.h:
	* src/nautilus-window-manage-views.c: (open_location),
	(load_directory_metadata_callback):
	* src/nautilus-window.c: (nautilus_window_go_to_with_selection):
	* src/nautilus-window.h:  Show the directory as a selection in
	spatial mode when Alt+Up is selected.

	Patch from Jimmy Do <crispyleaves@gmail.com>
2004-10-18 21:36:11 +00:00
Marco Pesenti Gritti 28bb1db544 reviewed by: Alexander Larsson <alexl@redhat.com>
2004-10-18  Marco Pesenti Gritti  <marco@gnome.org>

        reviewed by: Alexander Larsson  <alexl@redhat.com>

        * src/nautilus-navigation-window-ui.xml:
        * src/nautilus-window-toolbars.c:
        (nautilus_navigation_window_initialize_toolbars):

        Work around pack-ends no more working in libbonoboui
        by putting an expanded event box before the
        throbber
2004-10-18 16:44:35 +00:00
Raphael Higino 8b4284fd19 Updated pt_BR translation 2004-10-17 23:30:28 +00:00
Christophe Merlet 96b9c715f9 Updated French translation. 2004-10-17 09:41:53 +00:00
Francisco Javier F. Serrador 86b788e073 Updated Spanih translation.
2004-10-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanih translation.
2004-10-16 22:36:06 +00:00
Updated ja.po. T.Aihana aa9f125590 2004-10-17 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> 2004-10-16 16:20:02 +00:00
Alexander Larsson d0cf14dafe Slightly better error when there is no handler for a file type. Not ideal,
2004-10-15  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-program-choosing.c (nautilus_launch_show_file):
	Slightly better error when there is no handler for a file type.
	Not ideal, needs fixing when we're not string frozen anymore.
2004-10-15 12:30:45 +00:00
Miloslav Trmac 0319fad17f Updated Czech translation.
2004-10-14  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-10-14 18:12:37 +00:00
Adam Weinberger 997ff1c518 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-10-14 17:36:06 +00:00
Laurent Dhima e972f1f721 Updated Albanian translation.
2004-10-14  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-10-14 15:25:18 +00:00
Alexander Larsson 449b58b2b2 We need to set "loading" as soon as we get the load_directory call,
2004-10-14  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c: (load_directory),
	(finish_loading):
	We need to set "loading" as soon as we get the load_directory
	call, otherwise we don't correctly handle the selection being
	set.

	* src/file-manager/fm-icon-view.c: (fm_icon_view_begin_loading),
	(fm_icon_view_end_loading):
	No need for this to touch loading.

	Patch from Jimmy Do <crispyleaves@gmail.com>
2004-10-14 13:06:42 +00:00
Ankitkumar Rameshchandra Patel 760853877a ankit@redhat.com 14/10/2004 * Last Modification 2004-10-14 04:21:28 +00:00
David Lodge 2342287aea Updated British English translation.
2004-10-13  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British English translation.
2004-10-13 20:45:07 +00:00
Artur Flinta 42f7e0d6af Updated Polish translation by GNOME PL Team.
2004-10-13  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation by GNOME PL Team.
2004-10-13 20:24:18 +00:00
Alexander Larsson 25316f4c94 fix changelog 2004-10-13 15:50:13 +00:00
Alexander Larsson f9578b3fb4 Add Open New Window menu item in browser
2004-10-13  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-navigation-window-ui.xml:
	* src/nautilus-navigation-window.c:
	(file_menu_new_window_callback), (real_merge_menus):
	Add Open New Window menu item in browser
2004-10-13 15:49:05 +00:00
Alexander Larsson 17b212bc08 Only read .hidden files if they are regular files.
2004-10-13  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory-async.c:
	(read_dot_hidden_file):
	Only read .hidden files if they are regular files.

	* src/file-manager/fm-tree-view.c:
	Delay activation when keyboard navigating the tree.

	Patches from Danny Milosavljevic <danny.milo@gmx.net>
2004-10-13 15:28:47 +00:00
Leonid Kanter 07519341d0 more fixes in Russian translation 2004-10-13 08:56:14 +00:00
Anders Carlsson 232c8f6c7a Set the dialog's "visible" property to FALSE, we show it ourselves.
2004-10-12  Anders Carlsson  <andersca@gnome.org>

	* src/nautilus-file-management-properties.glade:
	Set the dialog's "visible" property to FALSE, we show it
	ourselves.
2004-10-12 21:54:28 +00:00
Alexander Larsson 7bbdb3adb2 Make nautilus_link_desktop_file_local_create take both display name and
2004-10-12  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-link-desktop-file.[ch]:
	Make nautilus_link_desktop_file_local_create take both
	display name and file name.
	* libnautilus-private/nautilus-link.[ch]:
	Make nautilus_link_local_create take both
	display name and file name.
	* src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list):
	Create desktop file ending in ".desktop".
2004-10-12 10:32:45 +00:00
Alexander Larsson bd2cd41b9f On mime mismatch, don't use the default app for "open".
2004-10-12  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c (activate_check_mime_types):
	On mime mismatch, don't use the default app for "open".
2004-10-12 10:07:46 +00:00
Alexander Larsson 6061f5af08 Post release version bump
2004-10-11  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Post release version bump

=== nautilus 2.8.1 ===
2004-10-11 14:22:35 +00:00
Alexander Larsson 7f8dd536d1 pofile updates 2004-10-11 14:17:38 +00:00
Alexander Larsson 2507563637 Update for 2.8.1
2004-10-11  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update for 2.8.1
2004-10-11 14:07:45 +00:00
Alexander Larsson dcb38e46ca Use home icon for homedir. Patch from Anders Carlsson <andersca@gnome.org>
2004-10-11  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-utilities.[ch]:
	* libnautilus-private/nautilus-file.[ch]:
	* libnautilus-private/nautilus-icon-factory.c:
	Use home icon for homedir.
	Patch from Anders Carlsson  <andersca@gnome.org>
2004-10-11 12:55:13 +00:00
Alexander Larsson 41570f919b Set up clipboard when renaming.
2004-10-11  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-list-view.c (fm_list_view_start_renaming_file):
	Set up clipboard when renaming.
2004-10-11 12:23:40 +00:00
Alexander Larsson 22a0330d92 Make nautilus_directory_get_file_list virtual
2004-10-11  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory.[ch]:
	Make nautilus_directory_get_file_list virtual
	* libnautilus-private/nautilus-desktop-directory.c:
	* libnautilus-private/nautilus-merged-directory.c:
	Override virtual to return all files. Fixes bug #149096.
	Patch from Jimmy Do <crispyleaves@gmail.com>

	* src/file-manager/fm-directory-view.c
	(fm_directory_view_init_show_hidden_files):
	Don't set up hidden files prefs if ignoring them

	* src/file-manager/fm-icon-view.c (should_show_file_on_screen):
	Check if file should be visible.
2004-10-11 11:49:00 +00:00
Anders Carlsson d2d44c7f58 Remove a couple of unused keys from nautilus-metadata.h
2004-10-11  Anders Carlsson  <andersca@gnome.org>

	* libnautilus-private/nautilus-metadata.h:
	* libnautilus-private/nautilus-mime-actions.c:
	(nautilus_mime_get_default_application_for_file),
	(nautilus_mime_get_open_with_applications_for_file),
	(nautilus_mime_get_applications_for_file),
	(gnome_vfs_mime_application_has_id):
	* libnautilus-private/nautilus-view-query.c:
	(nautilus_view_query_get_default_component_for_file_internal),
	(nautilus_view_query_get_components_for_file),
	(make_bonobo_activation_query_with_known_mime_type),
	(make_bonobo_activation_query_with_uri_scheme_only),
	(server_matches_content_requirements),
	(nautilus_do_component_query),
	(nautilus_view_query_get_popup_components_for_file),
	(nautilus_view_query_get_property_components_for_file):
	Remove a couple of unused keys from nautilus-metadata.h
2004-10-11 08:10:42 +00:00
Alexander Larsson 85a24fd188 Correct strcmp typo. (#142530) Patch from Simon Hart
2004-10-08  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-directory-view.c (extension_action_slow_mime_types_ready_callback):
	Correct strcmp typo. (#142530)
	Patch from Simon Hart
2004-10-08 12:47:24 +00:00
Anders Carlsson 3ae814e52f Add support for pasting the clipboard contents as a string.
2004-10-08  Anders Carlsson  <andersca@gnome.org>

	* src/file-manager/fm-directory-view.c:
	(convert_file_list_to_string), (get_clipboard_callback),
	(clear_clipboard_callback), (convert_file_list_to_uri_list),
	(copy_or_cut_files), (fm_directory_view_class_init):
	Add support for pasting the clipboard contents as a string.
2004-10-08 09:26:28 +00:00
Nguyen Thai Ngoc Duy a2d0870611 Updated vi.po 2004-10-07 01:47:51 +00:00
Martin Wehner a94962ff85 Implement sort_files for list view and sort old changed files.
2004-10-06  Martin Wehner  <martin.wehner@epost.de>

	* src/file-manager/fm-directory-view.c:
	(process_new_files):
	* src/file-manager/fm-list-view.c:
	(fm_list_view_sort_files), (fm_list_view_class_init):
	* src/file-manager/fm-list-model.[ch]:
	(fm_list_model_sort_files):
	Implement sort_files for list view and sort old changed files.
2004-10-06 19:54:32 +00:00
Martin Wehner b9bbfaa39b Process unlimited files at once instead of 300 each time.
2004-10-06  Martin Wehner  <martin.wehner@epost.de>

	* src/file-manager/fm-directory-view.c: (split_off_first_n),
	(display_pending_files), (display_pending_idle_callback):
	Process unlimited files at once instead of 300 each time.
2004-10-06 19:19:55 +00:00
Alexander Larsson 05fd033aba Readjust padding from last change.
2004-10-06  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-canvas-item.c (draw_or_measure_label_text):
	Readjust padding from last change.
2004-10-06 15:21:13 +00:00