2002-04-21 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-directory-background.c:
Remove deprecated usage of gnome-config.
Patch by Diego González <diego@pemas.net>
2002-04-21 Alexander Larsson <alla@lysator.liu.se>
* src/nautilus-shell-ui.xml:
Stock icons for back, forward, up, home, new, close,
add bookmarks
* icons/default/default.xml:
* icons/crux_teal/crux_teal.xml:
* icons/crux_eggplant/crux_eggplant.xml:
Point throbber to http://www.gnome.org/nautilus/
* icons/default/Makefile.am:
* icons/crux_teal/Makefile.am:
* icons/crux_eggplant/Makefile.am:
* icons/default/Makefile.am:
* icons/*/[Back|Forward|Home|Refresh|Stop|Up].png:
Use stock toolbar items for all out themes.
Patches from Dave Bordoley <bordoley@msu.edu>
2002-04-22 Anders Carlsson <andersca@gnu.org>
* libnautilus-private/nautilus-directory-async.c:
(should_read_link_info_sync), (link_info_read_done),
(link_info_start):
Read .desktop files sync if they're local. This speeds
up loading directories that have .desktop files in them.
2002-04-21 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-directory-background.c
(image_loading_done_callback), (make_root_pixmap):
Check the return value of XOpenDisplay and handle
failures.
2002-04-21 Alexander Larsson <alla@lysator.liu.se>
* src/nautilus-desktop-window.c (nautilus_desktop_window_class_init):
Disable the whole flash-workaround hack since it doesn't work
and is causing crashes on solaris.
2002-04-21 Alexander Larsson <alla@lysator.liu.se>
* src/nautilus-window.h:
* src/nautilus-window-manage-views.c:
Only display toplevel window when it's fully constructed.
* src/nautilus-desktop-window.c (nautilus_desktop_window_new):
* src/nautilus-application.c (nautilus_application_create_desktop_window):
Don't show desktop window here. It's shown later when the view
is loaded.
* libnautilus-private/nautilus-horizontal-splitter.c
(nautilus_horizontal_splitter_pack2): Remove old code that is
not neccesary when we display the window fully constructed.
2002-04-21 Anders Carlsson <andersca@gnu.org>
* libnautilus-private/nautilus-icon-container.c:
(icon_set_position),
(nautilus_icon_container_update_scroll_region):
Take pixels_per_unit into account when dealing with widget
coordinates in the fixed mode.
* src/file-manager/fm-desktop-icon-view.c:
(fm_desktop_icon_view_finalize), (get_default_zoom_level),
(default_zoom_level_changed), (fm_desktop_icon_view_init):
Have the desktop view use the default icon view zoom level.
2002-04-21 Anders Carlsson <andersca@gnu.org>
* src/nautilus-zoom-control.c
(nautilus_zoom_control_button_press_event):
Don't do anything with double-click or triple-click events.
2002-04-21 Anders Carlsson <andersca@gnu.org>
* components/text/nautilus-text-view.c:
(nautilus_text_view_finalize), (nautilus_text_view_class_init):
NautilusView is a GObject, not a GtkObject.
* src/nautilus-sidebar-title.c:
(nautilus_sidebar_title_select_text_color),
Set shadow color and offset using new eel functions.
* src/nautilus-window-menus.c: (help_menu_about_nautilus_callback):
Don't show translator credits when we don't need to.
Also add myself as an author :)
2002-04-20 Anders Carlsson <andersca@gnu.org>
* libnautilus-private/nautilus-drag-window.c:
(nautilus_drag_window_register):
Disable drag window registration for now.
* libnautilus-private/nautilus-global-preferences.c:
Change extra monitor paths to account for the rename.
* nautilus.desktop.in:
Update icon path.
* src/file-manager/fm-properties-window.c: (reset_icon),
(fm_properties_window_drag_data_received), (set_icon_callback):
Add support for dragging the reset icon to remove custom icons.
* src/nautilus-property-browser.c: (nautilus_emblem_dialog_new),
(nautilus_color_selection_dialog_new), (emblem_keyword_valid),
(add_new_emblem):
Fix "Add new emblem" dialog and add mnemonics.
2002-04-20 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/apps_nautilus_preferences.schemas:
Add more keys to the schemas files. Based on work by
Luis Gutierrez <luisgtz@megared.net.mx>
2002-04-20 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-global-preferences.h
Use underscore instead of dashes in gconf keys.
* libnautilus-private/Makefile.am
* libnautilus-private/nautilus.schemas:
* libnautilus-private/apps_nautilus_preferences.schemas:
Renamed schemas file to apps_nautilus_preferences.schemas.
Some new keys are documented.
This patch is from Jonathan Blandford <jrb@redhat.com>
2002-04-20 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-icon-container.c (lay_down_icons_horizontal):
Fruitless attempt to optimize icon layout. It turns out it is text-measure and
icon lookup bound. I'm checking in this optimization anyway, even though it
doesn't help much.
(nautilus_icon_container_class_init): icon_removed was using the wrong
struct offset.
* src/nautilus-window-menus.c:
Add me to authors :)
2002-04-19 Anders Carlsson <andersca@gnu.org>
* components/throbber/nautilus-throbber.c: (get_bonobo_properties),
(set_bonobo_properties), (nautilus_throbber_instance_init),
(load_themed_image), (nautilus_throbber_load_images):
Make the throbber smaller if we're using a toolbar without
text labels. Fixes#47777.
2002-04-18 Michael Meeks <michael@ximian.com>
* *.server.in, *.c: replace all the OAFIIDs with more
sensibly named ones, that follow the namespacing
guidelines in the libbonobo/docs/FAQ. Needs a new
gnome-vfs to work well.
* src/nautilus-window-toolbars.c
(throbber_set_throbbing): impl.
(throbber_created_callback): upd.
(nautilus_window_allow_stop): upd.
* libnautilus-private/nautilus-mime-actions.c
(nautilus_do_component_query): remove hack around bonobo's
sample text component, we no longer have one.
2002-04-17 Anders Carlsson <andersca@gnu.org>
* src/file-manager/fm-properties-window.c:
(fm_properties_window_drag_data_received):
Get the "exactly one" check right. Fixes#75187.
2002-04-17 Anders Carlsson <andersca@gnu.org>
* src/file-manager/fm-directory-view.c:
(clipboard_targets_received), (real_update_menus):
Query the clipboard TARGET types so we can set the sensitivity
of the "Paste Files" items accordingly.
2002-04-17 Anders Carlsson <andersca@gnu.org>
* components/hardware/nautilus-hardware-view.c:
(nautilus_hardware_view_class_init),
(nautilus_hardware_view_finalize):
Use ::finalize instead of ::destroy so we don't free
data twice.
2002-04-17 Anders Carlsson <andersca@gnu.org>
* libnautilus-private/nautilus-volume-monitor.c:
(nautilus_file_system_type_free):
Remove debugging output.
* src/file-manager/fm-directory-view.c: (fm_directory_view_init),
(fm_directory_view_finalize), (convert_file_list_to_string),
(get_clipboard_callback), (clear_clipboard_callback),
(copy_or_cut_files), (clipboard_received_callback),
(paste_files_callback), (fm_directory_view_class_init):
Use GtkClipboard instead of using a selection on the window.
This simplifies a lot of the code and fixes#77684.
2002-04-17 Anders Carlsson <andersca@gnu.org>
* libnautilus-private/nautilus-file-operations-progress.c:
(nautilus_file_operations_progress_init):
Fixup padding so that the dialog looks more like the
Nautilus 1.0 one.
* libnautilus-private/nautilus-icon-canvas-item.c:
(nautilus_icon_canvas_item_finalize):
Unref the layouts.
* libnautilus-private/nautilus-volume-monitor.c:
(load_file_system_table), (nautilus_volume_monitor_class_init),
(nautilus_volume_monitor_finalize), (get_mount_list),
(nautilus_file_system_type_free),
(load_additional_mount_list_info):
Free the file system table on ::finalize.
* src/file-manager/fm-list-model.c: (fm_list_model_finalize):
Free details on ::finalize.
2002-04-14 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-icon-container.c (nautilus_icon_container_add):
Avoid gnome-canvas move to top operation if there is no
rubber-band selection, because the new item will be on top already,
and the extra move_to_top was showing up badly on profiles.
2002-04-13 Alexander Larsson <alla@lysator.liu.se>
* components/text/Makefile.am:
* components/text/Nautilus_View_text.server.in:
* components/text/nautilus-text-view.c:
New text view, by Dave Camp <dave@ximian.com>
2002-04-11 Jody Goldberg <jody@gnome.org>
* libnautilus-private/nautilus-program-chooser.c :
Change file-types-capplet to gnome-file-types-properties.
2002-03-30 Jody Goldberg <jody@gnome.org>
* libnautilus-private/nautilus-mime-actions.c
(nautilus_mime_set_short_list_components_for_file) : Don't free the
objects while we're still looking at their iids. Don't double free
the iids.
2002-04-11 Michael Meeks <michael@ximian.com>
* libnautilus-private/nautilus-icon-canvas-item.c
(nautilus_icon_canvas_item_accessible_get_type): return
an invalid type in an inaccessible scenario.
(nautilus_icon_canvas_item_accessible_create): return
a no-op object if no a11y enabled.
2002-04-10 Michael Meeks <michael@ximian.com>
* libnautilus-private/nautilus-icon-canvas-item.h:
remove bounds_changed.
2002-04-07 David Emory Watson <dwatson@cs.ucr.edu>
* src/file-manager/fm-list-model.c:
(fm_list_model_add_file): Fix mixed up comparison.
(set_sort_order_from_metadata_and_preferences),
(fm_list_view_reset_to_defaults): Should be GTK_SORT_DESCENDING when
sort_reversed, bug 77174.
* src/file-manager/fm-list-view.c:
(fm_list_view_finalize): Oops, I screwed up the disconnect last time...
2002-04-07 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-icon-factory.c:
Keep track of file size in addition to mtime when
determining if the cache is uptodate.
I needed this for a script that changes the size
of the file, but keeps the mtime.
2002-04-07 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-private/nautilus-global-preferences.c:
NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT is an integer
(global_preferences_register_enumerations): Allow integer enum
prefs.
* src/nautilus-preferences-dialog.c:
Make NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT a
EEL_PREFERENCE_ITEM_ENUMERATION_MENU_INTEGER.
2002-03-30 David Emory Watson <dwatson@cs.ucr.edu>
This fixes single click activation in the list view, bug 76197.
* src/file-manager/fm-list-view.c:
(list_activate_callback): only do this if the double click activation
preference is set.
(event_after_callback): handle single click activation preference.
(click_policy_changed): new function to handle whether file names
are underlined or not.
(create_and_set_up_tree_view): connect click policy preference callback
(fm_list_view_finalize): disconnect.
2002-04-05 David Emory Watson <dwatson@cs.ucr.edu>
* src/nautilus-sidebar.c:
(receive_dropped_uri_list): now g_strsplit returns an additional empty
string when a delimiter is present at the end of the parameter string.