Commit graph

1894 commits

Author SHA1 Message Date
Andy Hertzfeld f29a020672 added modifier parameter to high level icon factory calls used open folder
added modifier parameter to high level icon factory calls
	used open folder in sidebar
	new folder icons from Susan
2000-07-05 19:41:59 +00:00
Ramiro Estrugo 60652175ba Remove an obsolete FIXME.
* libnautilus-extensions/nautilus-global-preferences.c:
(global_preferences_get_sidebar_panel_view_identifiers):

Remove an obsolete FIXME.
2000-07-05 18:18:45 +00:00
Ramiro Estrugo 603052e9ab libnautilus-extensions/nautilus-icon-container.c, Implement missing
* libnautilus-extensions/nautilus-icon-container.c,
* libnautilus-extensions/nautilus-icon-container.h:
(destroy), (nautilus_icon_container_initialize),
(nautilus_icon_container_new),
(nautilus_icon_container_set_label_font_for_zoom_level),
(nautilus_icon_container_set_single_click_mode):
Implement missing set_single_click_mode function.

Its up to users of this widget to setup click policy and other
attributes. We shouldnt peek/poke nautilus specific preferences
in the icon container widget.

* libnautilus-extensions/nautilus-list.c:
* libnautilus-extensions/nautilus-list.h,
(nautilus_list_set_single_click_mode), (nautilus_list_initialize),
(nautilus_list_destroy), (nautilus_list_clear):
Implement missing set_single_click_mode function.

Its up to users of this widget to setup click policy and other
attributes. We shouldnt peek/poke nautilus specific preferences
in the list widget.

* src/file-manager/fm-icon-view.c: (fm_icon_view_destroy),
(text_attribute_names_changed_callback),
(click_policy_changed_callback),
(anti_aliased_mode_changed_callback), (fm_icon_view_initialize),
(fm_icon_view_update_click_mode),
(fm_icon_view_update_anti_aliased_mode), (create_icon_container):
Keep track of changes in preferences that affect the icon
container and update it when needed.

* src/file-manager/fm-list-view.c: (fm_list_view_initialize_class),
(fm_list_view_initialize), (fm_list_view_destroy), (create_list),
(update_icons), (fm_list_view_update_click_mode),
(click_policy_changed_callback):
Keep track of changes in preferences that affect the list and
update it when needed.
2000-07-05 18:02:27 +00:00
Ramiro Estrugo 1a3bf03d52 libnautilus-extensions/nautilus-icon-container.c, New function to set the
* libnautilus-extensions/nautilus-icon-container.c,
* libnautilus-extensions/nautilus-icon-container.h:
(nautilus_icon_container_set_label_font_for_zoom_level):
New function to set the font for a zoom level.

(nautilus_icon_container_initialize),
Initialize to fonts to a well known font.  Dont look at font
preferences here.  Fonts should be suppied by the icon container
user.

* src/file-manager/fm-icon-view.c:
(fm_icon_view_update_icon_container_fonts),
New function to update the icon container's zoom level specific
fonts.

(directory_view_font_familiy_changed_callback),
(fm_icon_view_initialize),
(fm_icon_view_destroy),
Keep track of font familiy preference changes and update the icon
container fonts as needed.

(create_icon_container):
Update the fonts for the first time when the icon container is
created.
2000-07-05 17:26:37 +00:00
Ramiro Estrugo fb85312413 Changed string picker to use option menus instead of combo boxes.
* libnautilus-extensions/nautilus-string-picker.c:
(nautilus_string_picker_initialize_class),
(nautilus_string_picker_initialize),
(nautilus_string_picker_destroy), (option_menu_activate_callback),
(nautilus_string_picker_set_string_list),
(nautilus_string_picker_get_text),
(nautilus_string_picker_set_text):
* libnautilus-extensions/nautilus-string-picker.h:
Changed string picker to use option menus instead of combo boxes.

