- 11 Jul, 2000 9 commits
-
-
Robey Pointer authored
add Makefile.am magic to autogenerate some /etc files for eazel-helper and put them in the right place during 'make install'
-
Eskil Heyn Olsen authored
* components/services/docs/installer-rpmsearch: text file on how the rpmsearch.cgi should work. * components/services/install/command-line/eazel-alt-install-corba.c: (set_parameters_from_command_line), (eazel_download_progress_signal), (eazel_install_progress_signal), (install_failed), (create_package), (done): Added --force to do force installs. Also fixed the screen output to show the begin/progress/end handling on download and install callbacks. Changed the output tree in case of install_failed. * components/services/install/command-line/eazel-alt-install.c: (set_parameters_from_command_line), (eazel_install_progress_signal), (eazel_download_progress_signal), (main): Tried to revive it... * components/services/install/lib/eazel-install-corba-callback.c: (eazel_install_callback_class_initialize): Removed the evil marshal func, and renamed it to prevent name clashes. * components/services/install/lib/eazel-install-object.c: (eazel_install_destroy), (eazel_install_class_initialize), (eazel_install_initialize): Some more free's in the _destroy. * components/services/install/lib/eazel-install-private.h: Added a hash table to fix bug #1585. * components/services/install/lib/eazel-install-protocols.c: (http_fetch_remote_file), (eazel_install_fetch_package): Fixed bug 1620. Would probably be more elegant to use some enums. Also now inserts packages into the hashtable in EazelInstall. * components/services/install/lib/eazel-install-public.h: * components/services/install/lib/eazel-install-rpm-glue.c: (rpm_show_progress), (do_rpm_install), (do_rpm_uninstall), Fixed bug 1585 by having the rpm_show_progress lookup the package in the hashtable, and bug 1620 by inserting a load of if's to make sure the signal emits with amount==0, amount > 0 && < total and amount == total. (eazel_install_fetch_rpm_dependencies): Fixed bug 1363. * components/services/install/lib/eazel-install-types.c: (rpmfilename_from_packagedata), (packagedata_hash_equal), (packagedata_status_str_to_enum), (eazel_install_gtk_marshal_NONE__POINTER_INT_INT_INT_INT_INT_INT): * components/services/install/lib/eazel-install-types.h: Added the evil marshaller to types.c * nautilus-installer/src/Makefile: * nautilus-installer/src/installer.c: (eazel_install_progress), (eazel_download_progress): * nautilus-installer/src/interface.c: (create_window): Tried to make the installer look slightly more pleasing.
-
Darin Adler authored
* components/history/nautilus-history-view.c: (history_view_update_icons), (get_history_list), (hyperbola_navigation_history_load_location): * libnautilus/nautilus-view-component.idl: * src/nautilus-history-frame.c: (impl_Nautilus_HistoryFrame_get_history_list): * src/nautilus-view-frame.h: * src/nautilus-view-frame.c: (nautilus_view_frame_get_history_list): * src/nautilus-window.c: (nautilus_window_get_history_list_callback), (nautilus_window_connect_view): Changed history list to include a separate position field instead of having a position in each entry. * components/notes/nautilus-notes.c: (done_with_file): Name changed from nautilus_file_cancel_callback to nautilus_file_cancel_call_when_ready to reduce confusion with nautilus_file_cancel. * libnautilus-extensions/nautilus-directory.c: (nautilus_directory_get): Made NULL for URI be legal (and result in NULL for the directory object). * libnautilus-extensions/nautilus-mime-actions.c: (get_mime_type_from_uri): Made NULL for URI be legal (and result in NULL for MIME type). * libnautilus-extensions/nautilus-entry.c: (nautilus_entry_set_text): Minor tweak. * libnautilus-extensions/nautilus-file.h: * libnautilus-extensions/nautilus-file-private.h: * libnautilus-extensions/nautilus-file.c: (operation_new), (operation_free), (operation_complete), (operation_cancel), (rename_update_info_and_metafile), (rename_callback), (nautilus_file_rename), (nautilus_file_cancel), (nautilus_file_set_owner), (nautilus_file_cancel_call_when_ready): Added cancelling to rename as a prelude to doing the same for set_file_info-based calls. * libnautilus-extensions/nautilus-graphic.c: Fixed a formatting mistake and a typo. * libnautilus-extensions/nautilus-stock-dialogs.h: * libnautilus-extensions/nautilus-stock-dialogs.c: (timed_wait_hash), (timed_wait_hash_equal), (nautilus_timed_wait_start), (nautilus_timed_wait_free), (nautilus_timed_wait_stop): Re-did timed wait API now that we are really using it. Still unimplemented. * src/Makefile.am: Since IDL dependencies are not understood by automake, added an explicit one so we pick up the change to the libnautilus view component IDL. * src/file-manager/fm-error-reporting.h: * src/file-manager/fm-error-reporting.c: (rename_callback), (cancel_rename_callback), (fm_rename_file): Moved code for renaming into here so it can be shared between the icon view and the properties dialog. Perhaps it needs to be renamed. * src/file-manager/fm-icon-view.c: (fm_icon_view_icon_text_changed_callback): Use the shared code instead of having the rename code here. * src/nautilus-application.c: (create_object): Make a new shell object each time instead of trying to share one. (nautilus_application_startup): Activate the shell object using OAF. This makes it work across processes and adds the feature. * src/nautilus-main.c: (main): Call bonobo_activate explicitly so CORBA calls work before the main loop. * src/nautilus-shell.c: (display_caveat_first_time), (corba_manage_desktop): Got rid of all state in NautilusShell so we can use multiple shell objects if we want. * src/nautilus-sidebar.c: (nautilus_sidebar_update_info): Got rid of code that checks for NULL.
-
Ramiro Estrugo authored
* icons/eazel/Services.png: New icon from arlo.
-
Mike Engber authored
* src/file-manager/Makefile.am: * src/file-manager/fm-desktop-icon-view.c: (fm_desktop_icon_view_initialize_class), (fm_desktop_icon_view_initialize), (fm_desktop_icon_view_quit_menu_item_callback), (fm_desktop_icon_view_create_background_context_menu_items): * src/file-manager/fm-desktop-icon-view.h: * src/nautilus-application.c: (manufactures), (create_object): * src/nautilus-application.h: * src/nautilus-window-manage-views.c: (nautilus_window_load_content_view): * src/nautilus.oafinfo: First half of putting a quit menu item on the desktop's right-click menu. Still need to hook up the quit item.
-
Gene Z. Ragan authored
2000-07-10 Gene Z. Ragan <gzr@eazel.com> Fixed bug 971, enable undo in file editing part of properties window. * src/file-manager/fm-properties-window.c: (create_basic_page): Enabled entry for undo and enabled the use of ctl-z to invoke undo while properties dialog has focus.
-
Ramiro Estrugo authored
* src/nautilus-window-toolbars.c: (toolbar_services_callback): Add a toolbar button to instanciate services. Defaults to off if EAZEL_SERVICES is not on. * icons/eazel/Makefile.am: * icons/eazel/Servics.png: Add services icon for toolbar.
-
Robey Pointer authored
add new helper/ directory to trilobite for building eazel-helper, the sudo-ish utility that lets trilobite services do stuff as root
-
Ramiro Estrugo authored
-
- 10 Jul, 2000 12 commits
-
-
Ramiro Estrugo authored
* libnautilus-extensions/nautilus-graphic.c: (nautilus_graphic_initialize), (nautilus_graphic_size_allocate), (nautilus_graphic_size_request), (nautilus_graphic_set_label_text), (nautilus_graphic_set_label_font), (nautilus_graphic_set_left_offset), (nautilus_graphic_set_right_offset), (nautilus_graphic_set_top_offset), (nautilus_graphic_set_bottom_offset), (nautilus_graphic_set_extra_width), (nautilus_graphic_set_extra_height): * libnautilus-extensions/nautilus-graphic.h: Add support for boundary offset and extra width and height. * test/test-nautilus-graphic.c: (main): Update for new boundary offset support. components/services/install/nautilus-view/nautilus-service-install- view.c: (generate_install_form), (create_graphic_widget), (create_title_widget): * components/services/login/nautilus-view/nautilus-login-view.c: (generate_login_form), (create_graphic_widget), (create_title_widget): Use new graphic widget to make things prettier.
-
Robey Pointer authored
-
Robey Pointer authored
-
Ramiro Estrugo authored
* libnautilus-extensions/nautilus-gdk-pixbuf-extensions.c: (nautilus_gdk_pixbuf_scale_to_fit), (nautilus_gdk_pixbuf_draw_text): * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.h: New function to draw text into a pixbuf given a rect and a string. Factored from the icon factoyr. * libnautilus-extensions/nautilus-graphic.c: (nautilus_graphic_size_allocate): Add support for drawing text. * libnautilus-extensions/nautilus-icon-factory.c: (embed_text): Factored out gdk pixbuf text drawing. Use the new text drawing function. * test/test-nautilus-graphic.c: (create_color_scale): Update for text support.
-
Gene Z. Ragan authored
2000-07-10 Gene Z. Ragan <gzr@eazel.com> * libnautilus-extensions/nautilus-gdk-extensions.c: * libnautilus-extensions/nautilus-gdk-extensions.h: (nautilus_gdk_window_bring_to_front): Added genric function that brings a GdkWindow to the front and activates it. There is no GDK API that does this. * src/nautilus-window-manage-views.c: (open_location): Removed case specific code and repalced wirth new function.
-
Gene Z. Ragan authored
2000-07-10 Gene Z. Ragan <gzr@eazel.com> * src/nautilus-window-manage-views.c: (open_location): Modified function to handle the folloing case: If a user has selected open location in new window in prefs, and a window is already open for the location, the window is activated and given focus. This feature makes the most sense, but conflicts with the wording of the preferences item. We need a way to express this feature in the prefs.
-
Andy Hertzfeld authored
made the property browser update when the theme changes; fixed bug in making theme selectors, and added emblems that I forgot to add on Friday.
-
Fatih Demir authored
-
Ramiro Estrugo authored
* components/services/startup/nautilus-view/nautilus-service-startup- view.c: (generate_startup_form), (create_graphic_widget), (generate_form_logo): Use the new NautilusGraphic widget. Add a function to create graphics with a given image and background. * libnautilus-extensions/nautilus-graphic.c: (nautilus_graphic_size_allocate): Add FIXME blurbs. * libnautilus-extensions/nautilus-icon-factory.c: Add FIXME blurbs.
-
Ian McKellar authored
-
Ramiro Estrugo authored
* components/services/startup/nautilus-view/icons/Makefile.am, eazel-services-logo.png, eazel-services-logo-tile.png: Add arlo's services title icons. * libnautilus-extensions/Makefile.am: * libnautilus-extensions/nautilus-graphic.c: (nautilus_graphic_initialize_class), (nautilus_graphic_initialize), (nautilus_graphic_destroy), (nautilus_graphic_set_arg), (nautilus_graphic_get_arg), (nautilus_graphic_realize), (nautilus_graphic_unrealize), (nautilus_graphic_draw), (nautilus_graphic_size_allocate), (nautilus_graphic_size_request), (nautilus_graphic_map), (nautilus_graphic_unmap), (nautilus_graphic_expose), (ensure_buffer_size), (create_child_window), (nautilus_gdk_create_copy_area_gc), (nautilus_gdk_pixbuf_render_to_drawable), (nautilus_gdk_pixbuf_render_to_pixbuf), (nautilus_gdk_pixbuf_render_to_pixbuf_alpha), (gdk_string_dimensions), (nautilus_gdk_pixbuf_set_to_color), (nautilus_gdk_pixbuf_tile), (nautilus_gdk_pixbuf_tile_alpha), (nautilus_graphic_new), (nautilus_graphic_set_background_pixbuf), (nautilus_graphic_get_background_pixbuf), (nautilus_graphic_set_background_type), (nautilus_graphic_get_background_type), (nautilus_graphic_set_background_color), (nautilus_graphic_get_background_color), (nautilus_graphic_set_placement_type), (nautilus_graphic_get_placement_type), (nautilus_graphic_set_pixbuf), (nautilus_graphic_get_pixbuf), (nautilus_graphic_set_overall_alpha), (nautilus_graphic_set_label_text), (nautilus_graphic_get_label_text), (nautilus_graphic_set_label_font), (nautilus_graphic_get_label_font): * libnautilus-extensions/nautilus-graphic.h: Add NautilusGraphic widget to build. * test/.cvsignore: * test/Makefile.am: * test/test-nautilus-graphic.c: (create_background), (create_pixbuf), (create_graphic), (alpha_scale_value_changed), (red_color_value_changed), (green_color_value_changed), (blue_color_value_changed), (toggle_background_type_callback), (create_color_scale), (main): Add test for NautilusGraphic widget.
-
Andy Hertzfeld authored
improved the property browser. Added a line of descriptive text. Added a new "theme" section.
-
- 09 Jul, 2000 12 commits
-
-
Valek Frob authored
-
Matthias Warkus authored
-
Ian McKellar authored
Gnome-VFS based archive/commpressed file decoding interface
-
Fatih Demir authored
-
Fatih Demir authored
-
J Shane Culpepper authored
-
J Shane Culpepper authored
2000-07-09 J Shane Culpepper <pepper@eazel.com> * components/services/startup/nautilus-view/nautilus-service-startup- view.c: (generate_startup_form), (set_widget_color): Adding a hack override the global font color. Fonts on startup are now white.
-
Andy Hertzfeld authored
made the text color in the sidebar label and tabs automatically choose light or dark depending on the background and tab color. Also, made the property browser generally stay open and be resizable.
-
J Shane Culpepper authored
-
J Shane Culpepper authored
2000-07-08 J Shane Culpepper <set EMAIL_ADDRESS environment variable> * components/services/install/nautilus-view/nautilus-service-install- view.c: (generate_install_form), (generate_form_title), (fake_overall_install_progress), (generate_current_progress), (show_overall_feedback), (nautilus_service_install_view_update_from_uri): * components/services/install/nautilus-view/nautilus-service-install- view.h: Adding progress meter fixes to get the current progress message box working.
-
Gene Z. Ragan authored
2000-07-08 Gene Z. Ragan <gzr@eazel.com> Work on bug 1021, should ba bale to open smaller Nautilus windows. * src/nautilus-window.c: (nautilus_window_constructed), * src/nautilus-window.h: (sidebar_panels_changed_callback), (nautilus_window_hide_locationbar), (nautilus_window_show_locationbar), (nautilus_window_hide_toolbar), (nautilus_window_show_toolbar), (nautilus_window_hide_sidebar), (nautilus_window_show_sidebar), (nautilus_window_hide_statusbar), (nautilus_window_show_statusbar): Added several new functions that control the visibility of NautilusWindow elements. * src/nautilus-window-menus.c: (edit_menu_cut_callback), (edit_menu_copy_callback), (settings_menu_toolbar_callback), (settings_menu_locationbar_callback), (settings_menu_statusbar_callback), (settings_menu_sidebar_callback), (settings_menu_normalize_menu_callback), (nautilus_window_initialize_menus): Test menu items to exercise the new code above. These can be removed from the build by undefining WINDOW_ITEMS_TEST.
-
J Shane Culpepper authored
2000-07-08 J Shane Culpepper <pepper@eazel.com> * components/services/install/nautilus-view/Makefile.am: * components/services/install/nautilus-view/nautilus-service-install- view.c: (generate_install_form), (show_feedback), (nautilus_service_install_view_update_from_uri), (nautilus_service_install_view_load_uri): * components/services/install/nautilus-view/nautilus-service-install- view.h: * components/services/install/nautilus-view/nautilus-service-install. c: (nautilus_service_install_view_install_package_callback): First cut of the skeleton for easy install view.
-
- 08 Jul, 2000 7 commits
-
-
Kenneth Christiansen authored
balsa/po/da.po evolution/po/da.po gedit/po/da.po gernel/po/da.po gimp/po/da.po gnome-core/po/da.po gnome-vfs/po/da.po gnomeicu/po/da.po gnumeric/po/da.po gtranslator/po/da.po nautilus/po/da.po pan/po/da.po
-
J Shane Culpepper authored
2000-07-08 J Shane Culpepper <pepper@eazel.com> * components/services/startup/nautilus-view/nautilus-service-startup- view.c: (generate_startup_form), (generate_form_logo), (nautilus_service_startup_view_load_uri): Adding new logo. More spacing tweaks.
-
Fatih Demir authored
-
J Shane Culpepper authored
2000-07-08 J Shane Culpepper <pepper@eazel.com> * components/services/inventory/nautilus-view/Makefile.am: * components/services/inventory/nautilus-view/main.c: (main): * components/services/inventory/nautilus-view/nautilus-inventory-view .oafinfo: * components/services/login/nautilus-view/Makefile.am: * components/services/login/nautilus-view/main.c: (main): * components/services/startup/nautilus-view/Makefile.am: * components/services/startup/nautilus-view/icons/Makefile.am: * components/services/startup/nautilus-view/main.c: (main): * components/services/summary/nautilus-view/Makefile.am: * components/services/summary/nautilus-view/main.c: (main): * components/services/summary/nautilus-view/nautilus-summary-view.oaf info: Fixing oafinfo files based on Darin's suggestion and cleaning up main functions to use locale and remove old corba call that is no longer needed.
-
J Shane Culpepper authored
meter to be more reliable now hopefully.
-
Eskil Heyn Olsen authored
* components/services/install/server/.cvsignore: * nautilus-installer/src/.cvsignore: * .cvsignore: * components/services/install/command-line/.cvsignore: Less noise on cvs update. * components/rpmview/nautilus-rpm-view-install.c: (nautilus_rpm_view_install_progress_signal): * components/services/install/command-line/eazel-alt-install-corba.c: (eazel_install_progress_signal): * components/services/install/idl/trilobite-eazel-install.idl: * components/services/install/lib/eazel-install-corba-callback.c: (impl_install_progress), (gtk_marshal_NONE__POINTER_INT_INT_INT_INT_INT_INT), (eazel_install_callback_class_initialize): * components/services/install/lib/eazel-install-corba-callback.h: * components/services/install/lib/eazel-install-object.c: (eazel_install_class_initialize), (eazel_install_emit_install_progress), (eazel_install_emit_install_progress_default): * components/services/install/lib/eazel-install-private.h: * components/services/install/lib/eazel-install-public.h: * components/services/install/lib/eazel-install-rpm-glue.c: (rpm_show_progress), (do_rpm_install): Fixed bug 1603, install_progress now reports package numnber/total, package size completed/total, total install size completed/total.
-
Eskil Heyn Olsen authored
* components/services/install/command-line/genpkg_list.example: Represents the july 5th milestone. (create_default_metadata): * components/services/install/lib/eazel-install-rpm-glue.c: (rpm_show_progress), (do_rpm_install), (eazel_install_fetch_rpm_dependencies): Added some FIXME's. Fixed a horrible mem bug. It now leaks, but rpm install works. * components/services/install/lib/eazel-install-xml-package-list.c: (parse_package): Added a check so the strtol isn't a risk anymore * components/services/trilobite/idl/trilobite-service.idl: Added the interface for the password query hell. * components/services/trilobite/libtrilobite/Makefile.am: * components/services/trilobite/libtrilobite/trilobite-service-passwo rdquery-private.h: * components/services/trilobite/libtrilobite/trilobite-service-passwo rdquery-public.h: * components/services/trilobite/libtrilobite/trilobite-service-passwo rdquery.c: (trilobite_passwordquery_get_epv), (trilobite_passwordquery_destroy), (trilobite_passwordquery_set_arg), (trilobite_passwordquery_class_initialize), (trilobite_passwordquery_construct), (trilobite_passwordquery_create_corba_object), (trilobite_passwordquery_initialize), (trilobite_passwordquery_get_type), (trilobite_passwordquery_new): Did the initial passwordquery corba object by cp & s/x/y/ on trilobite-service*[ch]. * data/emblems/Makefile.am: removed personal.png from _DATA, as it does not exists * icons/Makefile.am: removed emblem-personal.svg * icons/vector/Makefile.am: icons/Makefile.am * nautilus-installer/src/Makefile: * nautilus-installer/src/installer.c: (eazel_install_progress), (make_dirs), (installer): Now creates the /var/eazel/services dir. Sets the proper flags for the install object and again prints the package name during progress display. * nautilus-installer/src/interface.c: (create_window): Fiddled with the layout, everything doesn't jump around anymore, just a few things. * nautilus-installer/src/prescript: Inc'ed the version to 0.1d
-