- 03 Jul, 2000 11 commits
-
-
Andy Hertzfeld authored
made the sidebar title color be themable, and changed the color in the arlo theme to white
-
Eskil Heyn Olsen authored
-
Seth Nickell authored
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.
-
Andy Hertzfeld authored
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.
-
Gene Z. Ragan authored
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.
-
Pavel Cisler authored
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.
-
J Shane Culpepper authored
* 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.
-
Pavel Cisler authored
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.
-
Andy Hertzfeld authored
made sidebar tabs themable, and implemented Arlo style tabs, which are finished yet.
-
J Shane Culpepper authored
-
J Shane Culpepper authored
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.
-
- 02 Jul, 2000 3 commits
-
-
Maciej Stachowiak authored
* 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
-
J Shane Culpepper authored
* components/services/install/command-line/.cvsignore: * components/services/install/lib/.cvsignore: * components/services/login/lib/.cvsignore: * components/services/summary/lib/.cvsignore: cvsignore fixes.
-
J Shane Culpepper authored
* 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.
-
- 01 Jul, 2000 9 commits
-
-
J Shane Culpepper authored
* 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.
-
Eric BRAYEUR authored
-
Ramiro Estrugo authored
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.
-
Ramiro Estrugo authored
2000-06-30 Ramiro Estrugo <ramiro@eazel.com> * configure.in: * cut-n-paste-code/widgets/Makefile.am: Build the new nautilus druid.
-
Ramiro Estrugo authored
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.
-
Ramiro Estrugo authored
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.
-
Ramiro Estrugo authored
namespace clashing with the gnome-libs-1-0 druid.
-
Ramiro Estrugo authored
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.
-
Andy Hertzfeld authored
use gnome_vfs_xfer to install the novice home directory instead of a cp commmand. This fixes bug 1285.
-
- 30 Jun, 2000 10 commits
-
-
Andy Hertzfeld authored
eliminated the toolbar icon theme and associated widgetry in preferences. Instead, we use the general theming machinery to select toolbar icons.
-
Gene Z. Ragan authored
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.
-
Andy Hertzfeld authored
fixed bug where the combine mode for backgrounds wasn't working properly in the non-aa case, by setting flags properly in the fake CanvasBuf. Now the sidebar in the arlo theme draws properly.
-
Fatih Demir authored
-
Fatih Demir authored
-
Andy Hertzfeld authored
added a new theme for Arlo; added a "combine mode to nautilus background that composites an image background onto the colored one.
-
Valek Frob authored
-
Eskil Heyn Olsen authored
* components/services/install/command-line/Makefile.am: * components/services/install/command-line/eazel-uninstall.c: (set_parameters_from_command_line), (progress_signal), (uninstall_failed), (dep_check), (create_package), (done), (main): * components/services/install/lib/Makefile.am: * components/services/install/lib/eazel-install-object.c: (eazel_install_uninstall_packages): * components/services/install/lib/eazel-install-rpm-glue.c: (uninstall_packages), (uninstall_a_package), (do_rpm_uninstall), (eazel_install_prepare_rpm_system), (eazel_install_add_to_rpm_set), (eazel_install_add_to_set), (eazel_install_fetch_rpm_dependencies), (eazel_install_do_dependency_check), (eazel_install_ensure_deps), (eazel_uninstall_upward_traverse), (eazel_uninstall_downward_traverse), (eazel_uninstall_globber): Doing a lot of slashing in the uninstall part. * nautilus-installer/src/Makefile: This is still checked in, as the installer isn't part of the build tree.
-
Pavel Cisler authored
2000-06-29 Pavel Cisler <pavel@eazel.com> Fixed some memory leaks. * libnautilus-extensions/nautilus-mime-actions.c: (nautilus_mime_get_short_list_components_for_uri): Fix a leaked string. * src/nautilus-zoom-control.c: (nautilus_zoom_control_set_preferred_zoom_levels): Fix a leaky setter call. * test/Makefile.am: Add a make target for a leak checker tester. * test/nautilus-leak-checker.c: (nautilus_leak_allocation_record_init), (nautilus_leak_record_malloc), (nautilus_leak_record_realloc), (nautilus_leak_record_free), (print_one_leak), (nautilus_leak_print_leaks), (allocate_lots), (leak_mem2), (leak_mem), (main): * test/nautilus-leak-symbol-lookup.c: (nautilus_leak_print_symbol_address): Tweak the leak checker output a bit to make it more nicer and indicate the level of stack frame grouping. * src/nautilus-main.c: (print_leaks): Tweak the parameters a bit to print more leaks.
-
Maciej Stachowiak authored
* components/tree/Makefile.am: Add VFS_CFLAGS * components/tree/main.c (main): Initialize more libraries. * components/tree/nautilus-tree-view.h, components/tree/nautilus-tree-view.c: Many changes. The upshot is that basic tree loading now works, but many details remain to be fleshed out (individual bugs were filed on these). * libnautilus-extensions/nautilus-directory-async.c: (dequeue_pending_idle_callback), (directory_load_done): Try to emit done signal exactly once when a monitor load is complete. But I think this might be questionable, see below. * libnautilus-extensions/nautilus-directory-private.h, libnautilus-extensions/nautilus-directory.h, libnautilus-extensions/nautilus-directory.c: Add the "done_loading" signal for when a load initiated by monitoring is done. I just realized this does the wrong thing when more than one thing is monitoring at the same time (both get the signal), so maybe it should be changed to a callback function passed to nautilus_file_monitor_add, but that would be harder to implement. (nautilus_directory_emit_done_loading): Function so the async code can emit it.
-
- 29 Jun, 2000 7 commits
-
-
Kenneth Christiansen authored
dia/po/da.po evolution/po/da.po gernel/po/da.po nautilus/po/da.po pan/po/da.po
-
Ramiro Estrugo authored
2000-06-29 Ramiro Estrugo <ramiro@eazel.com> * components/mozilla/Makefile.am: * components/mozilla/mozilla-preferences.cpp: * components/mozilla/mozilla-preferences.h: Add a small C wrapper for poking mozilla preferences. * components/mozilla/nautilus-mozilla-content-view.c: (nautilus_mozilla_content_view_initialize): Poke some interesting preferences. * configure.in: If the mozilla component is being built, add a check for the c++ compiler which is needed by the mozilla preferences C wrapper.
-
Ali Abdin authored
* components/help/Makefile.am: Install the libvfs-help.so module in the right place. Closes Bug #919. (will not work though if Nautilus prefix != gnome-vfs prefix (unless a fix goes into gnome-vfs)) * components/websearch/ntl-web-search.c: (web_search_populate_engines): Fix to make it look in the right place (WEB_SEARCH_DATADIR "/standard.eng" instead of WEB SEARCH_DATADIR "/ntl-web-search/standard.eng")
-
Ramiro Estrugo authored
2000-06-29 Ramiro Estrugo <ramiro@eazel.com> * components/mozilla/nautilus-mozilla-content-view.oafinfo: Expose the fact that this component can grok file: and ftp: uris.
-
Andy Hertzfeld authored
added nautilus_directory_background_is_set and used it to enable/disable "reset background" menu item in fm-directory-view
-
Pavel Cisler authored
2000-06-29 Pavel Cisler <pavel@eazel.com> * libnautilus-extensions/nautilus-icon-dnd.h: * libnautilus-extensions/nautilus-icon-dnd.c: (nautilus_icon_dnd_init), (nautilus_icon_dnd_begin_drag), (drag_motion_callback), (drag_drop_callback): * libnautilus-extensions/nautilus-icon-container.c: (motion_notify_event), (key_press_event): Got rid of the crufty old way drag&drop motion used to handle updating the drop action. * libnautilus-extensions/nautilus-drag.h: * libnautilus-extensions/nautilus-icon-dnd.c: * libnautilus-extensions/nautilus-drag.c: (nautilus_drag_modifier_based_action): Moved to the common drag&drop file so I can share it between the list and icon view. * libnautilus-extensions/nautilus-list.c: (nautilus_list_initialize), (nautilus_list_motion), (nautilus_list_drag_motion): * libnautilus-extensions/nautilus-icon-dnd.c: (confirm_switch_to_manual_layout): Reformatted a bit.
-
Rebecca Schulman authored
2000-06-29 Rebecca Schulman <rebecka@eazel.com> * src/nautilus-complex-search-bar.c: (nautilus_complex_search_bar_initialize_class), (nautilus_complex_search_bar_set_search_controls): Fixed assertion problem by adding set_search_controls method
-