* test/test-nautilus-widgets.c: (test_string_picker),
(string_picker_changed_callback):
Changed widget test program to exercise more string picker
functions.
2000-07-05 16:23:49 +00:00
Ramiro Estrugo 4bfc47a77d Ignore generated files.
* components/services/install/command-line/.cvsignore:
Ignore generated files.
2000-07-05 16:06:02 +00:00
Jorge Godoy d63255b10c updated pt_BR translations 2000-07-05 14:16:23 +00:00
Ramiro Estrugo a356df0de7 Moved widgets and preferences test to nautilus/test.
* libnautilus-extensions/test-nautilus-preferences.c:
* libnautilus-extensions/test-nautilus-widgets.c:
* libnautilus-extensions/test-preferences.c:
Moved widgets and preferences test to nautilus/test.

* test/.cvsignore:
* test/Makefile.am:
* test/test-nautilus-preferences.c: (main),
(test_preferences_item), (test_preferences_group),
(create_enum_item), (register_global_preferences):
* test/test-nautilus-widgets.c: (main), (test_radio_group),
(test_caption_table), (test_string_picker), (test_text_caption),
(test_authenticate_boink_callback),
(string_picker_changed_callback), (text_caption_changed_callback),
(test_password_dialog), (test_radio_changed_callback),
(test_caption_table_activate_callback):
Ressurect my widgets/preferences test over here.  They got whacked
in the nautilus-widgets -> libnautilus-extensions renamings.
2000-07-05 14:14:25 +00:00
Ramiro Estrugo 5ed6ea8af7 Change file utilities special directory access functions to always return
* libnautilus-extensions/nautilus-directory.c:
(construct_alternate_metafile_uri):
* libnautilus-extensions/nautilus-file-utilities.c:
(nautilus_make_path), (nautilus_get_user_directory),
(nautilus_get_desktop_directory),
(nautilus_get_user_main_directory),
(nautilus_get_pixmap_directory):
* libnautilus-extensions/nautilus-file-utilities.h:
* libnautilus-extensions/nautilus-global-preferences.c:
(global_preferences_register_for_ui):
* libnautilus-extensions/nautilus-icon-factory.c:
(get_themed_icon_file_path):
* libnautilus-extensions/nautilus-preferences-item.c:
(add_icon_themes):
* src/file-manager/fm-properties-window.c: (get_property_names):
* src/nautilus-application.c:
(nautilus_application_check_user_directories):
* src/nautilus-bookmark-list.c:
(nautilus_bookmark_list_get_file_path):
* src/nautilus-desktop-window.c: (nautilus_desktop_window_new):
* src/nautilus-first-time-druid.c: (druid_finished):
* src/nautilus-property-browser.c:
(nautilus_property_browser_drag_data_get), (make_drag_image),
(remove_color), (remove_background), (remove_emblem),
(get_xml_path), (add_background_to_browser), (add_color_to_file),
(emblem_dialog_clicked), (make_properties_from_directory):
Change file utilities special directory access functions to always
return allocated strings.  Change all callers to match the new
functions and free the results.

Also change the file utilities functions to always create the
special directories if needed.
2000-07-05 13:50:05 +00:00
Ramiro Estrugo 9ac57fc3c9 Sort the sidebar panel names.
2000-07-05  Ramiro Estrugo  <ramiro@eazel.com>

* libnautilus-extensions/nautilus-global-preferences.c:
(compare_view_identifiers), (global_preferences_create_dialog):
 Sort the sidebar panel names.
2000-07-05 12:43:03 +00:00
Ramiro Estrugo c7e49a83e5 Dont install the currently broken components (websearch)
* components/Makefile.am:
Dont install the currently broken components (websearch)

* components/help/Makefile.am:
* components/help/help-contents.oafinfo:
* components/help/help-factory.oafinfo:
* components/help/help-index.oafinfo:
* components/help/help-search.oafinfo:
* components/help/hyperbola.oafinfo:
Split the oafinfo for help components into pieces so we can
control which get intalled and which dont (like the broken onces)

