summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added queuing for` digest requests, so we can control the number ofpost-1_0_7Andy Hertzfeld2001-03-227-50/+147
| | | | | | | | | | | | | | | | | added queuing for` digest requests, so we can control the number of simultaneous requests, so we don't choke in large directories. also, removed some debug statements and clean-up * libnautilus-extensions/nautilus-annotation.c: (digest_file_completed), (digest_file_failed), (calculate_file_digest), (process_digest_requests), (queue_file_digest_request), (got_annotations_callback), (nautilus_annotation_get_annotation): * libnautilus-extensions/nautilus-canvas-note-item.c: (nautilus_canvas_note_item_set_note_text), (get_display_text): * libnautilus-extensions/nautilus-icon-canvas-item.c: (create_annotation):
* made the annotations layout for multiple lines, for both the anti-aliasedAndy Hertzfeld2001-03-215-40/+105
| | | | | | | | | | | * libnautilus-extensions/nautilus-canvas-note-item.c: (draw_item_aa_text), (nautilus_canvas_note_item_draw): made the annotations layout for multiple lines, for both the anti-aliased and non-aa cases. * libnautilus-extensions/nautilus-file.c: (prepend_automatic_emblem_names): removed debug statement
* made annotation size itself to the text parse xml based annotationsAndy Hertzfeld2001-03-207-64/+161
| | | | | made annotation size itself to the text parse xml based annotations correctly
* made it draw annotation text in aa mode; made it parse non-emblemAndy Hertzfeld2001-03-204-6/+231
| | | | | made it draw annotation text in aa mode; made it parse non-emblem annotations
* made it support intrinsic property emblems as well as keywordsAndy Hertzfeld2001-03-193-1/+13
| | | | | | | | | | * src/file-manager/fm-icon-view.c: (get_icon_annotation_callback): made it support intrinsic property emblems as well as keywords * src/nautilus-property-browser.c: (nautilus_property_browser_update_contents): added margin to property browser like Arlo wants; this didn't quite make it into 1.0; I will also check this into 1.0.2
* restructured annotation; made annotation for emblems work; started onAndy Hertzfeld2001-03-1921-12/+2148
| | | | | restructured annotation; made annotation for emblems work; started on annotation canvas item, based on rect item
* added preferences to control annotation fetching and displayAndy Hertzfeld2001-03-159-12/+170
| | | | | | | | | | | | | | | | | | | | added preferences to control annotation fetching and display * libnautilus-extensions/nautilus-annotation.c: (digest_file_close_callback), (read_file_open_callback), (calculate_file_digest), (got_annotations_callback), (get_annotation_from_server), (nautilus_annotation_get_annotation), (nautilus_annotation_has_annotation): * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_install_descriptions), (global_preferences_install_defaults), (global_preferences_create_dialog): * libnautilus-extensions/nautilus-global-preferences.h: * libnautilus-extensions/nautilus-icon-container.c: (destroy), (nautilus_icon_container_initialize), (update_label_color), (nautilus_icon_container_annotation_changed):
* fixed bug that would crash if the downloaded xml was not parsable; also,Andy Hertzfeld2001-03-134-27/+79
| | | | | | | | | | | | | | * components/rss-control/nautilus-rss-control.c: (nautilus_rss_control_initialize), (extract_items), (rss_read_done_callback): fixed bug that would crash if the downloaded xml was not parsable; also, added support for rss files that keep their payload in the channel object instead of the root object (Wired, Salon, etc). * libnautilus-extensions/nautilus-annotation.c: (add_annotations_to_file), (got_annotations_callback), (nautilus_annotation_get_annotation): fiddled with some debugging stuff for annotations.
* merged to create post-1_0_7 branchAndy Hertzfeld2001-03-12241-339/+41967
| | | | merged to create post-1_0_7 branch
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-03-086-20/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix another part of bug 7494 (History sidebar component spews assertions when closing nautilus window [and sometimes crashes]): * libnautilus/nautilus-idle-queue.c: (execute_queued_functions): Change logic so that queued functions no longer execute once the caller destroys the queue. Fix bug 7564 (opening and quickly closing window in list view leads to core dump): * src/file-manager/fm-directory-view.c: (fm_directory_view_destroy): Remove code to empty lists now that stop handles that. (load_error_callback): Added a FIXME about the fact that we throw away some pending files on an error. (fm_directory_view_stop): Don't display pending files any more. This is a problem when trying to destroy, and also the old code displayed only one "batch" of pending files, so it wasn't really making sure all the files were displayed anyway. If we re-add the code to display pending files here, we'll have to make sure it doesn't do this for the destroy case. * src/file-manager/fm-list-view.c: Added FIXME asking why the "add 100 items at a time" logic is only needed for list view, and not for icon view. If both kinds of views had it, it could be done more simply at the FMDirectoryView level. * libnautilus-extensions/nautilus-icon-factory.c: (nautilus_get_icon_size_for_zoom_level): Fix this code so that it doesn't do a core dump if it gets a bad size. This is not the cause of the problem, but it's good to fix this too, because a core dump is overreacting to a bad parameter.
* reviewed by: Darin Adler <darin@eazel.com>Maciej Stachowiak2001-03-082-1/+12
| | | | | | | * nautilus-installer/src/installer.c (start_logging): After creating log file and verifying safety (to avoid /tmp races), make it world-readable to fix bug 7544 (eazel-install.log created with read-only perms for root).
* added Korean quick referenceNam SungHyun2001-03-082-1/+2
|
* Korean quick reference from Young-Ho, Cha <ganadist@chollian.net>Nam SungHyun2001-03-0817-0/+710
|
* removed typo and sync to 1.0.1Nam SungHyun2001-03-081-8/+3
|
* Updated Hungarian translationSzabolcs Ban2001-03-082-427/+457
|
* Updated French translation.Christophe Merlet2001-03-082-1112/+260
|
* reviewed by: Pavel Cisler <pavel@eazel.com>Dan Mueth2001-03-086-188/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-08 Dan Mueth <dan@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> Updated required version of ScrollKeeper to 0.1.4 * configure.in: Added Vera's new version of Nautilus Quick Reference doc text. - Updated info on fast searching - layout improvements Bug #: 7532,7439 * help/nautilus-quick-reference/C/index.html: Added Vera's Nautilus 1.0 Release Notes document. Bug #: 6257, 5825 * help/nautilus-release-notes/C/nautilus-release-notes.sgml: Adding Vera's new version of Nautilus User Manual text. - Remove mention of RPM view since it isn't in this release Bug #: 7442 * help/nautilus-user-manual/C/nautilus-user-manual.sgml:
* reviewed by: Maciej Stachowiak <mjs@eazel.com>John Harper2001-03-082-3/+14
| | | | | | | | | | | | | 2001-03-07 John Harper <jsh@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> Fixed bug 7511 (Nautilus sometimes uses wrong home directory after going through druid): * src/nautilus-first-time-druid.c (druid_finished): move the call to set the user level preference to before the call that asks for the user's home URI
* reviewed by: John Sullivan <sullivan@eazel.com>Ramiro Estrugo2001-03-087-3/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bugs: 7349 - Sidebar tabs no longer display in a bold font 7477 - Sidebar tab labels don't update to new font when font is changed 7492 - Font style regression on Sidebar title * libnautilus-extensions/nautilus-global-preferences.h: * libnautilus-extensions/nautilus-global-preferences.c: (nautilus_global_preferences_get_smooth_font): Add documentation to clarify the fact that the result needs to be unrefed. (nautilus_global_preferences_get_smooth_bold_font): New function that returns a bold version of the user's preferred font. * src/nautilus-sidebar-tabs.c: (nautilus_sidebar_tabs_load_theme_data): Use the user's bold preffered font instead of the default font. (bug 7349) (smooth_font_changed_callback), (nautilus_sidebar_tabs_initialize), (nautilus_sidebar_tabs_destroy): Listen for changes in the user's preferred font and update the tabs accordingly (bug 7477) * src/nautilus-sidebar-title.c: (smooth_font_changed_callback): Use the user's bold preferred font instead of the plain one. Also unref the font when done to plug a tiny leak. (bug 7492)
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-03-083-14/+75
| | | | | | | | | | | | | | | | | | | | | | Fix bug 7494 (History sidebar component spews assertions when closing nautilus window (and sometimes crashes)): * components/history/nautilus-history-view.c: (update_history): Don't try to update the history list widget if it's already destroyed. Also handle the case where it's destroyed by an unref call coming in through CORBA inside the nautilus_bookmark_new function. This is a larger design problem, but this handles the case that's actually occurring. (nautilus_history_view_initialize): Ref the history list widget. (nautilus_history_view_destroy): Set the "destroyed" boolean if someone has connected one. Unref the history list widget. Also, don't bother clearing it since it is going to be destroyed anyway. Fix bug 7514 (Intel/AMD branding on Hardware View CPU picture is not something we're authorized to use): * components/hardware/icons/cpu.png: Updated with new image from Arlo.
* reviewed by: Pavel Cisler <pavel@eazel.com>John Harper2001-03-082-7/+16
| | | | | | | | | | | | 2001-03-07 John Harper <jsh@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> Fixed bug 7479 (Text for Intro Panel must be updated for 1.0): * src/nautilus-first-time-druid.c (nautilus_first_time_druid_show): updated the text on the first page
* reviewed by: Darin Adler <darin@eazel.com>Maciej Stachowiak2001-03-072-4/+13
| | | | | | | | | reviewed by: Darin Adler <darin@eazel.com> * components/services/summary/nautilus-summary-view.c: (update_header), (generate_eazel_news_entry_row): Update title from services page and remove date stamp and icon per marketing requirements (bug 7476).
* reviewed by: Pavel Cisler <pavel@eazel.com>John Harper2001-03-072-11/+61
| | | | | | | | | | | | | | | | | | | | | | | | 2001-03-07 John Harper <jsh@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> Fixed bug 7472 (Nautilus behavior after leaving first run druid): * src/nautilus-first-time-druid.c (http_is_known_to_work): new global variable - only ever set true if we know for sure that http connections will work (finished_label, update_finished_label, nautilus_first_time_druid_show): since we only launch the services window when http requests are known to work, make the text in the `Finished' page be conditional on that (next_update_page_callback, download_callback): call update finished_label (download_callback): set http_is_known_to_work to true if the connection succeeded
* reviewed by: Maciej Stachowiak <mjs@eazel.com>Ian McKellar2001-03-072-1/+20
| | | | | | | * components/services/install-view/nautilus-service-install-view.c: (nautilus_install_service_add_menu_launchers): Fix bug 7429 - don't try to print the menu path if one does not exist.
* Use 'Loser' instead of "Loser", since gnome-xml (I think the problem isDarin Adler2001-03-072-8/+17
| | | | | | | | | * fr.po: Use 'Loser' instead of "Loser", since gnome-xml (I think the problem is gnome-xml) can't handle parsing a string with an entity-escaped quote in it, even if the quote is entity-escaped. We can only change this back once OAF has been updated to require a new gnome-xml and we have beep updated to require a new OAF.
* Fixed recently-changed da.po (checked in without a ChangeLog entry) to getDarin Adler2001-03-072-10/+12
| | | | | | | | * da.po: Fixed recently-changed da.po (checked in without a ChangeLog entry) to get rid of entries where the original text does not end with "\n", but the translated text does. Apparently, the gettext framework does not allow this kind of translation, even though I can see why it could be desirable.
* updateKenneth Christiansen2001-03-071-124/+119
|
* updateKenneth Christiansen2001-03-071-1965/+1527
|
* Updated French translation.Christophe Merlet2001-03-072-1270/+1465
|
* updated frenh translation. still a long way to go before it is finished.Mathieu Lacage2001-03-072-362/+290
| | | | | | | 2001-03-08 Mathieu Lacage <mathieu@gnu.org> * fr.po: updated frenh translation. still a long way to go before it is finished.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-03-072-890/+1043
| | | | | | 2001-03-07 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Ramiro Estrugo <ramiro@eazel.com> said without this patch life as we knowGeorge Lebl2001-03-073-2/+12
| | | | | | | | | | | | Wed Mar 07 00:35:04 2001 George Lebl <jirka@5z.com> Ramiro Estrugo <ramiro@eazel.com> said without this patch life as we know it will cease to exist. * libnautilus-extensions/nautilus-preferences-box.c (category_list_select_row_callback): When getting the category name, get it out of the correct row. Fixes #7482
* reviewed by: reviewed by: Darin Adler <darin@eazel.com>Ramiro Estrugo2001-03-078-1/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround hack for the following bugs: 7352 - Theme selector description labels missing in ja_JP locale. 7354 - First time druid title doesnt properly display in the ja_JP locale. * libnautilus-extensions/nautilus-gdk-font-extensions.c: (nautilus_gdk_font_get_italic), (nautilus_gdk_font_get_bold), (nautilus_gdk_font_get_larger), (nautilus_gdk_font_get_largest_fitting): For multibyte locales, always return the source font. This is a workaround for bug 7350. We will fix 7350 properly in 1.2. * libnautilus-extensions/nautilus-glib-extensions.h: * libnautilus-extensions/nautilus-glib-extensions.c: (nautilus_dumb_down_for_multi_byte_locale_hack): New function to determine if we need to dumb down some things for multi byte locales. Currently this is only limited to bold text and possible larger text in the sidebar, first time wizard and theme selector. * src/nautilus-first-time-druid.c: (new_title_label): For multibyte locales, dont force the label to be smooth so that it works in more systems.
* reviewed by: John Sullivan <sullivan@eazel.com>Ramiro Estrugo2001-03-073-20/+46
| | | | | | | | | | | | | | Fix bug 7400 - Assertions in NON smooth font picker, and font doesn't change. * libnautilus-extensions/nautilus-preferences-item.c: (preferences_item_create_font_family), (font_family_item_changed_callback): Replace text_item_changed_callback with font_family_item_changed_callback and have the new callback deal with the string picker properly. Im not sure where text_item_changed_callback came from, but it was assuming that the target was a NautilusCaption and not a NautilusStringPicker.
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-03-073-56/+48
| | | | | | | | | | | | | | | Fix bug 7475 (No applications are offered in sidebar for local files): * libnautilus-extensions/nautilus-mime-actions.c: (application_supports_uri_scheme_strcmp_style): Renamed function so it's more clear how it relates to the existing one and share code with the existing one, because that one handles the "file" special case (and this one needs to). (nautilus_mime_has_any_applications_for_file): Change to use function by new name. (application_supports_uri_scheme): Use case-insensitive comparisons since URI schemes are case insensitive.
* Merged change from `nautilus-1' branch:John Harper2001-03-073-12/+42
| | | | | | | | | | | | | | | | | | 2001-03-06 John Harper <jsh@eazel.com> Merged change from `nautilus-1' branch: reviewed by: Pavel Cisler <pavel@eazel.com> Fix 7455 (Intermittent crash when opening trash folder): * libnautilus-extensions/nautilus-trash-file.c: (trash_callback_check_done), (trash_file_call_when_ready): Added an "initializing" field to TrashCallback object. This is set while connecting the call_when_ready callbacks in trash_file_call_when_ready (). trash_callback_check_done () checks this flag and only succeeds when it's false.
* reviewed by: Robin * Slomkowski <rslomkow@eazel.com>Eric Fischer2001-03-074-4/+20
| | | | | | | | | | | | | | | | 2001-03-06 Eric Fischer <eric@eazel.com> reviewed by: Robin * Slomkowski <rslomkow@eazel.com> * nautilus-installer.spec.in: Also include uncompressed, unstripped eazel-installer. * nautilus-installer/src/Makefile.am: Install uncompressed, unstripped eazel-installer rather than discarding it. * nautilus-installer/src/create-eazel-installer.sh: Only strip the copy of the installer that is to be compressed.
* reviewed by: John Harper <jsh@eazel.com>Pavel Cisler2001-03-073-0/+26
| | | | | | | | | | | | 2001-03-06 Pavel Cisler <pavel@eazel.com> reviewed by: John Harper <jsh@eazel.com> Fix 7471 (Crash when drag selecting) * libnautilus-extensions/nautilus-icon-container.c: (rubberband_timeout_callback): Make the selection rectangle never be less than 1 pixel high and 1 pixel wide. This fixes the crash and looks better.
* reviewed by: Robey Pointer <robey@eazel.com>Eskil Heyn Olsen2001-03-071-6/+8
| | | | | | | | | | | | | 2001-03-06 Eskil Heyn Olsen <eskil@eazel.com> reviewed by: Robey Pointer <robey@eazel.com> Fixes 7215 (in the HEAD) * components/services/install/lib/eazel-install-logic2.c: (prune_failed_packages_helper): Fixed a logic error from yesterday (doh, need rest) that would cause unwanted pruning of packages. I should be spanked.
* Note that we now use gnome-vfs HEAD, not a branch any more.Darin Adler2001-03-072-1/+6
| | | | | * README: Note that we now use gnome-vfs HEAD, not a branch any more.
* reviewed by: Robey Pointer <robey@eazel.com>Eskil Heyn Olsen2001-03-072-4/+16
| | | | | | | | | | | 2001-03-06 Eskil Heyn Olsen <eskil@eazel.com> reviewed by: Robey Pointer <robey@eazel.com> * components/services/install/lib/eazel-install-logic2.c: (prune_failed_packages_helper): Fixed a logic error from yesterday (doh, need rest) that would cause unwanted pruning of packages. I should be spanked.
* Updated Spanish TranslationPablo Gonzalo del Campo2001-03-062-435/+363
| | | | | | 2001-03-06 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish Translation
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-03-063-40/+67
| | | | | | | | | | | | | | Fixed bug 7328 (info pages no longer work): * components/help/converters/gnome-info2html2/main.c: (main): Fixed broken logic for handling both bzip and gzip. Fixed case when you change "View As" before the view change is complete. * src/nautilus-window-manage-views.c: (nautilus_window_set_content_view): Stop the view change if you make a change with the "View As" menu.
* Darin <darin@eazel.com> said that while this patch causes fungal growthGeorge Lebl2001-03-068-32/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | Tue Mar 06 12:24:24 2001 George Lebl <jirka@5z.com> Darin <darin@eazel.com> said that while this patch causes fungal growth between the toes, it is ok to apply. * components/tree/nautilus-tree-view-dnd.c (do_get_data) (nautilus_tree_view_drag_drop) (nautilus_tree_view_ensure_drag_data) libnautilus-extensions/nautilus-icon-dnd.c (do_get_data) (nautilus_icon_container_ensure_drag_data) (drag_drop_callback) libnautilus-extensions/nautilus-list.c (do_get_data) (nautilus_list_ensure_drag_data) (nautilus_list_drag_drop): When doing gtk_drag_get_data, first find a target we support rather then just grabbing the first one. We need to make a target list and do some gtk voodoo. At some later date, this should be more generalized and stuffed somewhere in libnautilus-extentions. Fixes #7312 * libnautilus-extensions/nautilus-file-operations.c (parse_previous_duplicate_name): s/strdup/g_strdup/ as the string will be later g_free'd Fixes #7440
* reviewed by: Christian Meyer <chrisime@gnome.org>Eric Fischer2001-03-068-7/+23
| | | | | | | | | | | | | | | | | | 2001-03-06 Eric Fischer <eric@eazel.com> reviewed by: Christian Meyer <chrisime@gnome.org> (Bug 7315. Thanks to Christian Meyer for tracking down places where this needed to be fixed.) * components/help/converters/gnome-db2html2/Makefile.am: * components/help/converters/gnome-info2html2/Makefile.am: * cut-n-paste-code/widgets/e-paned/Makefile.am: * cut-n-paste-code/widgets/gimphwrapbox/Makefile.am: * cut-n-paste-code/widgets/nautilusclist/Makefile.am: * libnautilus-extensions/Makefile.am: In all of these, change GNOME_CFLAGS to GNOMEUI_CFLAGS so that they get the correct #include path for the GTK headers.
* reviewed by: Darin Adler <darin@eazel.com>Mike Engber2001-03-0615-334/+196
| | | | | | | | | | | | | | | | | | | | | | reviewed by: Darin Adler <darin@eazel.com> * libnautilus-extensions/nautilus-bonobo-extensions.h: Added NAUTILUS_BONOBO_X_BOILERPLATE. * libnautilus-extensions/nautilus-directory-metafile-monitor.c: (nautilus_metafile_monitor_class_init), (nautilus_metafile_monitor_init): * libnautilus-extensions/nautilus-directory-metafile-monitor.h: * libnautilus-extensions/nautilus-metafile-factory.c: (nautilus_metafile_factory_class_init), (nautilus_metafile_factory_init): * libnautilus-extensions/nautilus-metafile-factory.h: * libnautilus-extensions/nautilus-metafile.c: (nautilus_metafile_class_init), (nautilus_metafile_init): * libnautilus-extensions/nautilus-metafile.h: Switched NautilusMetafile, MetafileMonitor, and Metafile factory to be based on BonoboXObject - this causes our corba object to get freed properly - bug 7335.
* reviewed by: John Sullivan <sullivan@eazel.com>NAUTILUS_1_ANCHORDarin Adler2001-03-062-49/+76
| | | | | | | | | | | | | | | | | Fixed bug 7435 (text view spews complaints whenever a text view is destroyed): * components/text/nautilus-text-view.c: (nautilus_text_view_initialize): Ref the widget that gets text so that we can notice if it's destroyed. (detach_file): Get rid of unneeded NULL check. (nautilus_text_view_destroy): Unref the widget. (file_read_callback): Don't insert any text if the widget is already destroyed. The widget can be destroyed before the NautilusView object is. (handle_service_menu_item): Add FIXME about sync. I/O. (nautilus_text_view_set_font): Add FIXME about strange font handling.
* reviewed by: Maciej Stachowiak <mjs@eazel.com>Dan Mueth2001-03-0634-23/+1135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-06 Dan Mueth <dan@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> Updating data file which determines which documents appear in the "Introductory Documents" section of the help sidebar. It now includes all locales of each doc. Bug#: 7267 * components/help/topleveldocs.xml: Fixing font problem for titles. Bug#: 7210 * help/nautilus-quick-reference/es/index.html: * help/nautilus-quick-reference/no/index.html: Fixing screenshots in Swedish version of Nautilus Quick Reference. Now the links aren't broken at least. They still aren't localized though. Bug#: 7422 * help/nautilus-quick-reference/sv/Makefile.am: * help/nautilus-quick-reference/sv/figures/colors_small.png: * help/nautilus-quick-reference/sv/figures/emblems.png: * help/nautilus-quick-reference/sv/figures/emblems_small.png: * help/nautilus-quick-reference/sv/figures/ff_small.png: * help/nautilus-quick-reference/sv/figures/find.png: * help/nautilus-quick-reference/sv/figures/find_small.png: * help/nautilus-quick-reference/sv/figures/full.png: * help/nautilus-quick-reference/sv/figures/full_small.png: * help/nautilus-quick-reference/sv/figures/locbar.png: * help/nautilus-quick-reference/sv/figures/locbar_small.png: * help/nautilus-quick-reference/sv/figures/menubar.png: * help/nautilus-quick-reference/sv/figures/menubar_small.png: * help/nautilus-quick-reference/sv/figures/music.png: * help/nautilus-quick-reference/sv/figures/music_small.png: * help/nautilus-quick-reference/sv/figures/navbar.png: * help/nautilus-quick-reference/sv/figures/navbar_small.png: * help/nautilus-quick-reference/sv/figures/patterns.png: * help/nautilus-quick-reference/sv/figures/sidebar.png: * help/nautilus-quick-reference/sv/figures/sidebar_small.png: * help/nautilus-quick-reference/sv/figures/themes.png: * help/nautilus-quick-reference/sv/figures/themes_small.png: * help/nautilus-quick-reference/sv/figures/viewmenu.png: --- end of what mjs reviewed Fixing these screenshots so they render correctly in some browsers. Replacing a screenshot in a doc with another can't break Nautilus :) Bug#: 7434 * help/nautilus-quick-reference/C/figures/music.png: * help/nautilus-quick-reference/C/figures/navbar.png: * help/nautilus-quick-reference/C/figures/softcat.png: * help/nautilus-quick-reference/C/figures/storage.png: Change one line of a doc to make it more correct. Again, there is no way this can break anything, so I'm taking responsibility for this. * help/nautilus-quick-reference/sv/index.html:
* RPM view also has to be removed from the RPM spec file.Darin Adler2001-03-062-3/+6
| | | | | * nautilus.spec.in: RPM view also has to be removed from the RPM spec file.
* updated to 1.0 by Young-Ho, Cha <ganadist@chollian.net>Nam SungHyun2001-03-0619-183/+333
|