Commit graph

5660 commits

Author SHA1 Message Date
Alexander Larsson
26575ec3a1 Convert new directory name with g_filename_from_utf8(). (#90154)
2003-01-16  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-operations.c (nautilus_file_operations_new_folder):
	Convert new directory name with g_filename_from_utf8(). (#90154)
2003-01-16 15:11:51 +00:00
Alexander Larsson
1f65f45458 Change the icon to something that exists.
2003-01-16  Alexander Larsson  <alexl@redhat.com>

	* nautilus-file-management-properties.desktop.in:
	* src/network-scheme.desktop.in:
	Change the icon to something that exists.
2003-01-16 10:03:55 +00:00
Dave Camp
5cdaef8c83 Add a view_as_label_with_mnemonic field to the server file and
2003-01-14  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-view-identifier.c:
	(nautilus_view_identifier_new), (nautilus_view_identifier_copy),
	(nautilus_view_identifier_new_from_bonobo_server_info),
	(nautilus_view_identifier_free):
	* libnautilus-private/nautilus-view-identifier.h: Add a
	view_as_label_with_mnemonic field to the server file and
	NautilusViewIdentifier.
	* src/nautilus-window.c: (add_view_as_bonobo_menu_item): Use
	the mnemonics in the view menu.
	* src/Nautilus_shell.server.in: Add view_as_label_with_mnemonic
	fields to the Icon and List views.
2003-01-14 18:29:45 +00:00
David Bordoley
a38a70944d src/nautilus-view-frame.c Fixed typo in nautilus_view_frame_class_init
2003-01-14  David Bordoley <bordoley@msu.edu>

 	* src/nautilus-view-frame.c
 	Fixed typo in nautilus_view_frame_class_init
 	s/open_location_in_this_window/open_location_prefer_existing_window
 	for the prefer existing window case.
2003-01-14 16:52:47 +00:00
Anders Carlsson
2ac904d0b7 Store the value of the previous locale, not the C one that we're setting.
2003-01-14  Anders Carlsson  <andersca@codefactory.se>

	* src/file-manager/fm-icon-view.c:
	(get_stored_icon_position_callback),
	(icon_position_changed_callback):
	Store the value of the previous locale, not the C
	one that we're setting.
	Fixes #45300, reported by Christian Rose.
2003-01-14 01:12:54 +00:00
Alexander Larsson
118b166fd3 Version markers 2003-01-13 20:14:35 +00:00
Alexander Larsson
e94c66c0f6 Update to 2.1.91. Require eel 2.1.91.
2003-01-13  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	* configure.in:
	Update to 2.1.91.
	Require eel 2.1.91.
2003-01-13 19:59:29 +00:00
Alexander Larsson
a308d0cf09 Rename nautilus_file_update_desktop_pixmaps to
2003-01-13  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory-background.c:
	Rename nautilus_file_update_desktop_pixmaps to
	nautilus_file_update_root_pixmaps for clarity.
	Call eel_background_set_is_constant_size on the desktop
	background earlier.
	Set the color on the correct window (root window, not desktop window).

	* libnautilus-private/nautilus-icon-container.c:
	Override the draw_background signal to not clear/redraw the background
	on every expose. That's not needed since EelBackground correctly sets
	the background of the XWindow.
2003-01-13 11:44:24 +00:00
Dave Camp
ec3418136a Save the parent class. (nautilus_image_properties_view_finalize): Chain to
2003-01-13  Dave Camp  <dave@ximian.com>

	* components/image_properties/nautilus-image-properties-view.c
	(nautilus_image_properties_view_class_init): Save the parent
	class.
	(nautilus_image_properties_view_finalize): Chain to the parent
	class.
2003-01-13 06:12:09 +00:00
Dave Camp
e0d92d618e Only handle keypresses on the bin window.
2003-01-12  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-list-view.c (key_press_callback): Only
	handle keypresses on the bin window.

	Fixes #102259, thanks to Pasupathi <pasupathi.duraisamy@wipro.com>
	for helping to track this down.
2003-01-13 04:35:56 +00:00
Dave Camp
f956758133 In single click mode, don't activate if shift or control is held down.
2003-01-12  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-list-view.c (button_press_callback): In
	single click mode, don't activate if shift or control is held
	down.  This matches the icon view behavior.

	Fixes #81896.
2003-01-13 04:27:50 +00:00
Dave Camp
28ecd710f6 Handle activation and the popup menu from here.
2003-01-12  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-list-view.c: (button_press_callback): Handle
	activation and the popup menu from here.
	(create_and_set_up_tree_view): Don't connect to
	button_release_event or event_after.

	Fixes #91176.
2003-01-13 03:12:31 +00:00
Alex Duggan
a8ef1c04f4 Use pkg-config instead of orbit2-config. (fixes #73299)
2003-01-08  Alex Duggan  <aldug@gnome.org>

	* configure.in:
	Use pkg-config instead of orbit2-config. (fixes #73299)

	* libnautilus-private/nautilus-icon-container.c:
	Remove unneccessary include of libnautilus/nautilus-clipboard.h

	* src/file-manager/fm-directory-view.c:
	Remove unnecessary include of fm-desktop-icon-view.h
	Patch from David Bordoley <bordoley@msu.edu>
2003-01-09 18:44:10 +00:00
Alex Duggan
257bcd647d s/Nodes/Notes/ Patch from R.I.P. Deaddog. Fixes #102736. Approved by i18n
2003-01-07  Alex Duggan  <aldug@gnome.org>

	* components/notes/Nautilus_View_notes.server.in.in: s/Nodes/Notes/
	Patch from R.I.P. Deaddog. Fixes #102736.
	Approved by i18n and release teams
2003-01-07 21:17:58 +00:00
Alexander Larsson
eace724a50 Don't follow symlinks like shortcuts. Patch from Rolf Kulemann
2003-01-07  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c (nautilus_file_get_activation_uri):
	Don't follow symlinks like shortcuts.
	Patch from Rolf Kulemann
2003-01-07 15:35:33 +00:00
Naba Kumar
2a933e2181 New hindi translation by Bhopal team <anuragseetha@yahoo.com> Guntupalli
* hi.po: New hindi translation by
	Bhopal team <anuragseetha@yahoo.com>
	Guntupalli Karunakar <karunakar@freedomink.org>
2003-01-07 07:16:39 +00:00
Alex Duggan
bc3b0ea8c4 Removed statusbar timeout
2003-01-06  Alex Duggan  <aldug@gnome.org>

	* src/nautilus-window.c:
	* src/nautilus-window.h:
	Removed statusbar timeout

	* libnautilus-private/nautilus-global-preferences.c:
	Removed unnecessary include.  Patch from
	Dave Bordoley <bordoley@msu.edu>
2003-01-07 05:19:58 +00:00
Alex Duggan
34369ba444 remove control-f keybinding leftover from nautilus-1.0.x. Partially fixes
2003-01-06  Alex Duggan  <aldug@gnome.org>

	* src/nautilus-shell-ui.xml: remove control-f keybinding leftover
	from nautilus-1.0.x.  Partially fixes #85230
2003-01-07 03:23:54 +00:00
Dave Camp
e927d19af6 version markers 2003-01-07 02:22:13 +00:00
Dave Camp
4b44402bf8 Bump version to 2.1.6, require eel 2.1.6.
2003-01-06  Dave Camp  <dave@ximian.com>

	* configure.in:
	* NEWS: Bump version to 2.1.6, require eel 2.1.6.
2003-01-07 01:59:23 +00:00
Alexander Larsson
bda607f269 Remove duplicate accel for move to trash. Fixes the
2003-01-06  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/nautilus-directory-view-ui.xml:
	Remove duplicate accel for move to trash. Fixes
	the delete-in-rename-deletes-file bug. (#101203)

	Patch by Rolf Kulemann
2003-01-06 15:27:57 +00:00
Arvind Samptur
6b7549ce09 changing the mnemonic of "Empty Trash" button. Resolves the conflict
2003-01-06  Arvind Samptur <arvind.samptur@wipro.com>
        * src/nautilus-information-panel.c
        (nautilus_information_panel_update_buttons): changing the
        mnemonic of "Empty Trash" button. Resolves the conflict
        between "Edit" menu option and "Empty Trash" button, which
        caused the desktop to be badly stuck.
        Please see #101690, for Owen's comments as well.
2003-01-06 10:34:56 +00:00
Dave Camp
ecff8ee477 Applied UI review suggestions. Patch from Luca Ferretti
2002-12-31  Dave Camp  <dave@ximian.com>

	* src/nautilus-file-management-properties.glade: Applied UI review
	suggestions.  Patch from Luca Ferretti <elle.uca@libero.it>

	* libnautilus-private/nautilus-dnd.c
	(nautilus_drag_drop_background_ask): Use "Folder" instead of
	"Directory".
2002-12-31 22:18:05 +00:00
Bastien Nocera
77a4ac28f5 disable DEBUG (Closes: #101430), use GnomeIconTheme stuff so we get the
2002-12-27  Bastien Nocera  <hadess@hadess.net>

        * src/nautilus-server-connect.c: (update_icon): disable DEBUG
	(Closes: #101430), use GnomeIconTheme stuff so we get the icons back
	as in the old times
2002-12-27 15:16:15 +00:00
Bastien Nocera
bcbfbe6593 require libgnome 2.1.1 for the libegg stuff (gnome_url_show_with_env is
2002-12-27  Bastien Nocera  <hadess@hadess.net>

        * configure.in: require libgnome 2.1.1 for the libegg stuff
	(gnome_url_show_with_env is required)
2002-12-27 13:12:05 +00:00
James Willcox
c3639de2cc Make the desktop icon view store the screen number with the icon
2002-12-19  James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/nautilus-directory-notify.h:
	* libnautilus-private/nautilus-directory.c:
	(nautilus_directory_schedule_position_set):
	* libnautilus-private/nautilus-file-changes-queue.c:
	(nautilus_file_changes_queue_schedule_position_set),
	(nautilus_file_changes_consume_changes):
	* libnautilus-private/nautilus-file-changes-queue.h:
	* libnautilus-private/nautilus-file-operations.c:
	(icon_position_iterator_new), (apply_one_position),
	(nautilus_file_operations_copy_move):
	* libnautilus-private/nautilus-icon-dnd.c: (handle_local_move),
	(handle_nonlocal_move):
	* libnautilus-private/nautilus-metadata.h:
	* src/file-manager/fm-desktop-icon-view.c:
	(fm_desktop_icon_view_init):
	* src/file-manager/fm-directory-view.c: (new_folder_done),
	(file_changed_callback):
	* src/file-manager/fm-icon-view.c: (should_show_file_on_screen),
	(fm_icon_view_remove_file), (fm_icon_view_add_file),
	(fm_icon_view_file_changed), (fm_icon_view_filter_by_screen),
	(fm_icon_view_instance_init):
	* src/file-manager/fm-icon-view.h:

	Make the desktop icon view store the screen number with the icon
	positions.  Now, a given icon appears on one screen only, and you
	can drag them between screens, etc.
2002-12-19 19:56:38 +00:00
Alexander Larsson
6f5ffa629c Handle the fact the we may have to reload the background if it needed to
2002-12-19  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory-background.c (image_loading_done_callback):
	Handle the fact the we may have to reload the background if it
	needed to be rescaled before.
2002-12-19 16:35:05 +00:00
Alexander Larsson
d1831afdab Better error message when moving a file over a parent directory.
2002-12-18  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-operations.c (build_error_string):
	Better error message when moving a file over a parent directory.
2002-12-18 12:39:34 +00:00
Alexander Larsson
b9a567163e Removed unused files.
2002-12-18  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-preferences-dialog.c:
	* src/nautilus-preferences-dialog.h:
	* src/nautilus-theme-selector.c:
	* src/nautilus-theme-selector.h:
	Removed unused files.

2002-12-18  Alexander Larsson  <alexl@redhat.com>

	* POTFILES.in:
	Reverted incorrect change.

	* POTFILES.skip:
	Added loser, sample and music components
2002-12-18 09:22:25 +00:00
Alexander Larsson
8abd0920e0 Use gnome_i18n_get_language_list. (#100393)
2002-12-17  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-view-identifier.c (get_lang_list):
	Use gnome_i18n_get_language_list. (#100393)
2002-12-17 12:26:30 +00:00
Fernando Herrera de las Heras
278b84cc5f add X-Gnome-Bugzilla-OtherBinaries poiting to nautilus binaries
* nautilus.desktop.in: add X-Gnome-Bugzilla-OtherBinaries poiting to
        nautilus binaries
2002-12-17 01:30:59 +00:00
Alexander Larsson
370d2bcc1f Version markers 2002-12-16 15:53:35 +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
a93b515d52 Update.
2002-12-16  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update.

	* configure.in:
	Bump version to 2.1.5. Require new eel and gnome-vfs.
2002-12-16 14:44:02 +00:00
Alex Graveley
5b608f8c18 Add "applications-all-users:" and "preferences-all-users:" which fixes bug
2002-12-13  Alex Graveley  <alex@ximian.com>

	* libnautilus-private/nautilus-directory-async.c
	(should_look_for_dot_directory_file): Add
	"applications-all-users:" and "preferences-all-users:" which fixes
	bug 89618.
2002-12-13 18:41:50 +00:00
Alex Duggan
ea49afce96 remove libgnomecanvas dep
2002-12-13  Alex Duggan  <aldug@gnome.org>

	* configure.in:
	* nautilus.spec.in:
	remove libgnomecanvas dep
2002-12-13 17:08:12 +00:00
Alexander Larsson
bfc0fc80ac Make sure text is valid utf8. (#98886)
2002-12-13  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-operations-progress.c:
	Make sure text is valid utf8. (#98886)
2002-12-13 11:48:42 +00:00
Alexander Larsson
d6af09b81d Correctly do w2c transformations. Fixes struts.
2002-12-12  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-container.c:
	* libnautilus-private/nautilus-icon-canvas-item.c:
	Correctly do w2c transformations. Fixes struts.
2002-12-12 15:17:42 +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
Alexander Larsson
8ef7078354 Special case the display name for the root of non-local files. This means
2002-12-12  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c:
	Special case the display name for the root of non-local files.
	This means we show e.g. fonts:// instead of / as the title.
2002-12-12 09:47:51 +00:00
Alexander Larsson
da4210137c Add NAUTILUS_DETERMINE_VIEW_NO_MASTER_BROWSER result.
2002-12-12  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-applicable-views.c:
	* src/nautilus-applicable-views.h:
	Add NAUTILUS_DETERMINE_VIEW_NO_MASTER_BROWSER result.

	* src/nautilus-window-manage-views.c:
	Give nice error message when there is no master browser.

	Note: This change requires gnome-vfs cvs after the 2.1.4 release.
2002-12-12 09:05:22 +00:00
James Willcox
5e34a37171 Respond properly to prefs regarding when to show thumbnails. Fixes #96644.
2002-12-09  James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/nautilus-icon-factory.c:
	(destroy_icon_factory), (get_icon_factory),
	(show_thumbnails_changed_callback), (should_show_thumbnail),
	(nautilus_icon_factory_get_icon_for_file):

	Respond properly to prefs regarding when to show thumbnails.
	Fixes #96644.
2002-12-09 16:52:21 +00:00
Alexander Larsson
ca29e0527b Fix test
2002-12-09  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c (nautilus_self_check_file):
	Fix test
2002-12-09 16:01:13 +00:00
Alexander Larsson
3026ccf347 Version markers 2002-12-09 13:48:51 +00:00
Alexander Larsson
ca2c0944b5 Update
2002-12-09  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update

	* configure.in:
	Require eel 2.1.4, bump version to 2.1.4
2002-12-09 13:44:20 +00:00
Dave Camp
2f6be31f0f Removed unnecessary assigment. Fixes #98543. Patch from Gediminas
2002-12-07  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-icon-container.c
	(lay_down_icons_horizontal): Removed unnecessary assigment.
	Fixes #98543. Patch from Gediminas Paulauskas <menesis@delfi.lt>
2002-12-08 01:06:39 +00:00
James Willcox
585340cc59 Clear the cache when the icon theme changes so we get the new icons.
2002-12-04  James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/nautilus-icon-factory.c:
	(icon_theme_changed_callback), (nautilus_icon_factory_clear):

	Clear the cache when the icon theme changes so we get the new icons.
2002-12-05 19:19:31 +00:00
Glynn Foster
5d647db52b Add missing mnemonics.
2002-12-05  Glynn Foster  <glynn.foster@sun.com>

	* libnautilus/nautilus-clipboard-ui.xml: Add missing mnemonics.
2002-12-05 13:35:13 +00:00
James Willcox
6b70b20ba7 Disconnect "icons_changed" handler from the icon factory when the window
2002-12-04  James Willcox  <jwillcox@gnome.org>

	* src/nautilus-window.c: (nautilus_window_instance_init):

	Disconnect "icons_changed" handler from the icon factory when the
	window is closed.  Fixes #98038.
2002-12-05 02:42:53 +00:00
James Willcox
8c6e2d4dfc Fixed a silly double negation in an error string. (Fixes #100376)
2002-12-04  James Willcox  <jwillcox@gnome.org>

	* components/emblem/nautilus-emblem-view.c:
	(nautilus_emblem_view_drag_received_cb):

	Fixed a silly double negation in an error string.  (Fixes #100376)
2002-12-05 01:14:14 +00:00