summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-02-2811-28/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check-strings.pl: * check-strings-functions: * check-strings-patterns: New script and correspoinding config files to help us find untranslated strings. It's going to take some effort to make this an easy-to-use tool. * components/rpmview/nautilus-rpm-view.c: (nautilus_rpm_view_initialize): Fixed string that would not get translated properly since it was using N_ and nothing was going to use _() on it. (nautilus_rpm_view_update_from_uri): Marked strings for translation as requested in bug report 7149. (nautilus_rpm_view_verify_files): Format tweak. (nautilus_rpm_view_drag_data_received): Remove old dead code. * libnautilus-extensions/nautilus-tabs.c: (draw_tab_piece_aa): Change to use C-style comments, not C++. * src/nautilus-application.c: (check_required_directories): Mark strings for translation that we had missed before. * src/nautilus-first-time-druid.c: Fix port string define so it doesn't have to be repeated twice (and doesn't show up as an "untranslated string"). * src/nautilus-about.c: Formatting tweak. * src/nautilus-location-bar.c: Fix typo.
* reviewed by: Pavel Cisler <pavel@eazel.com>Gene Z. Ragan2001-02-283-2/+12
| | | | | | | | | | | | 2001-02-28 Gene Z. Ragan <gzr@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> Fixed bug 7141, gconf entry "show_directory_item_counts" stored in "preferencees" directory * libnautilus-extensions/nautilus-global-preferences.h: Corrected a typographical error.
* Updated Swedish translation.Christian Rose2001-02-282-247/+252
|
* Updated russian translation.Valek Frob2001-02-282-2222/+3257
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-02-282-249/+253
| | | | | | 2001-02-28 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Fix typo Unnstalling -> UninstallingKjartan Maraas2001-02-283-405/+683
| | | | | | | 2001-02-28 Kjartan Maraas <kmaraas@gnome.org> * components/services/install/command-line/eazel-alt-install-corba.c: Fix typo Unnstalling -> Uninstalling
* added translator's emailNam SungHyun2001-02-281-1/+1
|
* reviewed by Ramiro Estrugo <ramiro@eazel.com>John Harper2001-02-2816-31/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-28 John Harper <jsh@eazel.com> reviewed by Ramiro Estrugo <ramiro@eazel.com> Fixed bug 7111 (Icons appear in formation, then shift, when page first loads). This also fixed bugs 4174 (NautilusLabel needs to handle text with descenders better.) and 2865 (Text underlining should honor the rendered string's baseline): * librsvg/rsvg-ft.c (rsvg_ft_measure_or_render_string): don't use the union of the bounding boxes of the glyphs to find the overall bounding box, for the vertical component use the actual font metrics. Also set the underline_position and underline_thickness fields of the returned glyph structure * librsvg/rsvg-ft.h (struct _RsvgFTGlyph): added two new fields: underline_position and underline_thickness * libnautilus-extensions/nautilus-smooth-text-layout.c (smooth_text_layout_line_list_draw_to_pixbuf): don't just draw the underline under the glyph's rectangle, draw it where the glyph object wants it to be (using nautilus_glyph_get_underline_rectangle (), which for text uses the actual underline information from the font) * libnautilus-extensions/nautilus-glyph.h, libnautilus-extensions/nautilus-glyph.c (nautilus_glyph_get_underline_rectangle): new function, fills in an ArtIRect corresponding to the underline of the given glyph object * components/services/nautilus-dependent-shared/eazel-services-header.c: * libnautilus-extensions/nautilus-tabs.c, libnautilus-extensions/nautilus-smooth-text-layout.c, libnautilus-extensions/nautilus-icon-canvas-item.c * src/nautilus-sidebar-title.c, src/nautilus-sidebar-tabs.c Tweaked a few hardcoded constants to fix minor changes in font layout (this part was checked by Arlo)
* reviewed by: Eskil Heyn Oslen <eskil@eazel.com>Robey Pointer2001-02-289-276/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/services/install/lib/eazel-install-logic2.c: (dump_tree_helper): Added debug info of packages modifies list, so the logging on upgrading packages isn't so confusing. * components/services/install/lib/eazel-install-xml-package-list.c: (eazel_install_packagelist_parse): Force the XML parser to ignore any <xmp> .. </xmp> tags, which may or may not fix some people's issues with the installer not being able to parse the server XML sometimes. * components/services/install/lib/eazel-package-system-types.h: Fix old reference to soft_depends. * components/services/install-view/Makefile.am: * components/services/install-view/nautilus-service-install.c: * components/services/install-view/nautilus-service-install.h: These files are useless. * nautilus-installer/src/installer.c: (collect_failure_info), (eazel_install_get_depends), (eazel_installer_initialize): Use the new path to the package-list.xml file. * nautilus-installer/src/main.c: (segv_handler): Spelling fix.
* Tiny tweak.Arlo Rose2001-02-282-2/+6
| | | | Tiny tweak.
* Changed the default background color so that the list view looks better.Arlo Rose2001-02-284-8/+28
| | | | | | | | * icons/arlo/arlo.xml: * icons/crux_eggplant/crux_eggplant.xml: * icons/default.xml: Changed the default background color so that the list view looks better.
* Korean translation for user-guide by <ganadist@nakyup.mizi.com>Nam SungHyun2001-02-283-1/+3
|
* Korean user manualNam SungHyun2001-02-2816-0/+3535
|
* reviewed by: Arlo Rose <arlo@eazel.com>Pavel2001-02-283-6/+17
| | | | | | | | | | | | | 2001-02-27 Pavel <pavel@eazel.com> reviewed by: Arlo Rose <arlo@eazel.com> Fix 1509: List view draws using incorrect design specification * libnautilus-extensions/nautilus-list.c: (nautilus_list_setup_style_colors): Tweak color shifting values with Arlo to get better color ranges for the list view grid.
* Translations from keldKenneth Christiansen2001-02-281-1182/+1900
| | | | | | | | | | ammonite/po/da.po bonobo/po/da.po eog/po/da.po evolution/po/da.po gb/po/da.po gernel/po/da.po gimp/po/da.po gimp/po-plug-ins/da.po gnome-db/po/da.po gnome-libs/po/da.po gnome-print/po/da.po gnome-vfs/po/da.po gnomeicu/po/da.po gnumeric/po/da.po gtranslator/po/da.po libgda/po/da.po nautilus/po/da.po pan/po/da.po pong/po/da.po sodipodi/po/da.po ximian-setup-tools/po/da.po
* Bug 6965 -- move to using report_redirect.Michael Fleming2001-02-282-21/+48
| | | | | | | | | | | | Commited so Darin can debug report_redirect. * components/mozilla/nautilus-mozilla-content-view.c: (view_load_location_callback), (mozilla_realize_callback), (mozilla_title_changed_callback), (mozilla_location_callback), (mozilla_net_start_callback), (mozilla_net_stop_callback), (mozilla_progress_callback), (mozilla_dom_mouse_click_callback), (vfs_open_callback), (navigate_mozilla_to_nautilus_uri), (update_nautilus_uri):
* reviewed by: John Sullivan <sullivan@eazel.com>Pavel Cisler2001-02-285-4/+113
| | | | | | | | | | | | | | | 2001-02-27 Pavel Cisler <pavel@eazel.com> reviewed by: John Sullivan <sullivan@eazel.com> Fix 7116: (Location bar grows taller causing a re-layout of the icon view) * src/nautilus-window.c: (set_dummy_initial_view_as_menu), (nautilus_window_constructed): Populate the "View as" menu the first time it is created with a dummy "View as ..." menu item to prevent it from comming up in a shrunken state that gets resized later and re-shuffles the window.
* reviewed by: Robey Pointer <robey@eazel.com> sez "Looks good... Wow, IEskil Heyn Olsen2001-02-289-35/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-26 Eskil Heyn Olsen <eskil@eazel.com> reviewed by: Robey Pointer <robey@eazel.com> sez "Looks good... Wow, I wonder how long the softcat lookup-by-feature thing was broken before? (doh!)" * components/services/install/command-line/eazel-alt-install-corba. c: (something_failed): Moved a duplicate fprintf that caused problems to be printed twice. * components/services/install/idl/trilobite-eazel-install.idl: Added a string sequence of features. Need this so the clients can print "package foo needs file libfoo.so" instead of "package foo needs another package". * components/services/install/lib/eazel-install-corba-types.c: (corba_string_sequence_to_glist), (g_list_to_corba_string_sequence), (corba_packagedatastruct_fill_from_packagedata), (corba_packagedatastruct_fill_deps), (packagedata_tree_from_corba_packagedatastructlist): Fill in and copy and convert and stuff the new features list. * components/services/install/lib/eazel-install-logic2.c: (eazel_install_check_existing_packages), Don't set force when epochs are involved, but set a majick datafield in the packsys object. (check_tree_helper), After handling packagebreaks for package P, don't set P->status to partly resolved unless all the breaks have been fixed. (check_no_two_packages_has_same_file), Don't let force disable file conflict check, only ignore-file-conflicts. (check_conflicts_against_already_installed_packages), Removed the comments for bug 5720. (check_feature_consistency): Added package pointer and name to some debug output. * components/services/install/lib/eazel-package-system-rpm3.c: (make_rpm_argument_list), Check the majick epoch flag, and add --force if set. (check_require_is_not_a_feature), Wrote a function that checks to see if a package requirement is also a provides of the same package. (eazel_package_system_rpm3_packagedata_fill_from_header): Use forementioned function (solves problem for badly made rpms) * components/services/install/lib/eazel-package-system-types.c: (packagedata_get_readable_name): Changed to use ->features instead of ->provides * components/services/install/lib/eazel-softcat.c: (get_search_url_for_package): When querying for a feature, use ->features instead of ->provides.
* Fix this so I can debug a font problem somewhere else.Ramiro Estrugo2001-02-282-2/+8
| | | | | | * test/test-nautilus-label-flavorful.c: (increasing_label_window_new), (decreasing_label_window_new): Fix this so I can debug a font problem somewhere else.
* Updated Spanish TranslationPablo Gonzalo del Campo2001-02-282-200/+197
| | | | | | 2001-02-27 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish Translation
* ja.po: Update Japanese translation.Yukihiro Nakai2001-02-281-1230/+2014
|
* added rule for package-list.xml.in added file to keep text for theRobin Slomkowski2001-02-273-0/+43
| | | | | | | | * configure.in: added rule for package-list.xml.in * nautilus-installer/package-list.xml.in: added file to keep text for the installer. This gets served by the server but it is needed to provide text for the installer. http://bugzilla.eazel.com/show_bug.cgi?id=3448
* reviewed by: Pavel Cisler <pavel@eazel.com>Gene Z. Ragan2001-02-273-2/+11
| | | | | | | | | | | 2001-02-27 Gene Z. Ragan <gzr@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> * libnautilus-extensions/nautilus-icon-container.h: Fix incorrect class name in the GTK_CHECK_CLASS_CAST macro. We were using NautilusIconListView instead of NautilusIconContainerClass.
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-02-277-153/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finished bug 6950 (need new report_redirect call in addition to report_location_change). * src/nautilus-window-manage-views.c: (update_history): Split out this part of update_for_new_location, since it really was begging for a case statement. Added a redirect case, which does nothing (just like reload, but it needs a separate case to make sense anyway). (update_for_new_location): Use the new update_history. (report_redirect_callback): Do nothing if we are no longer at the "from" location of the redirect. In the case where we do redirect, make sure we update history properly, but don't update the back and forward lists at all. * src/nautilus-window-private.h: * src/nautilus-window.c: (remove_from_history_list): New function shared by the normal add case and the new remove call. (add_to_history_list): New name for nautilus_add_to_history_list to help emphasize it's a private function. Change to use remove_from_history_list. (nautilus_remove_from_history_list_no_notify): New call for use by the redirect code. (real_add_current_location_to_history_list), (nautilus_window_add_current_location_to_history_list): Moved these functions down to avoid adding a prototype for add_to_history_list.
* reviewed by: Gene Z. Ragan <gzr@eazel.com>Pavel Cisler2001-02-273-0/+24
| | | | | | | | | | | | | | 2001-02-27 Pavel Cisler <pavel@eazel.com> reviewed by: Gene Z. Ragan <gzr@eazel.com> Fixed 6959: (Drag local items into Trash -> "You cannot copy items into the Trash" error) * libnautilus-extensions/nautilus-drag.c: (nautilus_drag_default_drop_action_for_icons): Add a missing setup of the correct default and non-default drag&drop action when the target is "trash:".
* reviewed by: Darin Adler <darin@eazel.com>John Sullivan2001-02-274-17/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 7096 ("Open with Other" dialog doesn't truncate really long file names) Fixed bug 7108 (icon in sidebar vanishes & reappears at load time) * libnautilus-extensions/nautilus-program-chooser.c: (get_file_name_for_display): New function, returns a truncated copy of the file name. (program_file_pair_get_long_status_text), (run_program_configurator_callback), (nautilus_program_chooser_new), (nautilus_program_chooser_show_no_choices_message): Use truncated file name whenever file name is displayed. * src/nautilus-sidebar-title.c: Added "determined_icon" boolean to Details struct. (nautilus_sidebar_title_set_file): set determined_icon to FALSE when new file comes along. (update_icon): set determined_icon to TRUE when any non-NULL pixbuf is determined for this file. Only check nautilus_icon_factory_icon_is_ready_for_file () if determined_icon is FALSE, to avoid the icon vanishing temporarily because someone invalidated some NautilusFile attributes.
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-02-2757-382/+689
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did most of the work for bug 5779, separating out the Eazel logos so they won't be used by non-Eazel folks making changes to Nautilus if they choose to do "non-approved" changes (allowed by GPL of course). * nautilus.spec.in: Add new logos. * configure.in: Add eazel-logos and eazel-logos/throbber. * Makefile.am: Add the eazel-logos subdirectory. * eazel-logos/Makefile.am: Created. * eazel-logos/throbber/Makefile.am: Created. * components/services/nautilus-dependent-shared/icons/eazel-logo-right-side-logo.png: * icons/About_Image.png: * icons/about_background.png: * icons/default.xml: * icons/druid_header.png: * icons/throbber/001.png: * icons/throbber/002.png: * icons/throbber/003.png: * icons/throbber/004.png: * icons/throbber/005.png: * icons/throbber/006.png: * icons/throbber/007.png: * icons/throbber/008.png: * icons/throbber/009.png: * icons/throbber/010.png: * icons/throbber/011.png: * icons/throbber/012.png: * icons/throbber/013.png: * icons/throbber/014.png: * icons/throbber/015.png: * icons/throbber/016.png: * icons/throbber/017.png: * icons/throbber/018.png: * icons/throbber/019.png: * icons/throbber/020.png: * icons/throbber/021.png: * icons/throbber/022.png: * icons/throbber/023.png: * icons/throbber/024.png: * icons/throbber/025.png: * icons/throbber/026.png: * icons/throbber/027.png: * icons/throbber/028.png: * icons/throbber/029.png: * icons/throbber/030.png: * icons/throbber/Makefile.am: * icons/throbber/rest.png: Updated with non-logo versions. Did 90% of the work for bug 6950 (need new report_redirect call in addition to report_location_change). While working on that, I also moved the deferral of outgoing calls that is done in the Mozilla component so that it is done by the NautilusView class instead. * libnautilus/nautilus-view-component.idl: Added report_redirect. * libnautilus/nautilus-view.h: Added report_redirect. * libnautilus/nautilus-view.c: (queue_outgoing_call): Added queing for the outgoing side. (nautilus_view_initialize): Allocate queue. (nautilus_view_destroy): Deallocate queue. (str_list_copy): Utility needed here because we can't use libnautilus-extensions. (list_free_deep_callback): New. Used in queuing code. (free_location_plus_callback): New. Used in queueing code. (call_open_location_in_this_window), (call_open_location_prefer_existing_window), (call_open_location_force_new_window), (call_report_location_change), (call_report_redirect), (call_report_selection_change), (call_report_status), (call_report_load_underway), (call_report_load_progress), (call_report_load_complete), (call_report_load_failed), (call_set_title), (call_go_back): Functions that get queued. These have the bulk of the code to do work. (nautilus_view_open_location_in_this_window), (nautilus_view_open_location_prefer_existing_window), (nautilus_view_open_location_force_new_window), (nautilus_view_report_location_change), (nautilus_view_report_redirect), (nautilus_view_report_selection_change), (nautilus_view_report_status), (nautilus_view_report_load_underway), (nautilus_view_report_load_progress), (nautilus_view_report_load_complete), (nautilus_view_report_load_failed), (nautilus_view_set_title), (nautilus_view_go_back): These functions now simply queue the work that needs to be done. * src/nautilus-view-frame-corba.c: (free_location_plus_callback): Add a new field for the "from_location" needed for redirect. (report_redirect): The actual function to do the work. (impl_Nautilus_ViewFrame_report_redirect): Queue function. * src/nautilus-view-frame.h: * src/nautilus-view-frame-private.h: * src/nautilus-view-frame.c: (nautilus_view_frame_initialize_class): Create report_redirect signal. (nautilus_view_frame_report_redirect): Emit the signal. * src/nautilus-window-manage-views.c: (report_redirect_callback): Code to implement the redirect. For now this does the exact same thing as report_location_change. This is where all the remaining work to fix the bug goes. * components/mozilla/nautilus-mozilla-content-view.c: (view_load_location_callback), (mozilla_title_changed_callback), (mozilla_net_start_callback), (mozilla_net_stop_callback), (mozilla_link_message_callback), (mozilla_progress_callback), (mozilla_dom_mouse_click_callback), (navigate_mozilla_to_nautilus_uri), (update_nautilus_uri), (eazel_services_scheme_from_http): Remove the "async" calls that defer calls until timeout time now that NautilusView itself does that for all components. * libnautilus-extensions/nautilus-gtk-extensions.h: * libnautilus-extensions/nautilus-gtk-extensions.c: (nautilus_gtk_marshal_NONE__POINTER_POINTER_POINTER_POINTER): Added new marshal function needed for report_redirect. Other changes. * THANKS: Add some more contributors, after running the script to detect new ChangeLog entries.
* updated this file to list previous changes to e-paned, as well as the fixJohn Harper2001-02-272-0/+40
| | | | | | | | 2001-02-27 John Harper <jsh@eazel.com> * cut-n-paste-code/widgets/e-paned/README.changes: updated this file to list previous changes to e-paned, as well as the fix I just made
* added forgotten reviewer: tag to my last changeJohn Harper2001-02-271-0/+2
|
* Fixed bug 6294 (Sidebar gets smaller each time you open a new Window) andJohn Harper2001-02-273-1/+48
| | | | | | | | | | | | | | | | | | | 2001-02-27 John Harper <jsh@eazel.com> Fixed bug 6294 (Sidebar gets smaller each time you open a new Window) and probably 6499 (Sidebar grows each time a window is opened): * cut-n-paste-code/widgets/e-paned/e-paned.c (e_paned_compute_position): fixed a bug in when it stores the last allocation of the widget. This in turn causes the widget not to do the annoying scaled resizing if the position of the splitter was set before the first size_allocate invocation * cut-n-paste-code/widgets/e-paned/README.changes: added this file describing the changes I had to make to the widget I'm also going to submit this patch to the gal maintainers
* fixed bug 7019, emblem names are not aligned vertically in show propertiesAndy Hertzfeld2001-02-2714-79/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug 7019, emblem names are not aligned vertically in show properties or the property browser. Fixed by adding a "fixed image height" attribute to nautilus-labeled-image, and set it in the properties window and properties browser. * libnautilus-extensions/nautilus-labeled-image.c: (nautilus_labeled_image_initialize), (is_fixed_height), (labeled_image_get_image_dimensions), (nautilus_labeled_image_get_image_bounds), (nautilus_labeled_image_get_show_image), (nautilus_labeled_image_set_fixed_image_height): added a fixed_image_height instance variable, and used it when appropriate * libnautilus-extensions/nautilus-labeled-image.h: added setter for the fixed image height attribute * src/file-manager/fm-properties-window.c: (create_emblems_page): set the fixed image height attribute on the emblems * src/nautilus-property-browser.c: (make_properties_from_directories), (property_browser_category_button_new): set the fixed image height attribute for the emblems and also the category buttons fixed bug 7022, users are confused by the "shared" and "secret" emblems; fixed by removing them. * data/browser.xml: removed secret and shared emblem references * data/emblems/Makefile.am: removed the emblem .pngs from the makefile * data/emblems/secret.png: * data/emblems/shared.png: removed the emblem .pngs * icons/Makefile.am: removed the emblem .svgs from the makefile * icons/emblem-secret.svg: * icons/emblem-shared.svg: removed the .svgs
* bug 7106, updated mozilla to require to 0.8 version or higher. and addedRobin Slomkowski2001-02-272-5/+13
| | | | | | * nautilus.spec.in: bug 7106, updated mozilla to require to 0.8 version or higher. and added conflicts for old M releases
* reviewed by: Darin Adler <darin@eazel.com>John Harper2001-02-275-0/+47
| | | | | | | | | | | | | 2001-02-27 John Harper <jsh@eazel.com> reviewed by: Darin Adler <darin@eazel.com> Fixed bug 7086 (Hitting cntl - F will switch to search, then back to location bar.): * src/nautilus-window.c (ui_idle_handler, nautilu_window_ui_update): set the updating_bonobo_state flag in the window details structure while sync'ing the UI
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-02-2744-50/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 6725 (Crash on Refresh if viewed file/folder is deleted outside of Nautilus): * src/nautilus-window-manage-views.c: (free_location_change): Reorder so we cancel the callbacks before more I/O has the chance to happen. * libnautilus-extensions/nautilus-directory-async.c: (nautilus_directory_async_state_changed): Don't do any I/O for a NautilusDirectory object once it's destroyed. Unfortunately, it's still possible for destroying one NautilusDirectory object to cause I/O to happen on another, so this doesn't fix the bug (which is why we also need the change above). Fixed bug 7080 (Nautilus build failure on Red Hat 7.) * libnautilus-extensions/nautilus-medusa-support.c: Fixed the bad #endif with non-comment text after it. Worked on bug 6928 (create fallback mechanism so eazel-logos version of each graphic is found if present). We still need a separate fallback mechanism for the theme XML file, since the throbber has a different number of frames. * libnautilus-extensions/nautilus-file-utilities.c: (nautilus_get_pixmap_directory): Simplify. (nautilus_pixmap_file): Look in eazel-logos directory first, so we will pick up logo graphics if there, and non-logo graphics otherwise. * test/test-nautilus-image-simple.c: (main): Remove a reference to a logo graphic. * eazel-logos/.cvsignore: * eazel-logos/About_Image.png: * eazel-logos/about_background.png: * eazel-logos/druid_header.png: * eazel-logos/eazel-logo-right-side-logo.png: * eazel-logos/throbber/.cvsignore: * eazel-logos/throbber/001.png: * eazel-logos/throbber/002.png: * eazel-logos/throbber/003.png: * eazel-logos/throbber/004.png: * eazel-logos/throbber/005.png: * eazel-logos/throbber/006.png: * eazel-logos/throbber/007.png: * eazel-logos/throbber/008.png: * eazel-logos/throbber/009.png: * eazel-logos/throbber/010.png: * eazel-logos/throbber/011.png: * eazel-logos/throbber/012.png: * eazel-logos/throbber/013.png: * eazel-logos/throbber/014.png: * eazel-logos/throbber/015.png: * eazel-logos/throbber/rest.png: * eazel-logos/default.xml: Added a new directory with copies of all graphics with the Eazel logo in them. Next we have to make this directory actually build and install these logos. Then Non-Eazel-logo'd graphics suitable for GPL will replace the original copies and these will keep the Eazel logo versions. The directory also contains the XML file for the default theme, since we need to change the throbber frames for the logo vs. non-logo version of the throbber. * components/services/nautilus-dependent-shared/icons/Makefile.am: * components/services/nautilus-dependent-shared/icons/eazel-cloud-logo.png: * components/services/nautilus-dependent-shared/icons/eazel-services-logo.png: * components/services/nautilus-dependent-shared/icons/service-summary-logo-top.png: * components/services/nautilus-dependent-shared/icons/startup-logo.png: * icons/Makefile.am: * icons/eazel-logo.gif: * icons/nautilus-logo.png: Removed unused graphics with the Eazel logo in them. There are a lot more unused graphics and someone should go through and remove them. I'm thinking of writing a script to do it. Other changes. * components/services/install/nautilus-view/.cvsignore: * components/services/vault/.cvsignore: * components/services/vault/command-line/.cvsignore: * data/top/.cvsignore: Re-removed .cvsignore files for empty directories. * THANKS: Corrected one email address. * check-THANKS.pl: Updated for the latest ChangeLog typos.
* reviewed by: Darin Adler <darin@eazel.com>John Sullivan2001-02-274-31/+43
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 7068 (Icon View lags behind changes to Icon Captions window) The correct behavior depended on the order in which preferences callbacks were processed, which is not something upon which one should rely. * src/file-manager/fm-icon-text-window.h: * src/file-manager/fm-icon-text-window.c: (icon_captions_changed_callback): Removed this function. (fm_get_text_attribute_names_preference): Changed name from fm_get_text_attribute_names_preference_or_default; now reads preference as well as returning latest well-formed version of preference (formerly the preference-reading code and preference-returning code were separated, with tragic consequences). (synch_menus_with_preference): Updated for name change. * src/file-manager/fm-icon-view.c: (fm_icon_view_get_icon_text_attribute_names): Updated for name change.
* reviewed by: Darin Adler <darin@eazel.com>Eric Fischer2001-02-272-2/+10
| | | | | | | | | | 2001-02-27 Eric Fischer <eric@eazel.com> reviewed by: Darin Adler <darin@eazel.com> * nautilus.spec.in: Fix mozilla dependency to want version >= 0.7 instead of exactly 0.7.
* Updated Greek translationSimos Xenitellis2001-02-272-341/+478
|
* Updated Swedish translation.Christian Rose2001-02-272-24/+28
|
* Update of Hungarian translation by emese.Szabolcs Ban2001-02-272-21/+34
| | | | | | 2001-02-27 Szabolcs Ban <shooby@gnome.hu> * hu.po: Update of Hungarian translation by emese.
* reviewed by: Seth Nickell <snickell@stanford.edu>Ramiro Estrugo2001-02-274-8/+24
| | | | | | | | | | | | | | Fix bug 7012 - Space underneath some text lines shrunk. This was an unfortunate regression due to smooth text rendering optimizations. * libnautilus-extensions/nautilus-icon-canvas-item.c: (draw_or_measure_label_text_aa): Restore the 2 pixel line spacing in icon text. * src/nautilus-sidebar-title.c: (nautilus_sidebar_title_initialize): Add a 2 pixel line spacing offset between label widgets in the sidebar title.
* reviewed by: Maciej Stachowiak <mjs@eazel.com>Ramiro Estrugo2001-02-277-260/+899
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug 7001 - CRITICAL received when dragging icons to sidebar icon. The problem was that the NautilusLabel text with a drop shadow offset (such that 2 labels draw) was being clipped as one single text layout. So, some parts of the code assumed that the whole content area (the union of the 2 text layouts) was available for drawing and thus bad dimenstions were fed to the smooth text layout drawing functsions. * libnautilus-extensions/nautilus-smooth-text-layout.h: * libnautilus-extensions/nautilus-smooth-text-layout.c: (nautilus_smooth_text_layout_draw_to_pixbuf), (nautilus_smooth_text_layout_draw_to_pixbuf_shadow): New function to draw the layout text with a shadow. * libnautilus-extensions/nautilus-label.c: (nautilus_label_size_request), (label_paint_pixbuf_callback): Pass in the dirty area instead of the event. Do this to make it clear that the only thing we care about in this function is the dirty area and no other event attributes. change that I happened to make while fixing the bug. (label_composite_text_callback) (label_composite_text_and_shadow_callback): Factor out the code to draw text and "text and shadow" into 2 callbacks. (label_composite_text_callback_cached): Factor out the code to draw the cached label (for the solid background case) (label_paint) (paint_label_smooth): Split up the expose event code into 2 pieces to make it easier to grok. (nautilus_label_expose_event): Split out the code from here into two functions. (label_get_text_dimensions): Return only the text dimensions without the drop shadow text offset. (label_get_text_bounds): Return the bounds only for the text. (label_get_content_dimensions): New function to get the full content dimension. (label_get_content_bounds): New function to get the content bounds; the content bounds is the union of the text and drop shadow text bounds.
* reviewed by: Ramiro Estrugo <ramiro@eazel.com>Dan Mueth2001-02-272-3/+12
| | | | | | | | | | | 2001-02-27 Dan Mueth <dan@eazel.com> reviewed by: Ramiro Estrugo <ramiro@eazel.com> Bug #6908: Activating ScrollKeeper dependency and update of database upon installation * nautilus.spec.in:
* Fix fix fixMatthias Warkus2001-02-272-13/+17
|
* Updated Slovak translationStano Visnovsky2001-02-272-408/+873
|
* reviewed by: Maciej Stachowiak <mjs@eazel.com>Dan Mueth2001-02-272-3/+13
| | | | | | | | | | | | 001-02-27 Dan Mueth <dan@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> Purpose: fix tinderbox death Commenting out scrollkeeper stuff until we get scrollkeeper > 0.1.0 on tinderbox. * nautilus.spec.in:
* reviewed by: Rebecca Schulman <rebecka@eazel.com>Maciej Stachowiak2001-02-276-10/+26
| | | | | | | | | | | | | | Fix bug 7051 (Login dialog mis-capitalizes "Services") * components/services/summary/nautilus-summary-dialogs.c (nautilus_summary_show_login_dialog): Change "Eazel services" to "Eazel Services". * components/services/trilobite/helper/eazel-helper.c: * configure.in: * nautilus-installer/src/installer.c: (eazel_installer_setup_texts), (eazel_install_get_depends): * nautilus.spec.in: Fixed other references I found to "Eazel services" by grepping,
* reviewed by: Eskil Olsen <eskil@eazel.com>Mike Fleming2001-02-274-125/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-27 Mike Fleming <mfleming@eazel.com> reviewed by: Eskil Olsen <eskil@eazel.com> Bug 7008: Navigation to anchors inside a document opened through gnome-vfs does not work. Fixed by manually navigating to anchors inside those documents. Note that this means anchor links only work inside the same document; external anchor links to gnome-vfs pages still do not work. * components/mozilla/mozilla-events.cpp: * components/mozilla/mozilla-events.h: * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_dom_mouse_click_callback) 2001-02-26 Mike Fleming <mfleming@eazel.com> reviewed by: Ramiro Estrugo <ramiro@eazel.com> Bug 6958: Calling gtk_moz_embed_open_stream before control has realized will eventually cause crash, so all opens are postponed until after the stream has realized. Also changed "reload" code to eliminate case where the component and mozilla could get out of sync * components/mozilla/nautilus-mozilla-content-view.c: (nautilus_mozilla_content_view_initialize), (mozilla_realize_callback), (mozilla_dom_mouse_click_callback), (vfs_open_callback), (navigate_mozilla_to_nautilus_uri):
* upped version to 0.8.3 for developmentRobin Slomkowski2001-02-272-1/+5
|
* upped version to 0.8.2 for releaseNAUTILUS_0_8_2Robin Slomkowski2001-02-272-1/+5
| | | | * configure.in: upped version to 0.8.2 for release
* reviewed by: Gene Z. Ragan <gzr@eazel.com>John Harper2001-02-2711-4/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-26 John Harper <jsh@eazel.com> reviewed by: Gene Z. Ragan <gzr@eazel.com> Fixed bug 7073 (Alt-vs-Control, Sawfish-vs-Nautilus, arrow key bindings problems.) - I also changed sawfish to use control by default again. * libnautilus-extensions/nautilus-list.c (nautilus_list_keyboard_move_to, nautilus_list_keyboard_space): changed GDK_CONTROL_MASK to GDK_MOD1_MASK to be consistent with the icon container 2001-02-26 John Harper <jsh@eazel.com> * components/services/install/nautilus-view/.cvsignore: * components/services/vault/.cvsignore: * components/services/vault/command-line/.cvsignore: * data/top/.cvsignore: * help/nautilus-quick-reference/C/.cvsignore: * help/nautilus-user-manual/C/.cvsignore: * help/nautilus-user-manual/es/.cvsignore: * helper-utilities/xml-migrate/.cvsignore: Added and updated .cvsignore files to shut up cvs update