* configure.in:
Fix a small dumb typo.
2000-07-05 12:30:16 +00:00
Valek Frob c32699a626 Updated russian translation. 2000-07-05 12:28:35 +00:00
J Shane Culpepper 2b7bfa4f8f more fixes to the progress meter 2000-07-05 09:40:41 +00:00
Pavel Cisler 4b45756bd6 Did most of bug 1371: Implemented a drop context menu that allows users to
2000-07-05  Pavel Cisler <pavel@eazel.com>

	* libnautilus-extensions/nautilus-drag.c:
	(nautilus_drag_modifier_based_action),
	(nautilus_drag_drop_action_ask):
	* libnautilus-extensions/nautilus-drag.h:
	* libnautilus-extensions/nautilus-icon-container.c:
	(motion_notify_event):
	* libnautilus-extensions/nautilus-icon-dnd.c:
	(nautilus_icon_container_receive_dropped_icons),
	(nautilus_icon_dnd_init):
	* libnautilus-extensions/nautilus-list.c:
	(nautilus_list_initialize), (nautilus_list_drag_start):
	* src/file-manager/fm-list-view.c: (fm_list_handle_dropped_icons):
	Did most of bug 1371:
	Implemented a drop context menu that allows users to choose between
	Copy, Move and link.
	Added the GDK_ACTION_ASK selector and added support for it.
2000-07-05 09:32:07 +00:00
Andy Hertzfeld eec7aa2539 first cut at the first-time preferences druid. It's still not hooked-up
first cut at the first-time preferences druid.  It's still not
	hooked-up yet and it's appearance needs some work.
2000-07-05 07:26:09 +00:00
J Shane Culpepper 1af470e91a minor ui fixes and more work on the progress meter. 2000-07-05 06:23:00 +00:00
Pavel Cisler 590fcd21b6 Fix 1042 - "untitled folder" will not work on file systems with 8.3 names.
2000-07-04  Pavel Cisler <pavel@eazel.com>

	* src/file-manager/dfos-xfer.c: (new_folder_xfer_callback):
	Fix 1042 - "untitled folder" will not work on file systems with
	8.3 names. Added code that handles GNOME_VFS_ERROR_NAME_TOO_LONG
	and supplies a name in the 8.3 scheme instead.
2000-07-05 06:09:55 +00:00
Pavel Cisler 45e5a79ff8 Fixed 1215 - inter-volume move now removes the source files. Made it so
2000-07-04  Pavel Cisler <pavel@eazel.com>

	* src/file-manager/dfos-xfer-progress-dialog.c:
	* src/file-manager/dfos-xfer-progress-dialog.h:
	(handle_xfer_ok),
	(fs_xfer), (fs_move_to_trash), (fs_delete), (fs_empty_trash):
	* src/file-manager/dfos-xfer-progress-dialog.c:
	(dfos_xfer_progress_dialog_clear):
	Fixed 1215 - inter-volume move now removes the source files.
	Made it so that when an inter-volume copy has ended and source files
	are removed, the progress dialog updates. Added a new cleanup phase
	string.

	* src/file-manager/dfos-xfer-progress-dialog.c:
	(dfos_xfer_progress_dialog_new_file),
	(set_text_unescaped_trimmed):
	Added code to unescape paths in progress dialogs.

	* src/file-manager/dfos-xfer.c:
	* src/file-manager/dfos-xfer.h:
	(nautilus_convert_to_unescaped_string_for_display),
	(handle_xfer_vfs_error), (handle_xfer_overwrite):
	Added code to unescape paths in error dialogs.

	* libnautilus-extensions/nautilus-drag.c:
	(nautilus_drag_default_drop_action),
	(nautilus_drag_modifier_based_action):
	* libnautilus-extensions/nautilus-drag.h:
	* libnautilus-extensions/nautilus-icon-dnd.c:
	(handle_nonlocal_move), (nautilus_icon_container_find_drop_target),
	(nautilus_icon_container_receive_dropped_icons),
	(nautilus_icon_container_get_drop_action), (drag_motion_callback):
	* libnautilus-extensions/nautilus-list.c:
	(nautilus_list_drag_motion):
	Reworked a whole lot to allow me to update the default copy action
	based on the drag&drop context - an inter-volume drag&drop will now
	suggest a copy as a default.
	Moved out more sharable code into nautilus-drag.c.
	Added a common routine for figuring out the drop target.

	* src/file-manager/fm-directory-view.c: (fm_directory_is_trash),
	(fm_directory_can_move_to_trash):
	Fixed a bunch of asserts caused by unreffing NULL uris.
