summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Added es to ALL_LINGUAS.Carlos Perelló Marín2001-01-161-1/+1
| | | | | | 2001-01-16 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: Added es to ALL_LINGUAS.
* fixed bug 4369, throbber frozen during long refresh, by making theAndy Hertzfeld2001-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug 4369, throbber frozen during long refresh, by making the throbber a bonobo component so it's driven by its own thread. Note that clicking on the throbber is temporarily broken; I'll fix that soon. Also, made the frame delay be specified by the theme and set the default to spin somewhat slower than before. * configure.in: * components/Makefile.am: * components/throbber/.cvsignore: * components/throbber/Makefile.am: * components/throbber/nautilus-throbber.oafinfo: added throbber component * components/throbber/main.c: (throbber_object_destroyed), (throbber_make_object), (main): factory for the throbber component * components/throbber/nautilus-throbber.c,h: (nautilus_throbber_initialize_class), (is_throbbing), (get_bonobo_properties), (set_bonobo_properties), (nautilus_throbber_destroy), (nautilus_throbber_get_control), (get_throbber_dimensions), (nautilus_throbber_initialize), (nautilus_throbber_new), (nautilus_throbber_theme_changed), (draw_pixbuf), (select_throbber_image), (draw_throbber_image), (nautilus_throbber_draw), (nautilus_throbber_expose), (nautilus_throbber_map), (bump_throbber_frame), (nautilus_throbber_start), (nautilus_throbber_remove_update_callback), (nautilus_throbber_stop), (nautilus_throbber_unload_images), (load_themed_image), (make_throbber_frame_name), (nautilus_throbber_load_images), (nautilus_throbber_button_press_event), (nautilus_throbber_set_small_mode), (nautilus_throbber_size_allocate), (nautilus_throbber_size_request): throbber widget for the bonobo component * src/nautilus-window-toolbars.c: (theme_changed_callback), (nautilus_window_initialize_toolbars): set up throbber component in the toolbar * src/nautilus-window.c,h: (nautilus_window_constructed), (nautilus_window_allow_stop): use property interface to start and stop the throbber * icons/default.xml: added delay specification to throbber in default theme * nautilus-clean.sh: clean throbber component as necessary * src/Makefile.am: * src/nautilus-throbber.c,h removed old throbber widget
* Missed configure.in in prior check in.Mike Engber2001-01-111-0/+6
| | | | | * configure.in: Missed configure.in in prior check in.
* pair programmed with Ian McKellar <ian@eazel.com>Maciej Stachowiak2001-01-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bugs 5100 ("First time dialog" for inventory preferences) and 5099 (Need configuration preferences for inventory control). Ian and I did a first cut at a component for inventory gathering and upload, as well as a start on the client-side UI for this. * components/services/Makefile.am, configure.in: Add components/services/inventory and components/services/inventory-view directories to build. * components/services/install/lib/eazel-inventory-utils.c, components/services/install/lib/eazel-inventory-utils.h: Move these files to components/services/inventory. * components/services/install/lib/Makefile.am: Remove from build here. * components/services/inventory-view/.cvsignore: * components/services/inventory-view/Makefile.am: * components/services/inventory-view/Nautilus_View_inventory.oaf.in : * components/services/inventory-view/main.c: (main): * components/services/inventory-view/nautilus-inventory-config-page .c: (nautilus_inventory_config_page_initialize_class), (next_button_callback), (nautilus_inventory_config_page_initialize), (nautilus_inventory_config_page_new), (nautilus_inventory_config_page_destroy): * components/services/inventory-view/nautilus-inventory-config-page .h: * components/services/inventory-view/nautilus-inventory-view.c: (nautilus_inventory_view_initialize_class), (nautilus_inventory_view_initialize), (nautilus_inventory_view_destroy), (inventory_load_location_callback): * components/services/inventory-view/nautilus-inventory-view.h: First cut at the inventory view component. Right now it only provides a config page, over time it may also do inventory display. * components/services/inventory/.cvsignore: * components/services/inventory/Makefile.am: * components/services/inventory/Trilobite_Service_inventory.oaf.in: * components/services/inventory/eazel-inventory-client.c: (gboolean_to_yes_or_no), (main): * components/services/inventory/eazel-inventory-service.c: (get_enabled), (impl_Trilobite_Eazel_Inventory__get_enabled), (impl_Trilobite_Eazel_Inventory__set_enabled), (impl_Trilobite_Eazel_Inventory__get_machine_name), (impl_Trilobite_Eazel_Inventory__set_machine_name), (get_warn_before_upload), (impl_Trilobite_Eazel_Inventory__get_warn_before_upload), (impl_Trilobite_Eazel_Inventory__set_warn_before_upload), (impl_Trilobite_Eazel_Inventory_upload), (eazel_inventory_service_get_epv), (eazel_inventory_service_finalize), (eazel_inventory_service_unref), (eazel_inventory_service_class_initialize), (eazel_inventory_service_create_corba_object), (eazel_inventory_service_initialize), (eazel_inventory_service_get_type), (eazel_inventory_service_new): * components/services/inventory/eazel-inventory-service.h: * components/services/inventory/eazel-inventory-utils.c: (eazel_inventory_gconf_done), (check_gconf_init), (eazel_create_configuration_metafile), (eazel_gather_inventory): * components/services/inventory/main.c: (eazel_inventory_service_factory_destroy), (eazel_inventory_service_factory), (main): First cut at back end inventory gathering and upload component. Right now it uses libeazelinstall directly, it should probably be changed to use the install/package system CORBA component for package info.
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-01-091-16/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A cut at an ability to build without Medusa, starting with a patch that Eric Fischer wrote. This change is not fully tested. Fixed bug 5513 ("nautilus --help" displays "Help options" twice). * acconfig.h: Add HAVE_MEDUSA. * configure.in: Add code to detect HAVE_MEDUSA. * libnautilus-extensions/nautilus-customization-data.c: (nautilus_customization_data_destroy), (load_name_map_hash_table): Added a FIXME. * libnautilus-extensions/Makefile.am: * libnautilus-extensions/nautilus-file.h: * libnautilus-extensions/nautilus-trash-file.h: * libnautilus-extensions/nautilus-trash-file.c: (nautilus_trash_file_initialize), (trash_destroy), (nautilus_trash_file_initialize_class): * libnautilus-extensions/nautilus-vfs-file.h: * libnautilus-extensions/nautilus-vfs-file.c: (nautilus_vfs_file_initialize), (vfs_destroy), (nautilus_vfs_file_initialize_class): Initial cut at breaking out the special trash version of NautilusFile. Sadly we need this as well as NautilusTrashDirectory. * src/file-manager/fm-search-list-view.c: (load_location_callback): Add _() so things get localized and put the code to compose the indexing message inside ifdef HAVE_MEDUSA. * src/file-manager/nautilus-indexing-info.h: * src/file-manager/nautilus-indexing-info.c: Put HAVE_MEDUSA ifdefs around most of this file. (get_text_for_progress_label): Mark string for translation. (update_progress_display): Remove code to "handle" timeout left around after dialog is destroyed. (update_file_index_callback): Change error messages to be more easily localizable. Use nautilus_error_dialog instead of gnome_error_dialog. (timeout_remove_callback): Get rid of the timeout when the object is destroyed. (show_index_progress_bar): Connect handler to get rid of the timeout when the object is destroyed. (show_indexing_info_dialog): Move code that puts up dialog into a new function. Also use nautilus_gtk_window_present to put up a window. Change the NautilusLabel to use line wrapping. (show_search_service_not_available_dialog): Put this dialog in its own function so you can use it multiple times. (nautilus_indexing_info_request_reindex): Put HAVE_MEDUSA around the content of this function. (nautilus_indexing_info_get_last_index_time): Put HAVE_MEDUSA around the function, with a small simple implementation for the other case. (nautilus_indexing_info_show_dialog): Put HAVE_MEDUSA around the function, with a small invocation of the "not available" dialog. * src/nautilus-main.c: (main): Remove redundant AUTOHELP. * src/nautilus-search-bar-criterion.c: (make_emblem_value_menu): Fix emblem_name storage lifetime problem. * src/file-manager/fm-icon-view.c: Whitespace tweak.
* Add check for gnome-xml version; insist on version 1.x. (reviewed byRobin Slomkowski2001-01-091-0/+12
| | | | | | | * configure.in: Add check for gnome-xml version; insist on version 1.x. (reviewed by robin@eazel.com)
* xml-i18n-toolized Nautilus (plus a bit of other cleanup) as partMaciej Stachowiak2001-01-051-27/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of resolving bug 2693 (I will consider my work done once I have also handled Bonobo). * autogen.sh, configure.in: xml-i18n-toolize * .cvsignore: ignore xml-i18n scripts * Makefile.am: distribute xml-i18n-scripts * components/adapter/Nautilus_ComponentAdapterFactory_std.oaf.in: Renamed from components/adapter/nautilus-adapter.oafinfo; mark translatable strings transalatable. * components/adapter/Makefile.am: Deal w/ oaf file rename, do merge. * components/adapter/.cvsignore: Ignore .oaf file. * components/hardware/.cvsignore, components/hardware/Makefile.am, components/hardware/Nautilus_View_hardware.oaf.in, components/hardware/nautilus-hardware-view.oafinfo: Ditto. * components/history/.cvsignore, components/history/Makefile.am, components/history/Nautilus_View_history.oaf.in, components/history/nautilus-history-view.oafinfo: Ditto. * components/image-viewer/.cvsignore, components/image-viewer/Makefile.am, components/image-viewer/Nautilus_View_image.oaf.in, components/image-viewer/nautilus-image-view.oafinfo: Ditto. * components/loser/content/.cvsignore, components/loser/content/Makefile.am, components/loser/content/Nautilus_View_content-loser.oaf.in, components/loser/content/nautilus-content-loser.oafinfo: Ditto. * components/loser/sidebar/.cvsignore, components/loser/sidebar/Makefile.am, components/loser/sidebar/Nautilus_View_sidebar-loser.oaf.in, components/loser/sidebar/nautilus-sidebar-loser.oafinfo: Ditto. * components/mozilla/.cvsignore, components/mozilla/Makefile.am, components/mozilla/Nautilus_View_mozilla.oaf.in, components/mozilla/nautilus-mozilla-content-view.oafinfo: Ditto. * components/music/.cvsignore, components/music/Makefile.am, components/music/Nautilus_View_music.oaf.in, components/music/nautilus-music-view.oafinfo: Ditto. * components/notes/.cvsignore, components/notes/Makefile.am, components/notes/Nautilus_View_notes.oaf.in, components/notes/nautilus-notes.oafinfo: Ditto. * components/rpmview/.cvsignore, components/rpmview/Makefile.am, components/rpmview/Nautilus_View_rpm.oaf.in, components/rpmview/nautilus-rpm-view.oafinfo: Ditto. * components/sample/.cvsignore, components/sample/Makefile.am, components/sample/Nautilus_View_sample.oaf.in, components/sample/nautilus-sample-content-view.oafinfo: Ditto. * components/services/install/nautilus-view/.cvsignore, components/services/install/nautilus-view/Makefile.am, components/services/install/nautilus-view/Nautilus_View_install.oaf.in, components/services/install/nautilus-view/nautilus-service-install-view.oafinfo: Ditto. * components/services/install/server/.cvsignore, components/services/install/server/Makefile.am, components/services/install/server/Trilobite_Service_install.oaf.in, components/services/install/server/trilobite-eazel-install-service.oafinfo: Ditto. * components/services/login/nautilus-view/.cvsignore, components/services/login/nautilus-view/Makefile.am, components/services/login/nautilus-view/Nautilus_View_change-password.oaf.in, components/services/login/nautilus-view/nautilus-change-password-view.oafinfo: Ditto. * components/services/summary/nautilus-view/.cvsignore, components/services/summary/nautilus-view/Makefile.am, components/services/summary/nautilus-view/Nautilus_View_services-summary.oaf.in, components/services/summary/nautilus-view/nautilus-summary-view.oafinfo: Ditto. * components/services/trilobite/sample/.cvsignore, components/services/trilobite/sample/nautilus-view/Makefile.am, components/services/trilobite/sample/nautilus-view/Nautilus_View_service-sample.oaf.in, components/services/trilobite/sample/nautilus-view/nautilus-sample-service-view.oafinfo: Ditto. * components/services/trilobite/sample/service/.cvsignore, components/services/trilobite/sample/service/Makefile.am, components/services/trilobite/sample/service/Trilobite_Service_sample.oaf.in, components/services/trilobite/sample/service/trilobite-eazel-sample-service.oafinfo: Ditto. * components/text/.cvsignore, components/text/Makefile.am, components/text/Nautilus_View_text.oaf.in, components/text/nautilus-text-view.oafinfo: Ditto. * src/.cvsignore, src/Makefile.am, src/Nautilus_shell.oaf.in, src/nautilus.oafinfo: Ditto. * components/tree/.cvsignore, components/tree/Makefile.am, components/tree/Nautilus_View_tree.oaf.in, components/tree/nautilus-tree-view.oafinfo.shlib: Ditto, and removed ability to build tree view as an exe component (no one was really using it anyway). * components/tree/nautilus-tree-view.oafinfo.exe: Removed. * components/help/.cvsignore, components/help/Makefile.am, components/help/Nautilus_View_help.oaf.in: components/help/help-contents.oafinfo: Ditto, and merged other oafinfo files into Nautilus_View_help.oaf.in, commented out. * components/help/help-factory.oafinfo, components/help/help-index.oafinfo, components/help/help-search.oafinfo: Removed. * po/POTFILES.in: Added .oaf.in files. * po/README.tools, po/ui-extract.pl, po/ui-testcases.glade, po/ui-testcases.xml, po/update.pl, po/update.sh: Removed these now-obsolete files. * components/services/Makefile.am: Removed time service from build. * components/html/*, components/websearch/*: cvs deleted these obsolete long since non-built components. * ChangeLog-200001018: Renamed to ChangeLog-20001018 (whoops)
* reviewed by: Pavel Cisler<pavel@eazel.com>Ramiro Estrugo2001-01-031-0/+3
| | | | | | | | | | | | | | | | | Fix bugs 4677, 3031. * configure.in: * components/mozilla/Makefile.am: Use the right RPATH flags depending on where mozilla was found. This fixed the problem of trying to use mozilla built by eazel-hacking instead of from RPMS. * components/mozilla/nautilus-mozilla-content-view.c: (nautilus_mozilla_content_view_initialize_class), (mozilla_content_view_one_time_happenings), (mozilla_content_view_setup_profile_directory): Add support for setting up a Mozilla profile so that cookies and cache work.
* reviewed by: Stuart Parmenter <pavlov@netscape.com>Ramiro Estrugo2001-01-031-8/+7
| | | | | * configure.in: Add "detection" of M19. Remove the pre M18 detections.
* Make everything work nicely.Josh Barrow2000-12-131-0/+1
| | | | | | | | | | 2000-12-13 Josh Barrow <josh@eazel.com> * configure.in: * icons/eazel/Makefile.am: * icons/eazel/sidebar_tab_pieces/Makefile.am: Make everything work nicely.
* Same as lastEskil Heyn Olsen2000-12-121-0/+2
|
* Not reviewed, I have no buddies...Eskil Heyn Olsen2000-12-121-0/+6
| | | | | | | | Not reviewed, I have no buddies... * components/services/install/lib/Makefile.am: * configure.in: automake conditionals are a complete joke.
* automake conditionals are figments of your imagination.Eskil Heyn Olsen2000-12-121-6/+5
| | | | | | | | | | | * components/services/install/lib/Makefile.am: automake conditionals are figments of your imagination. * configure.in: More rpmcheck voodoo, might even make this compile on rh62 agains. * ChangeLog Comments about changes... duh
* Blabla about rpm 4 on redhat 7.0Eskil Heyn Olsen2000-12-121-0/+1
| | | | | | | | | | * README: Blabla about rpm 4 on redhat 7.0 * configure.in: * nautilus.spec.in: configure now carves the rpm version found into the spec file as a requirement.
* reviewed by: A donkey with a rather large shrubberyEskil Heyn Olsen2000-12-111-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reviewed by: A donkey with a rather large shrubbery * components/rpmview/Makefile.am: * components/rpmview/nautilus-rpm-verify-window.c: (nautilus_rpm_verify_window_update_message): * components/services/install/command-line/Makefile.am: * components/services/install/command-line/eazel-test-packsys.c: (main): * components/services/install/lib/Makefile.am: * components/services/install/lib/eazel-install-rpm-glue.c: * components/services/install/lib/eazel-package-system-rpm3.c: (rpm_create_db), (eazel_package_system_rpm3_query): * components/services/install/lib/eazel-package-system-rpm4.c: (eazel_package_system_rpm4_finalize), (eazel_package_system_rpm4_new): * components/services/install/lib/eazel-package-system-types.c: (packagedata_list_prune): * components/services/install/lib/eazel-package-system.c: (eazel_package_system_load_implementation): * components/services/install/nautilus-view/Makefile.am: * components/services/install/server/Makefile.am: Muy untested RedHat 7.0/RPM4 related stuff. Let's watcht the build blow up. * acconfig.h: HAVE_RPM_x0 for different rpm.s * configure.in: More weird rpm checks * nautilus.spec.in No more libeazelsoftcat
* reviewed by: Darin Adler <darin@eazel.com>John Sullivan2000-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Terminology change -- the window & menu item formerly known as "Customization" are now known as "Backgrounds and Emblems"; the swatches of image formerly known as "backgrounds" are now known as "patterns". After 1.0 if this window acquires more varied content we will have to redo the menu item & window label, though we will continue to distinguish between "backgrounds" and "patterns", since "backgrounds" encompasses colors as well as images. Note that this change will only appear in full (and your "Backgrounds and Emblems" window work in full) after you've deleted your ~/.nautilus directory and let Nautilus make you a new one. * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.c: (file_opened_callback): Set vfs_handle to NULL on failure. (load_done): Don't try to close pixbuf loader if it's NULL. These two bugs were flushed out by a temporary state on my machine where the theme was using a non-existent file for its background image. * data/backgrounds/Makefile.am: removed this file, as well as all the image files in this directory. * data/patterns/.cvsignore: * data/patterns/Makefile.am: New files, copied from data/backgrounds. Also copied over all image files from data/backgrounds, which is now obsolete. * data/Makefile.am: Changed "backgrounds" subdir to "patterns" * configure.in: changed data/backgrounds/Makefile to data/patterns/Makefile * nautilus.spec.in: Changed regular expressions with "backgrounds" to use "patterns" * data/browser.xml: Changed "background" to "pattern" in the terminology in this file, which gets installed into ~/.nautilus. You have to remove your ~/.nautilus to get a fresh one of these; without doing so the "Backgrounds and Emblems" window will be confused (won't crash, will use wrong terminology and sometimes have blank content). * icons/ardmore/ardmore.xml: * icons/arlo/arlo.xml: * icons/default.xml: * icons/eazel/eazel.xml: * icons/gnome/gnome.xml: * icons/vector/vector.xml: * icons/villanova/villanova.xml: Changed "backgrounds" directory references to "patterns" * libnautilus-extensions/nautilus-customization-data.h: * libnautilus-extensions/nautilus-customization-data.c: (nautilus_customization_data_new), (nautilus_customization_data_get_next_element_for_display), (nautilus_customization_data_destroy), (nautilus_customization_make_pattern_chit): Change "background" to "pattern" in many places, including one public function name. * src/nautilus-property-browser.c: (nautilus_property_browser_initialize), (nautilus_property_browser_drag_data_get), (make_drag_image), (make_color_drag_image), (remove_pattern), (remove_emblem), (nautilus_property_browser_remove_element), (add_pattern_to_browser), (add_new_pattern), (add_new_button_callback), (element_clicked_callback), (make_properties_from_directories), (add_reset_property), (nautilus_property_browser_update_contents), (nautilus_property_browser_set_category): Change "background" to "pattern" in many places. Also change window title from "Customization Options" to "Backgrounds and Emblems". * src/nautilus-shell-ui.xml: Change "Customization..." to "Backgrounds and Emblems...". * test/test-nautilus-background.c: (main): * test/test-nautilus-font.c: (create_named_background): * test/test-nautilus-label.c: (widget_set_nautilus_background_image): Changed test code that was using sample images from backgrounds directory to look in patterns directory instead.
* Added (partial) Tamil translation to nautilus.Robert Brady2000-12-021-1/+1
|
* implementated data-driven framework for text view services. The text viewAndy Hertzfeld2000-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementated data-driven framework for text view services. The text view dynamically builds the services menu by iterating a directory looking for xml files. Added service definition files for two sample services. It only supports passing the selection to the service; passing the entire document is coming soon. * components/text/Makefile.am: include the services directory in the build * configure.in: * components/text/services/.cvsignore: * components/text/services/Makefile.am: build stuff for services directory * components/text/services/google.xml: * components/text/services/webster.xml: definition files for our twp sample services * components/text/nautilus-text-view-ui.xml: removed hardwired service menu items * components/text/nautilus-text-view.c: (handle_service_menu_item), (service_menu_item_parameters_new), (service_menu_item_parameters_free), (add_one_service), (add_services_to_menu), (nautilus_text_view_build_service_menu), (merge_bonobo_menu_items): implemented framework to dynamically load service definitions and execute them when their menu item is selected.
* Fixes for bugs 2376, 4553, and 3799 This should make the complex searchRebecca Schulman2000-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-11-28 Rebecca Schulman <rebecka@eazel.com> Fixes for bugs 2376, 4553, and 3799 This should make the complex search bar usable and visible. reviewed by: Maciej Stachowiak <mjs@eazel.com> * configure.in: * libnautilus-extensions/Makefile.am: * cut-n-paste-code/widgets/Makefile.am: * cut-n-paste-code/widgets/gimphwrapbox/.cvsignore: * cut-n-paste-code/widgets/gimphwrapbox/Makefile.am: * cut-n-paste-code/widgets/gimphwrapbox/gtkhwrapbox.c: (gtk_hwrap_box_get_type), (gtk_hwrap_box_class_init), (gtk_hwrap_box_init), (gtk_hwrap_box_new), (get_child_requisition), (_gtk_hwrap_box_size_request), (get_layout_size), (gtk_hwrap_box_size_request), (reverse_list_row_children), (layout_row), (layout_rows), (gtk_hwrap_box_size_allocate): * cut-n-paste-code/widgets/gimphwrapbox/gtkhwrapbox.h: * cut-n-paste-code/widgets/gimphwrapbox/gtkwrapbox.c: (gtk_wrap_box_get_type), (gtk_wrap_box_class_init), (gtk_wrap_box_init), (gtk_wrap_box_set_arg), (gtk_wrap_box_get_arg), (gtk_wrap_box_set_child_arg), (gtk_wrap_box_get_child_arg), (gtk_wrap_box_child_type), (gtk_wrap_box_set_homogeneous), (gtk_wrap_box_set_hspacing), (gtk_wrap_box_set_vspacing), (gtk_wrap_box_set_justify), (gtk_wrap_box_set_line_justify), (gtk_wrap_box_set_aspect_ratio), (gtk_wrap_box_pack), (gtk_wrap_box_reorder_child), (gtk_wrap_box_query_child_packing), (gtk_wrap_box_query_child_forced_break), (gtk_wrap_box_set_child_packing), (gtk_wrap_box_set_child_forced_break), (gtk_wrap_box_query_line_lengths), (gtk_wrap_box_map), (gtk_wrap_box_unmap), (gtk_wrap_box_draw), (gtk_wrap_box_expose), (gtk_wrap_box_add), (gtk_wrap_box_remove), (gtk_wrap_box_forall): * cut-n-paste-code/widgets/gimphwrapbox/gtkwrapbox.h: Copied and pasted the wrapping hbox from the Gimp. I made a few modifications, including some resizing requests, when the chosen size is not the right one for the actual space available. Sizing wrapping boxes is a tricky problem with gtk, because they have nonstandard sizing requests (they can request x or y or z) and my solution is probably not optimal, since some of the sizing adjustments are visible on screen. However, a better fix is a lot more time consuming, and should probably wait for past 1.0. * src/nautilus-complex-search-bar.c: (search_bar_criterion_type_changed_callback), (queue_search_bar_resize_callback), (nautilus_complex_search_bar_initialize_class), (nautilus_complex_search_bar_initialize), (real_activate), (nautilus_complex_search_bar_queue_resize), (attach_criterion_to_search_bar), (unattach_criterion_from_search_bar), (load_find_them_pixmap_widget), (more_options_callback), (fewer_options_callback), (update_options_buttons_state): * src/nautilus-complex-search-bar.h: Changed the criteria layout to be in a vbox instead of a table, so that we can insert wrapping hboxes. Added a new function that will effectively resize the complex search bar, and we call it at appropriate points. Switched the packing order of the buttons, since the wrap box has only one packing function, and it is a pack_start, rather than a pack_end function * src/nautilus-search-bar-criterion-private.h: * src/nautilus-search-bar-criterion.c: (queue_bar_resize_callback), (nautilus_search_bar_criterion_new_from_values), (nautilus_search_bar_criterion_show), (nautilus_search_bar_criterion_hide), (nautilus_search_bar_criterion_update_valid_criteria_choices), (hide_date_widget), (show_date_widget), (make_emblem_value_menu): Put the criteria into wrapping boxes as part of their creation, and trigger a resize of the complex search bar when the wrapping box complains about its allocated size.
* added a new text view component with zooming, settable fonts andAndy Hertzfeld2000-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added a new text view component with zooming, settable fonts and text-oriented services. The services are currently hardwired but there will be a framework soon. You may have to delete your /gnome/share/oaf/text-plain.oafinfo to see it in action. * configure.in: * components/Makefile.am: * components/text/.cvsignore: * components/text/Makefile.am: build stuff for the new text view * components/text/main.c: (text_view_object_destroyed), (text_view_make_object), (main): factory object for the text view * components/text/nautilus-text-view-ui.xml: xml file defining the menus for the text view * components/text/nautilus-text-view.oafinfo: oaf definitions for the text view * components/text/nautilus-text-view.h: interface file for the text view * components/text/nautilus-text-view.c: (nautilus_text_view_initialize_class), (nautilus_text_view_initialize), (detach_file), (nautilus_text_view_destroy), (nautilus_text_view_get_nautilus_view), (nautilus_text_view_update), (nautilus_text_view_load_uri), (text_view_load_location_callback), (nautilus_text_view_update_font), (get_selected_text), (text_view_search_callback), (text_view_lookup_callback), (nautilus_text_view_set_font), (handle_ui_event), (merge_bonobo_menu_items), (nautilus_text_view_zoom_to_level), (nautilus_text_view_bump_zoom_level), (zoomable_zoom_in_callback), (zoomable_zoom_out_callback), (zoom_index_from_float), (zoomable_set_zoom_level_callback), (zoomable_zoom_to_fit_callback): implementation for the text view * libnautilus-extensions/nautilus-icon-container.c: (lay_down_icons_horizontal): fixed bug 3485, icon layout not using all of the available space, by tweaking the code to not require the extra space between the columns
* added check for esd via m4 macro.Robin Slomkowski2000-11-271-0/+1
| | | | * configure.in: added check for esd via m4 macro.
* Build the mozilla component without rtti and without exceptions. ThisRamiro Estrugo2000-11-221-1/+1
| | | | | | * configure.in: Build the mozilla component without rtti and without exceptions. This causes problems on some g++ compilers.
* reduced versions of glib and gtk to released ones.Robin Slomkowski2000-11-211-5/+5
| | | | | * configure.in: reduced versions of glib and gtk to released ones.
* updated the versions of some libraries checked for in configure.inRobin Slomkowski2000-11-201-7/+7
|
* Fix for (4741), building with services on non-rpm machines.Eskil Heyn Olsen2000-11-171-9/+9
| | | | | | | * components/Makefile.am: * components/services/Makefile.am: * configure.in: Fix for (4741), building with services on non-rpm machines.
* Initial support for Hungarian language.Szabolcs Ban2000-11-161-1/+1
|
* buddy: Ramiro Estrugo <ramiro@eazel.com>Eskil Heyn Olsen2000-11-151-71/+77
| | | | | | | | | buddy: Ramiro Estrugo <ramiro@eazel.com> * configure.in: Fix to make --disable-eazel-services work, (4722), it no longer checks for rpm and ammonite, nor tries to build rpmview.
* reviewed by: Darin Adler <darin@eazel.com>Pavel Cisler2000-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-11-13 Pavel Cisler <pavel@eazel.com> reviewed by: Darin Adler <darin@eazel.com> * configure.in: Enable the sign-compare and cast-align warnings. * components/help/converters/gnome-db2html2/gdb3html.c: (find_first_element): * components/help/hyperbola-filefmt.c: (fmt_free_tree_info): * components/help/hyperbola-nav-index.c: (hyperbola_navigation_index_update_clist), (despace), (end_element): * components/history/nautilus-history-view.c: (history_load_location): * components/mozilla/nautilus-mozilla-content-view.c: (string_list_get_index_of_string): * components/services/install/lib/eazel-install-corba-types.c: (corba_string_sequence_to_glist), (corba_packagedatastructlist_from_packagedata_list), (packagedata_list_from_corba_packagedatastructlist), (categorydata_list_from_corba_categorystructlist): * components/services/install/lib/eazel-install-query.c: (eazel_install_simple_rpm_query): * components/services/install/lib/eazel-install-rpm-glue.c: (eazel_install_monitor_rpm_process_pipe): * components/services/install/lib/eazel-install-rpm-signature.c: (read_rpm_lead), (read_rpm_signature): * components/services/trilobite/libtrilobite/trilobite-root-helper. c: (trilobite_root_helper_run_program), (trilobite_root_helper_set_time): * cut-n-paste-code/widgets/nautilusclist/nautilusclist.c: (nautilus_clist_get_arg), (nautilus_clist_construct): * helper-utilities/authenticate/nautilus-authenticate.c: (main): * libnautilus-extensions/nautilus-background.c: (set_image_and_color_image_loading_done_callback): * libnautilus-extensions/nautilus-buffered-widget.c: (nautilus_gdk_pixbuf_tile_alpha): * libnautilus-extensions/nautilus-caption-table.c: (entry_activate): * libnautilus-extensions/nautilus-caption-table.h: * libnautilus-extensions/nautilus-ctree.c: (nautilus_ctree_node_nth), (nautilus_ctree_drag_motion): * libnautilus-extensions/nautilus-ctree.h: * libnautilus-extensions/nautilus-directory-async.c: (metafile_write): * libnautilus-extensions/nautilus-file-changes-queue.c: (nautilus_file_changes_consume_changes): * libnautilus-extensions/nautilus-file-operations-progress.c: (truncate_string_from_start): * libnautilus-extensions/nautilus-file-operations.c: (extract_string_until): * libnautilus-extensions/nautilus-file-utilities.c: (nautilus_read_entire_file): * libnautilus-extensions/nautilus-gdk-extensions.c: (nautilus_get_largest_fitting_font): * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_get_sidebar_panel_view_identifiers): * libnautilus-extensions/nautilus-gtk-extensions.c: (nautilus_gtk_window_set_initial_geometry_from_string), (nautilus_gtk_menu_set_item_visibility): * libnautilus-extensions/nautilus-icon-canvas-item.c: (draw_or_measure_label_text), (draw_or_measure_label_text_aa): * libnautilus-extensions/nautilus-icon-container.c: (rubberband_timeout_callback), (destroy), (compute_stretch): * libnautilus-extensions/nautilus-icon-container.h: (nautilus_icon_container_find_drop_target): * libnautilus-extensions/nautilus-icon-factory.c: (check_recently_used_list), (get_themed_icon_file_path), (revise_scale_factors_if_too_big): * libnautilus-extensions/nautilus-icon-text-item.c: (recompute_bounding_box), (iti_draw), (iti_selection_motion): * libnautilus-extensions/nautilus-label.c: (nautilus_label_size_allocate), (label_recompute_line_geometries): * libnautilus-extensions/nautilus-list.c: (draw_cell), (nautilus_list_drag_data_received): * libnautilus-extensions/nautilus-mime-actions.c: (server_matches_content_requirements), (nautilus_do_component_query): * libnautilus-extensions/nautilus-password-dialog.c: (caption_table_activate_callback): * libnautilus-extensions/nautilus-preferences-item.c: (has_image_file): * libnautilus-extensions/nautilus-scalable-font.c: (file_as_string), (parse_font_description_file), (nautilus_text_layout_new): * libnautilus-extensions/nautilus-scalable-font.h: * libnautilus-extensions/nautilus-volume-monitor.c: (check_permissions): * libnautilus/nautilus-view.c: (nautilus_shallow_g_list_from_uri_list): * libnautilus/nautilus-zoomable.c: (nautilus_g_list_from_ZoomLevelList): * librsvg/rsvg-ft.c: (rsvg_ft_measure_or_render_string): * librsvg/rsvg.c: (rsvg_parse_transform): * src/file-manager/fm-icon-view.c: (fm_icon_view_create_background_context_menu_items), (get_sort_criterion_by_metadata_text), (get_sort_criterion_by_id): * src/file-manager/fm-list-view.c: (select_row_common), (select_matching_name_callback), (select_previous_next_common), (fm_list_view_bump_zoom_level): * src/nautilus-search-bar-criterion.c: (nautilus_search_bar_criterion_update_valid_criteria_choices): * src/nautilus-shell.c: (corba_open_windows), (corba_open_default_window): * src/nautilus-sidebar.c: (nautilus_sidebar_add_panel_items): * src/nautilus-window-menus.c: (nautilus_window_disable_keyboard_navigation_for_menus): * src/nautilus-window.c: (nautilus_window_size_request): Fix all sign-compare violations.
* Fix freetype2 detection fix srcdir != builddir.Elliot Lee2000-11-101-8/+19
| | | | | * configure.in: Fix freetype2 detection * Various makefiles: fix srcdir != builddir.
* Addid Finnish entries to nautilus.desktop and ALL_LINGUAS. Added fi.pojjranta2000-11-091-1/+1
|
* if rpm version check fails, hint at user to --disable-eazel-servicesEskil Heyn Olsen2000-11-091-0/+1
| | | | | | * configure.in: if rpm version check fails, hint at user to --disable-eazel-services
* Fixed bug 4643, check for rpm version 3.0.xEskil Heyn Olsen2000-11-081-2/+3
| | | | | * configure.in: Fixed bug 4643, check for rpm version 3.0.x
* Add Dutch translation.Almer S. Tigelaar2000-11-041-1/+1
| | | | | | | | | | 2000-11-04 Almer S. Tigelaar <almer1@dds.nl> * nl.po: Add Dutch translation. 2000-11-04 Almer S. Tigelaar <almer1@dds.nl> * configure.in: Add 'nl' to ALL_LINGUAS.
* Add a place to put helper-scripts.Ramiro Estrugo2000-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | * Makefile.am: * configure.in: * helper-scripts/.cvsignore: * helper-scripts/Makefile.am: * helper-scripts/nautilus-verify-rpm.sh: Add a place to put helper-scripts. * helper-utilities/error-dialog/Makefile.am: Dont link in with Nautilus libraries and dependencies. * helper-utilities/error-dialog/nautilus-error-dialog.c: (find_message_label), (find_message_label_callback), (show_message_box), (show_ok_box), (nautilus_error_dialog), (nautilus_yes_no_dialog), (main): Add support for specifying button labels on the command line. * src/run-nautilus: Call the nautilus rpm verification script and bail if it fails.
* Tell everyone that we are back on bonobo HEAD. Make sure Nautilus doesn'tDarin Adler2000-11-041-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Tell everyone that we are back on bonobo HEAD. * configure.in: Make sure Nautilus doesn't try to compile with the old bonobo. * components/adapter/nautilus-adapter-embed-strategy.c: (nautilus_adapter_embed_strategy_get): * components/adapter/nautilus-adapter-load-strategy.c: (nautilus_adapter_load_strategy_get): * components/adapter/nautilus-adapter-progressive-load-strategy.c: (nautilus_adapter_progressive_load_strategy_load_location): * components/history/nautilus-history-view.c: (history_view_frame_call_begin): * libnautilus/nautilus-undo.c: (set_up_bonobo_control): * libnautilus/nautilus-view.c: (view_frame_call_begin): * libnautilus/nautilus-zoomable.c: (nautilus_zoomable_ensure_zoomable_frame): Fix all the callers of query_interface in CORBA to call it queryInterface (I used the Bonobo script to do it). * src/nautilus-window.h: * src/nautilus-window.c: (nautilus_window_constructed), (nautilus_window_set_arg), (nautilus_window_get_arg), (nautilus_window_set_content_view_widget): Update for BonoboWin -> BonoboWindow change. Once again, the change was done by the Bonobo script (but I had to undo the spaces it ate after BONOBO_WIN). * components/services/install/idl/trilobite-eazel-install.idl: * components/services/time/idl/trilobite-eazel-time-service.idl: * components/services/trilobite/idl/trilobite-service.idl: * components/services/trilobite/sample/idl/sample-service.idl: * libnautilus-adapter/nautilus-adapter-factory.idl: * libnautilus/nautilus-distributed-undo.idl: * libnautilus/nautilus-view-component.idl: Since IDL dependencies don't work, I touched every IDL file to make the switchover smoother. This only works if people update before they try to build and fail, otherwise they need to do: find -name '*.xml' | xargs touch (Maciej and I want to add dependency support to orbit-idl to make this problem go away long term). * src/nautilus-desktop-window.c: (realize): The script updated this comment to, so I let it. * user-guide/C/Makefile.am: Took out the botched change I made to this file. Mathieu did the correct one.
* Add a error dialog helper utility that can be called from shell scripts toRamiro Estrugo2000-11-031-0/+1
| | | | | | | | | | | | | | | * configure.in: * helper-utilities/Makefile.am: * helper-utilities/error-dialog/.cvsignore: * helper-utilities/error-dialog/Makefile.am: * helper-utilities/error-dialog/nautilus-error-dialog.c: (main): * nautilus.spec.in: Add a error dialog helper utility that can be called from shell scripts to display errors to the user. * components/services/nautilus-dependent-shared/eazel-services-footer.c: Pavel made me do this at gun point. Make the links activate on mouse up not down.
* Add applets to SUBDIRS if needed.Ramiro Estrugo2000-11-011-4/+12
| | | | | | | | | | | | * Makefile.am: Add applets to SUBDIRS if needed. * applets/Makefile.am: Tiny bit of cleanup. * configure.in: Define HAVE_APPLETS only if the applets devel libs are found by gnome-config.
* add new directories.Mathieu Lacage2000-10-311-1/+30
| | | | | | | | | | | | | | | | | | 2000-10-31 Mathieu Lacage <mathieu@eazel.com> add new directories. * applets/.cvsignore: * applets/launcher/.cvsignore: * applets/Makefile.am: * applets/launcher/Makefile.am: stupid applet which is used during installation to display a nautilus icon on the user's panel. * applets/launcher/nautilus-icon-applet.c: (applet_change_pixel_size), (main): add checks for the libapplet library. * configure.in:
* Fix bug 3729. Bump the version number to 0.5.0.Ramiro Estrugo2000-10-311-1/+1
| | | | | * configure.in: Fix bug 3729. Bump the version number to 0.5.0.
* fix some configure magic for libfreetype2.Mathieu Lacage2000-10-311-11/+19
| | | | | | 2000-10-31 Mathieu Lacage <mathieu@eazel.com> * configure.in: fix some configure magic for libfreetype2.
* Fixed bug 4057 (clicking the back button while opening a hugeDarin Adler2000-10-301-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory often crashes). * libnautilus-extensions/nautilus-icon-container.c: (nautilus_icon_container_for_each): The function was iterating some icons twice. All the icons on the new_icons list are also on the icons list. (icon_destroy): Also be sure to remove the icon from the new_icons list if it happens to be destroyed while still on that list. * configure.in: * Makefile.shared: Got rid of the shared part of the code to generate .xml.h files. It's no longer needed since the po directory takes care of everything itself. * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/mozilla/Makefile.am: * components/sample/Makefile.am: * components/services/summary/nautilus-view/Makefile.am: * libnautilus/Makefile.am: * src/Makefile.am: * src/file-manager/Makefile.am: Got rid of the per-directory part of the code to generate .xml.h files. * components/loser/content/nautilus-content-loser-ui.xml.h: * components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h: * components/mozilla/nautilus-mozilla-ui.xml.h: * components/sample/nautilus-sample-content-view-ui.xml.h: * components/services/summary/nautilus-view/nautilus-summary-view-ui.xml.h: * libnautilus/nautilus-clipboard-ui.xml.h: * src/file-manager/nautilus-directory-view-ui.xml.h: * src/file-manager/nautilus-icon-view-ui.xml.h: * src/file-manager/nautilus-search-list-view-ui.xml.h: * src/nautilus-service-ui.xml.h: * src/nautilus-shell-ui.xml.h: Got rid of the checked-in copies of the .xml.h files. The worst part!
* Doh doh dohEskil Heyn Olsen2000-10-281-4/+4
| | | | | * configure.in: Doh doh doh
* Output which rpmrc file I read. Attempt at fixing the install viewEskil Heyn Olsen2000-10-281-1/+6
| | | | | | | | | * components/services/install/lib/eazel-install-rpm-glue.c: (eazel_install_rpm_set_settings): Output which rpmrc file I read. * configure.in: Attempt at fixing the install view breaking on rpm builds and not eazel-hacking builds.
* added a new theme from SusanAndy Hertzfeld2000-10-261-0/+1
| | | | | | | | | | | added a new theme from Susan * configure.in: * icons/Makefile.am: * icons/villanova/.cvsignore: * icons/villanova/Makefile.am: * icons/villanova/villanova.xml: * icons/villanova/*.png:
* moved the eazel throbber into the default theme; moved Arlo's throbberAndy Hertzfeld2000-10-261-1/+2
| | | | | | moved the eazel throbber into the default theme; moved Arlo's throbber into his theme and restored the generic throbber to the gnome theme. Updated the theme files to reflect this.
* Make the require rpm version be 3.0.4 or greater. Not just 3.0.4.Ramiro Estrugo2000-10-241-4/+17
| | | | | * configure.in: Make the require rpm version be 3.0.4 or greater. Not just 3.0.4.
* Some code to test for rpm version. We require 3.0.4. If it fucks up, feelEskil Heyn Olsen2000-10-241-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Some code to test for rpm version. We require 3.0.4. If it fucks up, feel free to revert. * components/services/install/lib/eazel-install-private.h: * components/services/install/lib/eazel-install-object.c: Moved the DEFAULT_RPM_DB_ROOT into -private.h * components/services/install/lib/eazel-install-query.c: (eazel_install_simple_rpm_query): Code so you can call the query function directly (EAZEL_INSTALL_SLIM/NO_CORBA) * components/services/install/lib/eazel-install-types.c: (packagedata_fill_from_rpm_header): Moved support for rpm < 3.0.4 * nautilus-installer/src/Makefile: * nautilus-installer/src/callbacks.c: (begin_install): * nautilus-installer/src/installer.c: (insert_info_page), (create_window), (check_system), (more_check_system), (eazel_installer_initialize): If eazel-hacking is installed, offer to remove it.
* Fix extra dependency that was causing the xml.h files to be generated tooDarin Adler2000-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.shared: Fix extra dependency that was causing the xml.h files to be generated too often. * configure.in: Fix code that detects the gcc options to work even with -O on. * src/nautilus-view-frame.h: * src/nautilus-view-frame.c: (nautilus_view_frame_initialize_class), (view_frame_loaded), (view_frame_failed), (nautilus_view_frame_handle_client_destroy), (nautilus_view_frame_handle_client_gone), (nautilus_view_frame_new), (check_if_view_is_gone), (nautilus_view_frame_set_to_component), (nautilus_view_frame_get_is_underway): Revamp set of signals to be easier to understand. Handle all failures uniformly, * src/nautilus-window-manage-views.h: * src/nautilus-window-manage-views.c: (change_selection), (nautilus_window_update_for_new_location), (nautilus_window_has_really_changed), (nautilus_window_set_state_info), (nautilus_window_set_sidebar_panels), (zoom_level_changed_callback), (get_history_list_callback), (change_selection_callback), (change_status_callback), (failed_callback), (load_underway_callback), (load_complete_callback), (open_location_callback), (open_location_in_new_window_callback), (title_changed_callback), (nautilus_window_connect_view), (nautilus_window_disconnect_view): Make more of the view management private to this file. Use the signals by their new names. Disconnect all the signals, not just the error-related ones. * src/nautilus-window.c: (nautilus_window_set_content_view_widget): Updated the debugging check to do it with the new Bonobo UI calls.
* added image-based tabs to the summary view. Also, fixed problem where theAndy Hertzfeld2000-10-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/services/summary/ nautilus-view/nautilus-summary-view.c : (generate_summary_form), (generate_login_dialog), (nautilus_summary_view_load_uri), (service_tab_selected_callback): added image-based tabs to the summary view. Also, fixed problem where the throbber kept spinning until the login dialog was dismissed by making it a non-modal dialog by refraining from calling gnome_run_dialog Currently, only the service tabs have been converted but the update tab is coming soon. * libnautilus-extensions/Makefile.am: * libnautilus-extensions/nautilus-tabs.c: (nautilus_tabs_initialize_class), (nautilus_tabs_initialize), (nautilus_tabs_new), (tab_item_destroy), (tab_item_destroy_cover), (nautilus_tabs_destroy), (nautilus_tabs_unload_tab_pieces), (load_tab_piece), (nautilus_tabs_load_tab_pieces), (nautilus_tabs_hit_test), (measure_height), (recalculate_size), (nautilus_tabs_size_request), (draw_tab_piece_aa), (draw_pixbuf_tiled_aa), (allocate_cleared_pixbuf), (measure_tab_name), (draw_tab_label), (draw_all_tabs), (tab_item_find_by_name), (nautilus_tabs_expose), (nautilus_tabs_draw), (nautilus_tabs_add_tab), (nautilus_tabs_remove_tab), (nautilus_tabs_prelight_tab), (nautilus_tabs_select_tab), (nautilus_tabs_press_event), (nautilus_tabs_leave_event), (nautilus_tabs_motion_event): * libnautilus-extensions/nautilus-tabs.h: added a new class for the fancy Arlo tabs in the summary view, based on the sidebar tabs. * configure.in: * components/services/summary/ nautilus-view/Makefile.am: * components/services/summary/ nautilus-view/icons/.cvsignore: * components/services/summary/ nautilus-view/icons/Makefile.am: * components/services/summary/ nautilus-view/icons/gray_tab_pieces/.cvsignore: * components/services/summary/ nautilus-view/icons/gray_tab_pieces/*.png added Arlo's new tab images for the summary view * src/nautilus-property-browser.c: (nautilus_property_browser_initialize), (add_new_button_callback), (done_button_callback): added a done button to the property dialog to make it easier to dismiss it.
* Add British translation.Robert Brady2000-10-221-1/+1
|