- 11 Jul, 2000 6 commits
-
-
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 8 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
-
Andy Hertzfeld authored
added, removed and changed some emblems, as first step of ongoing emblem clean-up.
-
- 07 Jul, 2000 2 commits
-
-
Darin Adler authored
* components/music/main.c: (music_view_make_object), (main): * components/services/install/nautilus-view/main.c: (main): Got rid of unneeded CORBA_Environment variable. * components/services/install/nautilus-view/nautilus-service-install-view.oafinfo: Fixed a typo that was making the view not work. * src/nautilus-applicable-views.c: (got_file_info_callback): Reformatted. * src/nautilus-window-manage-views.c: (nautilus_window_update_state): Added a FIXME for a place where an error happens and it's not reported. * src/nautilus-application.c: (nautilus_application_startup): Fixed a double-destroy problem with the CORBA object I just added.
-
Darin Adler authored
-