2000-07-05 05:27:48 +00:00
Michael Meeks bd3c344f72 update for new bonobo code; why is this code duplicated here in a worse
2000-07-04  Michael Meeks  <michael@helixcode.com>

	* libnautilus-extensions/bonobo-stream-vfs.c (vfs_read): update
	for new bonobo code; why is this code duplicated here in a worse
	condition to that in Bonobo/storage-modules ?
2000-07-04 21:45:48 +00:00
J Shane Culpepper 414d53589a Added the watch icon and a fake progress meter. Still need to get the
2000-07-04  J Shane Culpepper  <pepper@eazel.com>

        * components/services/startup/nautilus-view/icons/Makefile.am:
        *
        components/services/startup/nautilus-view/nautilus-service-startup-
        view.c: (generate_startup_form), (progress_timeout_cb),
        (go_to_uri), (generate_form_title):

        Added the watch icon and a fake progress meter.  Still need to get
        the progress meter working right and work on the layout.
2000-07-04 10:15:56 +00:00
Andy Hertzfeld 5b4aaa870a more work on the themed sidebar tabs in the arlo theme
more work on the themed sidebar tabs in the arlo theme
2000-07-04 06:17:27 +00:00
J Shane Culpepper d15e5cf593 Finishing up the new ui for the login screen. Bug # 1004.
2000-07-03  J Shane Culpepper  <pepper@eazel.com>

        * components/services/login/nautilus-view/nautilus-login-view.c:
        (generate_login_form), (login_button_cb), (maintenance_button_cb),
        (go_to_uri), (generate_form_title):

        Finishing up the new ui for the login screen.  Bug # 1004.
2000-07-04 02:48:36 +00:00
Maciej Stachowiak fa01b3c76e Only show scroll bars when needed in tree view.
* components/tree/nautilus-tree-view.c
	(nautilus_tree_view_initialize): Only show scroll bars when needed
	in tree view.
2000-07-04 02:20:41 +00:00
Maciej Stachowiak 24bfdd9524 constness fixes (nautilus_tree_view_initialize, tree_select_row_callback):
* components/tree/nautilus-tree-view.c:
	(tree_expand_callback): constness fixes
	(nautilus_tree_view_initialize, tree_select_row_callback):
	Navigate to selected location on row selection.
2000-07-04 01:34:41 +00:00
Andy Hertzfeld c8f6f960af fixed bug where themed sidebar tabs weren't stacking correctly. Fixed by
fixed bug where themed sidebar tabs weren't stacking correctly.  Fixed
	by using the actual tab height instead of the non-themed constant.
	Also, added newer tab_pieces image.
2000-07-03 22:49:46 +00:00
Andy Hertzfeld 198ccfc04d made the sidebar title color be themable, and changed the color in the
made the sidebar title color be themable, and changed the color
	in the arlo theme to white
2000-07-03 22:07:04 +00:00
Eskil Heyn Olsen 472dfcee54 Ensuring rpm build 2000-07-03 21:29:29 +00:00
Seth Nickell 448a9ca422 Necessary to make Nautilus compile after changing
2000-07-03  Seth Nickell  <seth@eazel.com>

	* libnautilus-extensions/nautilus-file.c:
	(nautilus_file_get_permissions_as_string),
	(nautilus_file_is_symbolic_link):
	* libnautilus-extensions/nautilus-icon-factory.c:
	(nautilus_icon_factory_get_icon_name_for_file):
	Necessary to make Nautilus compile after changing
	GNOME_VFS_FILE_TYPE_BROKEN_SYMLINK to GNOME_VFS_FILE_TYPE_SYMBOLIC_LINK
	and removing the existing flag. See bug 1547 for more information on
	breakages in the way Nautilus handles symbolic links (caused by the
	GnomeVFS changes) such as detecting them in the first place.
