summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from HEAD:Ramiro Estrugo2001-03-087-3/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-07 Ramiro Estrugo <ramiro@eazel.com> reviewed by: John Sullivan <sullivan@eazel.com> 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: Robey Pointer <robey@eazel.com>Eskil Olsen2001-03-082-7/+23
| | | | | | | | | | | | | | | 2001-03-07 Eskil Olsen <eskil@eazel.com> reviewed by: Robey Pointer <robey@eazel.com> Merge from HEAD * components/services/install/lib/eazel-install-logic2.c: (prune_failed_packages_helper): This is a mixture of a patch that should not have been in head, and one that should have been in HEAD. All very confusing, but Robey and I agree that this is how it should be... (and it's what works/makes sense for the user)
* Checked in this file that I somehow missed earlier.Darin Adler2001-03-082-32/+73
|
* Merge from HEAD:John Harper2001-03-082-3/+18
| | | | | | | | | | | | | | | | | 2001-03-07 John Harper <jsh@eazel.com> Merge from HEAD: 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
* Merge from HEAD:John Harper2001-03-082-7/+20
| | | | | | | | | | | | | | | | 2001-03-07 John Harper <jsh@eazel.com> Merge from HEAD: 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
* Merge from HEAD:Darin Adler2001-03-084-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-07 Darin Adler <darin@eazel.com> reviewed by: John Sullivan <sullivan@eazel.com> 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. 2001-03-07 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
* Merge from HEAD:Ian McKellar2001-03-082-1/+24
| | | | | | | | | | | 2001-03-06 Ian McKellar <ian@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> * 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.
* Merge from HEAD:Maciej Stachowiak2001-03-082-4/+17
| | | | | | | | | | | 2001-03-07 Maciej Stachowiak <mjs@eazel.com> 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).
* Merge from HEAD:John Harper2001-03-072-11/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-07 John Harper <jsh@eazel.com> Merge from HEAD: 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
* Merge from HEAD:Darin Adler2001-03-073-62/+52
| | | | | | | | | | | | | | | | | | | 2001-03-06 Darin Adler <darin@eazel.com> reviewed by: John Sullivan <sullivan@eazel.com> 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.
* Update someKjartan Maraas2001-03-071-2146/+3568
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-03-072-882/+1055
| | | | | | 2001-03-07 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Merge from HEAD:Ramiro Estrugo2001-03-078-1/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-06 Ramiro Estrugo <ramiro@eazel.com> reviewed by: Darin Adler <darin@eazel.com> 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.
* Merge from HEAD:Ramiro Estrugo2001-03-073-20/+50
| | | | | | | | | | | | | | | | | | 2001-03-06 Ramiro Estrugo <ramiro@eazel.com> reviewed by: John Sullivan <sullivan@eazel.com> 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.
* Merge from HEAD:John Sullivan2001-03-0716-373/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============================================================== From 2001-03-06 Darin Adler <darin@eazel.com> 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. ============================================================== From 2001-03-06 Michael Engber <engber@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. ==============================================================
* Merge from HEAD:Pavel Cisler2001-03-073-0/+26
| | | | | | | | | | | | 2001-03-06 Pavel Cisler <pavel@eazel.com> Merge from HEAD: 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: Darin Adler <darin@eazel.com>John Harper2001-03-073-12/+39
| | | | | | | | | | | | | | | 2001-03-06 John Harper <jsh@eazel.com> reviewed by: Darin Adler <darin@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.
* Updated to refer to gnome-vfs-1-0 branch.Darin Adler2001-03-072-1/+5
| | | | * README: Updated to refer to gnome-vfs-1-0 branch.
* reviewed by: Christian Meyer <chrisime@gnome.org>Eric Fischer2001-03-069-219/+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: 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
|
* Updated Swedish translation.Christian Rose2001-03-062-248/+201
|
* Update of Hungarian translation by emese <emese@gnome.hu>Szabolcs Ban2001-03-062-373/+509
|
* reviewed by: Ian McKellar <ian@eazel.com>Eskil Heyn Olsen2001-03-062-4/+7
| | | | | | | | | 2001-03-06 Eskil Heyn Olsen <eskil@eazel.com> reviewed by: Ian McKellar <ian@eazel.com> * po/POTFILES.in: Woops, forgot to remove the rpmview from potfiles.
* Use shorter distribution name.Ian McKellar2001-03-062-1/+8
| | | | | | * components/services/inventory/eazel-inventory-collect-software.c: (eazel_inventory_collect_software): Use shorter distribution name.
* reviewed by: Maciej Stachowiak <mjs@eazel.com> who isn't even here orIan McKellar2001-03-062-0/+11
| | | | | | | | online... * components/services/inventory/eazel-inventory-utils.c: (eazel_create_configuration_metafile): Disable hardware inventory collection for 1.0. This fixes bug 7305.
* Ian McKellar <ian@eazel.com> said this patch will end global hunger andGeorge Lebl2001-03-063-64/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Mar 05 20:57:14 2001 George Lebl <jirka@5z.com> Ian McKellar <ian@eazel.com> said this patch will end global hunger and bring about world peace. * components/help/hyperbola-filefmt.c (fmt_toplevel_add_doc): g_strdup and not strdup if we're going to g_free. Fixes #7414 * components/help/hyperbola-filefmt.c (locale_score) (is_new_locale_better) (fmt_toplevel_parse_xml_tree) (fmt_toplevel_populate_tree) (get_path_from_node): When looking at the toplevels documents XML tree, score different paths for a document according to the position of the locale in the language list that was gotten from gnome_i18n_get_language_list. fmt_toplevel_parse_xml_tree now returns TRUE/FALSE for better detection of unparsable files then before. Also check if the file exists and is readable before adding it to the tree. Fixes #7311, #7314 * components/help/converters/gnome-info2html2/main.c (main): the "bz" integer is only used when HAVE_LIBBZ2 is on, and it's not for me, so put it into the HAVE_LIBBZ2 define protected code. Fixes #7417
* reviewed by: Mike Fleming <mfleming@eazel.com> who almost feels bad aboutEskil Olsen2001-03-062-2/+15
| | | | | | | | | | | | 2001-03-05 Eskil Olsen <eskil@eazel.com> reviewed by: Mike Fleming <mfleming@eazel.com> who almost feels bad about it... "Fixes" bug 7413 * components/Makefile.am: Removed the rpmview from build.
* Flipped the meaning of the third argument.Eskil Olsen2001-03-064-37/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-05 Eskil Olsen <set EMAIL_ADDRESS environment variable> * components/rpmview/nautilus-rpm-view-install.c: (get_detailed_errors), Flipped the meaning of the third argument. (nautilus_rpm_view_install_failed), s/TRUE/FALSE (nautilus_rpm_view_uninstall_failed), s/FALSE/TRUE (nautilus_rpm_view_dependency_check): use packagedata_get_readable_name instead of doing it myself. * components/services/install/lib/eazel-install-logic2.c: (prune_failed_packages_helper): Ugh, I did not traverse down down into ALREADY_INSTALLED packages, and I had flipped the change of status for suite_ids. So I added some enum logic so ALREADY_INSTALLED (hence also suite_id's) get their dependencies pruned. * components/services/install/lib/eazel-install-problem.c: (get_detailed_uninstall_messages_foreach): I committed the sin of changing an i18n string..
* Updated Swedish quick reference translation to version 1.0.0.Christian Rose2001-03-061-133/+562
|
* Updated Swedish translation.Christian Rose2001-03-062-369/+587
|
* reviewed by: Ramiro Estrugo <ramiro@eazel.com>Pavel Cisler2001-03-063-0/+60
| | | | | | | | | | | | | | 2001-03-05 Pavel Cisler <pavel@eazel.com> reviewed by: Ramiro Estrugo <ramiro@eazel.com> Fix 7404: Clicking on "Install" in Eazel services fails. * libnautilus-extensions/nautilus-font-manager.c: (gnome_vfs_init_if_needed), (nautilus_font_manager_for_each_font), (nautilus_font_manager_file_is_scalable_font): Add lazy GnomeVFS initialization because the nautilus font manager code now makes GnomeVFS calls.
* Changed LWN.net bookmark to Linux Weekly NewsBrian Frank2001-03-062-1/+7
| | | | | | | | 2001-03-05 Brian Frank <bfrank@eazel.com> * data/static_bookmarks.xml: Changed LWN.net bookmark to Linux Weekly News
* fixed bug 5640, toolbar area below throbber drawn different from theme forAndy Hertzfeld2001-03-062-14/+32
| | | | | | fixed bug 5640, toolbar area below throbber drawn different from theme for some gtk themes. Fixed by having the throbber clear its entire gdk window to the background.
* reviewed by: Robin * Slomkowski <rslomkow@eazel.com>Eric Fischer2001-03-062-0/+20
| | | | | | | | | | | 2001-03-05 Eric Fischer <eric@eazel.com> reviewed by: Robin * Slomkowski <rslomkow@eazel.com> * configure.in: Explicitly run gtk-config to get GTK's cflags, because $GNOMEUI_CFLAGS aren't enough for people who've upgraded to GTK 1.2.9. (Bug 7315)
* Complete work for 5520, that cron should be running for medusa to work.Rebecca Schulman2001-03-064-52/+96
| | | | | | | | | | | | | | | | | | 2001-03-05 Rebecca Schulman <rebecka@eazel.com> Complete work for 5520, that cron should be running for medusa to work. reviewed by: <delete if not using a buddy> * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_use_fast_search_changed_callback): Change the text to Vera's final copy. * src/nautilus-first-time-druid.c: (druid_finished), (back_update_page_callback), (set_up_medusa_page), (next_medusa_page_callback), (set_up_cron_information_page), (nautilus_first_time_druid_show): Change the text to Vera's final copies, make medusa update correctly when medusa is turned on in the first time druid
* reviewed by: John Harper <jsh@eazel.com>Maciej Stachowiak2001-03-062-1/+11
| | | | | | | | | Fix bug 7391 (The logon dialog box for services has input boxes larger that the dialog can contain) * components/services/summary/nautilus-summary-dialogs.c (nautilus_summary_show_login_dialog): Remove the line that was setting a hardcoded width.
* reviewed by: Don Melton <don@eazel.com>Eric Fischer2001-03-062-0/+9
| | | | | | | | | | 2001-03-05 Eric Fischer <eric@eazel.com> reviewed by: Don Melton <don@eazel.com> * nautilus.spec.in: Add share/pixmaps/nautilus/crux_eggplant/throbber/*png to the list of files to be put in the RPM (Bug 7383).
* Fixed bug 7402 (Fonts that don't define ` ' cause assertions and squashJohn Harper2001-03-062-8/+60
| | | | | | | | | | | | | | | | | | | | | 2001-03-05 John Harper <jsh@eazel.com> Fixed bug 7402 (Fonts that don't define ` ' cause assertions and squash words together): * librsvg/rsvg-ft.c (rsvg_ft_measure_or_render_string): force the width of the returned glyph to be at least one pixel * librsvg/rsvg-ft.c (rsvg_ft_get_glyph_cached): added extra arg `cache_ix'. Used when accessing the glyph cache. The old `glyph_ix' arg is only used when accessing the physical font (this allows a cached glyph to be created from a different physical glyph) (rsvg_ft_measure_or_render_string): if the character is a ` ' and has a glyph index but doesn't have an actual glyph definition, create one by caching the glyph for `-' as ` ' and zeroing its pixel buffer
* reviewed by: Eskil Heyn Olsen <eskil@eazel.com>Robey Pointer2001-03-062-39/+51
| | | | | | | | | | | | who said it was "most excellent" * components/services/install/lib/eazel-softcat.c: (eazel_softcat_get_info): When parsing softcat responses, check if we were doing a suite lookup even if only one package was returned. (Suites consisting of only one package were getting returned as if it was a toplevel package with both suite_id and rpm_id set.)
* Added martlet to the blacklist of font families. Fixes bug 7377.Arik Devens2001-03-063-2/+14
|
* reviewed by: Darin Adler <darin@eazel.com>John Sullivan2001-03-062-6/+60
| | | | | | | | | | | | | | Fixed bug 7363 (change to smooth font choice doesn't affect sidebar in currently open windows) * src/nautilus-sidebar-title.c: (smooth_font_changed_callback): New callback, gets the smooth font preference and tells the two NautilusLabels to use it. (nautilus_sidebar_title_initialize): Register callbacks for the anti-aliased and non-anti-aliased fonts changing. (nautilus_sidebar_title_destroy): Remove new callbacks. (update_all_cover): Renamed from smooth_graphics_mode_changed_callback since it's now used for more than just that.
* reviewed by: John Harper <jsh@eazel.com>Ramiro Estrugo2001-03-063-2/+15
| | | | | * libnautilus-extensions/nautilus-font-picker.c: More black listed fonts. Fixes bug 7384.
* removed a conflict markerJohn Harper2001-03-061-1/+0
|
* reviewed by: Ramiro Estrugo <ramiro@eazel.com>John Harper2001-03-062-22/+38
| | | | | | | | | | | | | | | | 2001-03-05 John Harper <jsh@eazel.com> reviewed by: Ramiro Estrugo <ramiro@eazel.com> Fixed bug 7380 (Nautilus crashes when I choose "Microsoft Sans Serif" font): * librsvg/rsvg-ft.c (rsvg_ft_measure_or_render_string): initialize y components of bbox. Don't call rsvg_ft_get_glyph_cached with a zero index (non-existent glyph). Use `n_glyphs' to index `glyph_xy' array instead of `i' (this is what fixes the bug - when one or more glyphs don't exist `i' points too far into the array)
* Complete most of bug 5520, that turning medusa on when cron isn't runningRebecca Schulman2001-03-0616-95/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-03 Rebecca Schulman <rebecka@eazel.com> Complete most of bug 5520, that turning medusa on when cron isn't running should tell the user this, and, if possible, how to start cron. reviewed by: Mike Engber <engber@eazel.com> * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_use_fast_search_changed_callback): Add dialog that comes up if the fast search preference is enabled in the preference dialog when cron is off. The dialog will tell the user about cron and how to turn it on on linux systems. * libnautilus-extensions/nautilus-medusa-support.c: (nautilus_medusa_add_system_state_changed_callback), (nautilus_medusa_check_cron_is_enabled): * libnautilus-extensions/nautilus-medusa-support.h: Add hack to check if cron is actually running using cron. * acconfig.h: * configure.in: Add HAVE_PROC_PROCESS_FILES, so we know whether we can check proc files for whether cron is running * src/nautilus-first-time-druid.c: (back_update_page_callback), (set_up_medusa_page), (next_medusa_page_callback), (set_up_cron_information_page), (nautilus_first_time_druid_show): Add cron interface to the first time druid that tells users how to turn on cron if necessary, as per Arlo's design. Final text still needs to be added here. * libnautilus-extensions/nautilus-mime-actions.c: (application_can_handle_uri), (nautilus_mime_has_any_applications_for_file), (nautilus_mime_has_any_applications_for_file_type): * libnautilus-extensions/nautilus-mime-actions.h: * libnautilus-extensions/nautilus-program-choosing.c: (choose_application_callback), (application_cannot_open_location): Old change that never got committed, reviewed by Darin Adler <darin@eazel.com>
* reviewed by: Darin Adler <darin@eazel.com>John Sullivan2001-03-053-8/+85
| | | | | | | | | | | | | Fixed bug 7348 (duplicate styles in some fonts) * libnautilus-extensions/nautilus-font-picker.c: (font_style_entry_free): New function (extracted from global_font_list_free). (global_font_list_free): Use extracted function. (list_contains_style): New function, looks for matching font_file_name. (global_font_list_populate_callback): free style rather than appending to list if an equivalent is already in list.
* reviewed by: Darin Adler <darin@eazel.com>Ramiro Estrugo2001-03-055-4/+26
| | | | | | | | | | | | | | Fix for bugs 7375 and 7370. * libnautilus-extensions/nautilus-font-manager.c: (font_ignore_directory): Black list the ISO8859-2 and ISO8859-7 encoded fonts which it turns out are missing all kinds of glyphs. Also add another instance of the same Abisource fonts, but from an older package that had a slightly different name. * libnautilus-extensions/nautilus-font-picker.c: Black list the Bookmark URW font which causes crashes on old version of the urw package.