2000-07-03 21:27:21 +00:00
Andy Hertzfeld ae9f25f241 implemented n-point gradients for Arlo. Right now they only work in
implemented n-point gradients for Arlo.  Right now they only
	work in anti-aliased mode.  Changed the arlo theme to use
	a 3-point gradient.
2000-07-03 20:17:25 +00:00
Gene Z. Ragan 149fa4ae3b Fixed problem with previous change to this file. Allocated a static epv.
2000-07-03  Gene Z. Ragan  <gzr@eazel.com>

	* libnautilus-extensions/bonobo-stream-vfs.c:
	(bonobo_stream_vfs_class_init), (create_bonobo_stream_vfs):
	Fixed problem with previous change to this file.  Allocated
	a static epv.  Assigned this epv to the servants epv and then
	alocated the individual elements in the structure.
2000-07-03 19:23:02 +00:00
Pavel Cisler 178c874692 Start adding support for dislaying dragged icon while dragging in a list
2000-07-03  Pavel Cisler <pavel@eazel.com>

	* libnautilus-extensions/nautilus-list.c:
	(nautilus_list_drag_start), (nautilus_list_motion):
	Start adding support for dislaying dragged icon while dragging
	in a list view.
2000-07-03 09:39:26 +00:00
J Shane Culpepper 9fdd2d1dc5 Making summary view "I am just a view" until I can get the actual widget
*
        components/services/startup/nautilus-view/nautilus-service-startup-
        view.c:
        *
        components/services/summary/nautilus-view/nautilus-summary-view.c:
        (generate_summary_form), (generate_form_title):

        Making summary view "I am just a view" until I can get the actual
        widget finished.
2000-07-03 06:40:17 +00:00
Pavel Cisler 757856dfb8 Make the help component build properly -- convert the call
2000-07-02  Pavel Cisler <pavel@eazel.com>

	* components/help/help-method.c: (convert_file_to_uri):
	Make the help component build properly -- convert the call
	gnome_vfs_mime_type_of_file to the new
	gnome_vfs_get_file_mime_type.

	* components/help/Makefile.am:
	Turn on -Werror that would have caught the problem earlier.
2000-07-03 05:26:31 +00:00
Andy Hertzfeld 109d5ae04a made sidebar tabs themable, and implemented Arlo style tabs, which are
made sidebar tabs themable, and implemented Arlo style tabs, which
	are finished yet.
2000-07-03 05:00:29 +00:00
J Shane Culpepper d30c230b92 Fixing cvsigore files 2000-07-03 02:42:44 +00:00
J Shane Culpepper 5b851868ad Have all of the eazel: views hooked into the build now. Most of the
2000-07-02  J Shane Culpepper  <pepper@eazel.com>

        * components/services/Makefile.am:
        * components/services/login/nautilus-view/nautilus-login-view.c:
        (generate_form_title):
        * components/services/startup/lib/Makefile.am:
        * components/services/startup/lib/eazel-register.c:
        * components/services/startup/lib/eazel-register.h:
        * components/services/startup/nautilus-view/Makefile.am:
        * components/services/startup/nautilus-view/icons/Makefile.am:
        * components/services/startup/nautilus-view/main.c:
        (service_object_destroyed), (service_make_object), (main):
        *
        components/services/startup/nautilus-view/nautilus-service-startup-
        view.c: (generate_startup_form), (go_to_uri),
        (generate_form_title),
        (nautilus_service_startup_view_initialize_class),
        (nautilus_service_startup_view_initialize),
        (nautilus_service_startup_view_destroy),
        (nautilus_service_startup_view_get_nautilus_view), (is_location),
        (nautilus_service_startup_view_load_uri),
        (service_load_location_callback):
        *
        components/services/startup/nautilus-view/nautilus-service-startup-
        view.h:

        Have all of the eazel: views hooked into the build now.  Most of the
        backend parsing of eazel:login, eazel:inventory, eazel:summary,
        eazel:time, eazel:startup.  Most of these views don't look very good.
        That's the next task.
2000-07-03 02:38:26 +00:00
Maciej Stachowiak 57e9dea128 Remove unnecessary debugging statement.
* components/tree/main.c (main): Remove unnecessary debugging
	statement.

	* components/tree/nautilus-tree-view.c
	(nautilus_tree_view_insert_file): Partly fix bugzilla task 1524 -
	show icons in tree view. Still need to
2000-07-02 01:51:25 +00:00
J Shane Culpepper ad236624da cvsignore fixes.
* components/services/install/command-line/.cvsignore:
	* components/services/install/lib/.cvsignore:
	* components/services/login/lib/.cvsignore:
	* components/services/summary/lib/.cvsignore:

	cvsignore fixes.
2000-07-02 01:23:01 +00:00
J Shane Culpepper 06a87807a0 Moving the inventory view to its new home to make way for the new
* components/services/inventory/lib/Makefile.am:
        * components/services/inventory/lib/eazel-inventory-shared.c:
        (add_package_info), (read_proc_info), (add_info), (add_io_info),
        (add_hardware_info), (synchronize_configuration_metafile),
        (update_configuration_metafile), (create_configuration_metafile):
        * components/services/inventory/lib/eazel-inventory-shared.h:
        * components/services/inventory/nautilus-view/Makefile.am:
        *
        components/services/inventory/nautilus-view/nautilus-inventory-view
        .c: (generate_inventory_form), (gather_config_button_cb),
        (register_later_cb), (make_http_post_request), (go_to_uri),
        (get_home_uri), (update_now):

        Moving the inventory view to its new home to make way for the new
        bootstrap startup view.
2000-07-02 01:14:04 +00:00
J Shane Culpepper f06ef2ca94 Simple framework for inventory and summary views. Minor fixes to login
* components/services/inventory/nautilus-view/Makefile.am:
        * components/services/inventory/nautilus-view/main.c:
        (inventory_object_destroyed), (inventory_make_object), (main):
        *
        components/services/inventory/nautilus-view/nautilus-inventory-view
        .c: (generate_inventory_form), (entry_changed_cb),
        (inventory_button_cb), (maintenance_button_cb), (show_feedback),
        (generate_form_title), (nautilus_inventory_view_initialize_class),
        (nautilus_inventory_view_initialize),
        (nautilus_inventory_view_destroy),
        (nautilus_inventory_view_get_nautilus_view),
        (nautilus_inventory_view_load_uri),
        (inventory_load_location_callback):
        *
        components/services/inventory/nautilus-view/nautilus-inventory-view
        .h:
        *
        components/services/inventory/nautilus-view/nautilus-inventory-view
        .oafinfo:
        * components/services/login/nautilus-view/Makefile.am:
        * components/services/login/nautilus-view/main.c:
        (login_make_object):
        * components/services/summary/nautilus-view/Makefile.am:
        * components/services/summary/nautilus-view/main.c:
        (summary_object_destroyed), (summary_make_object), (main):
        *
        components/services/summary/nautilus-view/nautilus-summary-view.c:
        (generate_summary_form), (entry_changed_cb), (summary_button_cb),
        (maintenance_button_cb), (show_feedback), (generate_form_title),
        (nautilus_summary_view_initialize_class),
        (nautilus_summary_view_initialize),
        (nautilus_summary_view_destroy),
        (nautilus_summary_view_get_nautilus_view),
        (nautilus_summary_view_load_uri), (summary_load_location_callback):
        *
        components/services/summary/nautilus-view/nautilus-summary-view.h:
        *
        components/services/summary/nautilus-view/nautilus-summary-view.oaf
        info:

        Simple framework for inventory and summary views.  Minor fixes to
        login view.  All are clones of the same basic widget right now. I'll
        be adding the real widgets soon.
2000-07-01 10:14:24 +00:00
Eric BRAYEUR 55406fc631 *** empty log message *** 2000-07-01 07:31:16 +00:00
Ramiro Estrugo 90506c1634 Add code to display an installation wizard using the new druid. Its
2000-06-30  Ramiro Estrugo  <ramiro@eazel.com>

* src/nautilus-application.c: (display_installation_wizard),
(nautilus_application_startup):
Add code to display an installation wizard using the new druid.
Its #ifdefed out until we do more real work on it.
2000-07-01 02:49:20 +00:00
Ramiro Estrugo cc585883af Build the new nautilus druid.
2000-06-30  Ramiro Estrugo  <ramiro@eazel.com>

* configure.in:
* cut-n-paste-code/widgets/Makefile.am:
Build the new nautilus druid.
2000-07-01 02:23:18 +00:00
Ramiro Estrugo a325938f98 Adding canvas pixbuf item check and flags, which are needed in order to
2000-06-30  Ramiro Estrugo  <ramiro@eazel.com>

* configure.in:
* src/Makefile.am:
Adding canvas pixbuf item check and flags, which are needed in
order to use the nautilus druid.
2000-07-01 02:21:28 +00:00
Ramiro Estrugo fb6e939d74 Update these items to properly use the canvas pixbuf beast.
2000-06-30  Ramiro Estrugo  <ramiro@eazel.com>

* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-edge.c:
(nautilus_druid_page_edge_construct):
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-finish.c:
(nautilus_druid_page_finish_configure_size),
(nautilus_druid_page_finish_construct),
(nautilus_druid_page_finish_set_logo),
(nautilus_druid_page_finish_set_watermark):
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-standard.c:
(nautilus_druid_page_standard_construct):
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-start.c:
(nautilus_druid_page_start_construct):
Update these items to properly use the canvas pixbuf beast.
2000-07-01 02:14:02 +00:00
Ramiro Estrugo 735131f15f Globally rename the GnomeDruid to NautilusDruid to prevent
namespace clashing with the gnome-libs-1-0 druid.
2000-07-01 01:44:52 +00:00
Ramiro Estrugo b3df07e86e Importing the gnome-libs HEAD druid to the cut-n-paste toxic dump.
2000-06-30  Ramiro Estrugo  <ramiro@eazel.com>

* cut-n-paste-code/widgets/nautilus-druid/.cvsignore:
* cut-n-paste-code/widgets/nautilus-druid/Makefile.am:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-edge.c:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-edge.h:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-finish.c:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-finish.h:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-standard.c:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-standard.h:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-start.c:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page-start.h:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page.c:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid-page.h:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid.c:
* cut-n-paste-code/widgets/nautilus-druid/nautilus-druid.h:
Importing the gnome-libs HEAD druid to the cut-n-paste toxic
dump.  Arlofication will proceed.
2000-07-01 01:31:02 +00:00
Andy Hertzfeld f182bcc369 use gnome_vfs_xfer to install the novice home directory instead of a cp
use gnome_vfs_xfer to install the novice home directory instead
	of a cp commmand.  This fixes bug 1285.
2000-07-01 00:28:17 +00:00
Andy Hertzfeld 146d22d5ce eliminated the toolbar icon theme and associated widgetry in preferences.
eliminated the toolbar icon theme and associated widgetry in
	preferences.  Instead, we use the general theming machinery
	to select toolbar icons.
2000-06-30 21:32:34 +00:00
Gene Z. Ragan 3f4115d6e9 A fix to make the setting of the vepv work. The extern vepv is gone, so we
2000-06-30  Gene Z. Ragan  <gzr@eazel.com>

	* libnautilus-extensions/bonobo-stream-vfs.c:
	(create_bonobo_stream_vfs):
	A fix to make the setting of the vepv work.  The extern
	vepv is gone, so we now use the allocator functions.
2000-06-30 18:28:51 +00:00