summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reviewed by: John Sullivan <sullivan@eazel.com>before-trilobite-movepost-1_0_9post-1_0_8post-1_0_7post-1_0_11post-1_0_10Darin Adler2001-03-061-39/+49
| | | | | | | | | | | | | | 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.
* reviewed by: Christian Meyer <chrisime@gnome.org>Eric Fischer2001-03-061-1/+1
| | | | | | | | | | | | | | | | | | 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.
* Ian McKellar <ian@eazel.com> said this patch will end global hunger andNAUTILUS_1_ANCHORGeorge Lebl2001-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Maciej Stachowiak <mjs@eazel.com>Dan Mueth2001-03-051-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-04 Dan Mueth <dan@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> Updated the Nautilus User Manual from v0.9 to v1.0. Note that the file TRACKED_CHANGES details the changes between the two versions, for use by translators. There are some new screenshots. Bug#:7271 * help/nautilus-user-manual/C/Makefile.am: * help/nautilus-user-manual/C/TRACKED_CHANGES: * help/nautilus-user-manual/C/figures/custicon.png: * help/nautilus-user-manual/C/figures/full-1.png: * help/nautilus-user-manual/C/figures/full-2.png: * help/nautilus-user-manual/C/figures/full-3.png: * help/nautilus-user-manual/C/figures/full-4.png: * help/nautilus-user-manual/C/figures/full-5.png: * help/nautilus-user-manual/C/figures/full-6.png: * help/nautilus-user-manual/C/figures/full.png: * help/nautilus-user-manual/C/figures/locbar.png: * help/nautilus-user-manual/C/figures/part-1.png: * help/nautilus-user-manual/C/figures/part-2.png: * help/nautilus-user-manual/C/figures/part-3.png: * help/nautilus-user-manual/C/figures/part.png: * help/nautilus-user-manual/C/figures/player-1.png: * help/nautilus-user-manual/C/figures/player-2.png: * help/nautilus-user-manual/C/figures/player-3.png: * help/nautilus-user-manual/C/figures/player-4.png: * help/nautilus-user-manual/C/figures/player.png: * help/nautilus-user-manual/C/figures/prefmenu.png: * help/nautilus-user-manual/C/figures/sidebar.png: * help/nautilus-user-manual/C/figures/viewmenu.png: * help/nautilus-user-manual/C/nautilus-user-manual.sgml: Suppressed terminal spew every time an info page is viewed and pretty'd up the error page when the info page does not exist. Note - info page viewing is now broken completely. This is not due to this patch. I wrote this patch on a working build of Nautilus and somebody else has since broken it in Nautilus CVS. Bug#: 7299 * components/help/converters/gnome-info2html2/main.c: (file_exists), (main):
* reviewed by: Gene Z. Ragan <gzr@eazel.com>Frederic Crozat2001-03-034-6/+76
| | | | | | | | | | | | | | | | | | | | | 2001-03-02 Frederic Crozat <fcrozat@mandrakesoft.com> reviewed by: Gene Z. Ragan <gzr@eazel.com> Fixed bug 7276, No support for bzipped man and info pages -- problem for Mandrake Note that the coding style of these files is not the same as the rest of the Nautilus source code. * components/help/converters/gnome-info2html2/Makefile.am: * components/help/converters/gnome-info2html2/main.c: (main): * components/help/converters/gnome-man2html2/Makefile.am: * components/help/converters/gnome-man2html2/gnome-man2html.c: (read_man_page): * components/help/hyperbola-filefmt.c: (extract_secnum_from_filename), (man_name_without_suffix), (fmt_man_populate_tree_for_subdir):
* Changed so that info anchor tag uri's are always local. Fixes bug 6756.Arik Devens2001-03-011-1/+2
|
* Added default text to be displayed when either a man or info page cannot be ↵NAUTILUS_0_8_2Arik Devens2001-02-242-5/+20
| | | | found on the system. Fixes bug 3112 and partially fixes bug 939. Will finish after sleep.
* Approval sucker: Maciej <mjs@eazel.com>George Lebl2001-02-221-0/+16
| | | | | | | | | | | | | Thu Feb 22 04:13:13 2001 George Lebl <jirka@5z.com> Approval sucker: Maciej <mjs@eazel.com> * components/help/converters/gnome-man2html2/gnome-man2html.c (scan_request): Fix bug #3334, by handling the ".' " troff request. * libnautilus-extensions/nautilus-directory-async.c (nautilus_directory_async_state_changed): the unref could be the last one, so don't access the directory afterwards.
* Check /usr/share/info by default for info files too (Debian uses this).NAUTILUS_PR3_ANCHORNAUTILUS_0_8INSTALLER_PR3_ANCHORpost-1_0_6post-1_0_5post-1_0_4post-1_0_3post-1_0_2post-1_0_1post-1_0nautilus-pr3installer-pr3Ali Abdin2000-11-211-2/+3
| | | | | | | | | | | | | | 2000-11-21 Ali Abdin <aliabdin@aucegypt.edu> * components/help/converters/gnome-info2html2/main.c: (main): Check /usr/share/info by default for info files too (Debian uses this). This partially fixes bug #4414 * components/help/converters/gnome-db2html2/sect-preparse.c: (sect_preparse_sect_start_element): Apply a slightly modified patch by John Fleck to handle navigation links with regards to the appendix (Fixes bug #4792)
* Fix uninitialized variable.Ramiro Estrugo2000-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | * components/help/converters/gnome-info2html2/main.c: (main): Fix uninitialized variable. * components/services/vault/command-line/main.c: Include stlib.h needed for exit(). * libnautilus-extensions/nautilus-directory-async.c: (call_ready_callbacks): Fix uninitialized variable. * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.c: (nautilus_gdk_pixbuf_draw_text): Workaround int vs uint casting issues with new gcc compiler. * libnautilus-extensions/nautilus-mime-actions.c: (extract_prefix_add_suffix): Workaround int vs uint casting issues with new gcc compiler.
* Checking lots of little fixes to make the new RedHat 7.0 compiler work.RAK_SOUNDVIEW_ANCHORNAUTILUS_UIH_MERGE_BASENAUTILUS_PR2_ANCHORNAUTILUS_0_5rak-soundviewnautilus-uih-mergenautilus-pr2J Shane Culpepper2000-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-29 J Shane Culpepper <pepper@eazel.com> * components/help/converters/gnome-info2html2/html.c: * components/music/mpg123_handler.h: * components/services/trilobite/libtrilobite/trilobite-core-utils.c : (trilobite_open_uri), (trilobite_debug): * components/services/trilobite/libtrilobite/trilobite-core-utils.h : * components/tree/nautilus-tree-model.c: * libnautilus-extensions/nautilus-ctree.c: * libnautilus-extensions/nautilus-debug.c: * libnautilus-extensions/nautilus-directory-background.h: * libnautilus-extensions/nautilus-horizontal-splitter.c: * libnautilus-extensions/nautilus-self-checks.c: * libnautilus-extensions/nautilus-user-level-manager.c: * src/nautilus-main.h: Checking lots of little fixes to make the new RedHat 7.0 compiler work. Mostly newlines and including string.h and/or stdlib.h. Serveral functions like strcmp are not inlined anymore. the mozilla component and rpm related code still doesn't build but all dependencies work now too.
* Use g_free on the node as it has been allocated with g_mallocNAUTILUS_0_1_0NAUTILUS-NEW-UIH-BRANCH_ANCHOREAZEL_NAUTILUS_DEMO_2_ANCHOREAZEL_DEMO_1_ANCHOREAZEL-NAUTILUS-MS-JULY_5EAZEL-NAUTILUS-MS-JUL12EAZEL-NAUTILUS-MS-AUG07EAZEL-NAUTILUS-DEMO-BLESSEDnautilus-new-uih-brancheazel-nautilus-demo-2eazel-demo-1eazel-demo-0George Lebl2000-06-182-2/+2
| | | | | | | | | | | | Sat Jun 17 18:07:19 2000 George Lebl <jirka@5z.com> * gnome-info2html2/main.c (main): Use g_free on the node as it has been allocated with g_malloc * gnome-man2html2/gnome-man2html.c (scan_format): Patch from gnome bug number 3925. From the description: Briefly, gnome-man2html doesn't notice when the format lines in table declarations end if the last thing in the format specification is a font command.
* Small updates.nautilus_ms_may_31Darin Adler2000-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * RENAMING: Small updates. * components/help/converters/gnome-info2html2/main.c: (main): * components/html/glibwww-init.c: (glibwww_parse_proxy_env): * components/html/ntl-web-browser.c: (main): * components/loser/content/nautilus-content-loser.c: (ensure_fail_env): * components/loser/sidebar/nautilus-sidebar-loser.c: (ensure_fail_env): * components/notes/nautilus-notes.c: (main): * libnautilus-extensions/nautilus-view-identifier.c: (get_lang_list): * src/nautilus-application.c: (nautilus_app_startup): * src/nautilus-main.c: (main): Changed from getenv to g_getenv, even though it makes no difference right now, because it's "the right thing to do (tm)". * components/services/time/nautilus-view/trilobite-eazel-time-view.h: Fixed include (the build was broken for me or anyone who doesn't have old .h files sitting around in their install directory). * libnautilus-extensions/nautilus-directory.c: (construct_alternate_metafile_uri): Use nautilus_get_user_directory instead of hard-coding the name of the user directory. * libnautilus-extensions/nautilus-file-utilities.h: * libnautilus-extensions/nautilus-file-utilities.c: (nautilus_get_user_directory), (nautilus_get_user_main_directory): Use #defines instead of global constants since these are things that do not change and this is not C++ :-) Added "get_" to the names of these functions so they would be verbs instead of nouns. (nautilus_get_desktop_directory): Added this new function for use by the desktop code. * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_create_dialog), (nautilus_global_preferences_get_enabled_sidebar_panel_view_identifiers), (nautilus_global_preferences_get_disabled_sidebar_panel_view_identifiers), (global_preferences_register_sidebar_panels_preferences_for_ui): * libnautilus-extensions/nautilus-view-identifier.h: * libnautilus-extensions/nautilus-view-identifier.c: (nautilus_view_identifier_list_free): * src/nautilus-applicable-views.c: (nautilus_navigation_info_free): Changed nautilus_view_identifier_free_list to *_list_free to match other calls with similar names. * libnautilus-extensions/nautilus-global-preferences.c: (user_level_changed_callback): * libnautilus-extensions/nautilus-icon-factory.c: (get_themed_icon_file_path): * src/file-manager/fm-properties-window.c: (get_property_names): * src/nautilus-bookmark-list.c: (nautilus_bookmark_list_get_file_path): * src/nautilus-property-browser.c: (nautilus_property_browser_drag_data_get), (make_drag_image), (remove_color), (remove_background), (remove_emblem), (get_xml_path), (add_background_to_browser), (add_color_to_file), (emblem_dialog_clicked), (make_properties_from_directory): Change to use directory calls by new "get_" names. * src/Makefile.am: Removed nautilus.h since it is long gone, and fixed spelling of nautlus-window-state.h. * src/file-manager/.cvsignore: Stop ignoring things that we no longer generated. * src/file-manager/desktop-item.c: [removed] * src/file-manager/desktop-item.h: [removed] * src/file-manager/desktop-layout.c: [removed] * src/file-manager/desktop-layout.h: [removed] * src/file-manager/desktop-window.c: [removed] * src/file-manager/desktop-window.h: [removed] The rest of the code has been harvested from the desktop implementation. As I said before we can always recover it if we decide we want to reuse it. * src/file-manager/fm-main.c: [removed] This was no longer used and was getting out of date. The file manager is now compiled in rather than being a separate process. * src/nautilus-desktop-window.c: (nautilus_desktop_window_initialize_class), (nautilus_desktop_window_initialize), (nautilus_desktop_window_new), (realize): Another cut at the desktop code. Still not working too well, but way further along. * src/nautilus-sidebar.h: * src/nautilus-sidebar.c: * src/nautilus-view-frame.c: (nautilus_view_frame_handle_client_destroy_2): * src/nautilus-window-manage-views.c: * src/nautilus-window.h: * src/nautilus-window.c: * src/nautilus-window-private.h: Changed the names to use Sidebar instead of IndexPanel. Also changed to say sidebar panel instead of meta view in many places.
* Fixed a typo - This fixed BUG #930mjs_pre_great_renamingAli Abdin2000-05-191-1/+4
| | | | | | | | | | | | | 2000-05-19 Ali Abdin <aliabdin@aucegypt.edu> * components/help/converters/gnome-db2html2/gdb3html.c: (main): Fixed a typo - This fixed BUG #930 * components/help/converters/gnome-info2html2/main.c: (main): Fixed it to it looks in /usr/info always and then any other fir found in the INFOPATH variable - Fixes bug #934 but there is a suggestion in there I think should be implemented (since I wrote it - DOH!).
* Some more instructions and cleanup. Removed one gratuitous renaming weDarin Adler2000-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HACKING: Some more instructions and cleanup. * RENAMING: Removed one gratuitous renaming we won't do. * components/html/ntl-web-browser.c: Removed stray "#include <config.h>" that I added by accident. * components/hardware/main.c: (main): * components/help/hyperbola-main.c: (main): * components/html/ntl-web-browser.c: (main): * components/music/main.c: (main): * components/notes/ntl-notes.c: (main): * components/rpmview/main.c: (main): * components/websearch/ntl-web-search.c: (main): * src/file-manager/gnome-desktop.c (main): * src/ntl-main.c (main): Added ifdefs so you don't get warnings when building with localization turned off. Ugly, but needed I think. * components/help/converters/gnome-db2html2/gdb3html.c: (ulink_start_element), (start_element): * components/help/converters/gnome-db2html2/sect-elements.c: (sect_sect_start_element), (sect_sect_end_element), (sect_title_start_element), (sect_xref_start_element), (sect_graphic_start_element), (sect_get_infobox_logo): * components/help/converters/gnome-db2html2/sect-preparse.c: (sect_preparse_sect_start_element), (sect_preparse_title_characters): * components/help/converters/gnome-db2html2/toc-elements.c: (toc_sect_start_element), (toc_title_start_element): * components/help/converters/gnome-info2html2/html.c: (write_node_link_html): * components/help/hyperbola-filefmt.c: (tree_key_compare): * components/help/hyperbola-nav-index.c: (start_element), (end_element), (hyperbola_navigation_index_new): * components/html/ntl-web-browser.c: (browser_submit): Replaced all uses of strcasecmp with g_strcasecmp. Why? Because Michael Meeks said so and that's good enough for me (in this case :-). * components/music/nautilus-music-view.c: (nautilus_music_view_update_from_uri): * libnautilus-extensions/nautilus-file.c: (nautilus_file_get_mime_type_as_string_attribute), (nautilus_file_get_mime_type): * libnautilus-extensions/nautilus-icon-factory.c: (nautilus_icon_factory_get_icon_name_for_regular_file): * src/file-manager/fm-icon-view.c (get_icon_property_callback): * src/ntl-index-panel.c (nautilus_index_panel_update_buttons): * src/ntl-uri-map.c (file_list_to_mime_type_hash_table): Changed get_mime_type to be like all other text functions and return a strdup'd string. John said it was a good idea. * libnautilus-extensions/nautilus-file-private.h: * libnautilus-extensions/nautilus-directory-async.c: (metafile_read_callback), (metafile_read_some), (set_up_request_by_file_attributes), (nautilus_directory_monitor_add_internal), (directory_list_get_next_position), (directory_load_callback), (ready_callback_call), (nautilus_directory_call_when_ready_internal), (wants_directory_count), (has_problem), (ready_callback_is_satisfied), (is_anyone_monitoring_file_list), (is_anyone_waiting_for_metafile), (is_wanted), (select_needy_file), (start_getting_directory_counts): Reorganize to get ready for adding code to read the top left text. * libnautilus-extensions/nautilus-file-attributes.h: Added name for the "top left text" attribute. * libnautilus-extensions/nautilus-file.h: * libnautilus-extensions/nautilus-file.c: (nautilus_file_get_top_left_text): Added call to get the top left text. * libnautilus-extensions/nautilus-icon-canvas-item.c: (draw_embedded_text): Tiny format tweak. * libnautilus-extensions/nautilus-icon-container.c: (nautilus_icon_container_update_icon): Tiny format tweak. * libnautilus-extensions/nautilus-icon-factory.h: * libnautilus-extensions/nautilus-icon-factory.c: (nautilus_icon_factory_get_pixbuf_for_file), (nautilus_icon_factory_get_pixmap_and_mask_for_file), (nautilus_icon_factory_embed_text), (nautilus_icon_factory_embed_file_text): Added support for embedded text. Not completely deployed yet.
* Wrote a script to check for files that forget to include <config.h> andDarin Adler2000-05-025-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check-config-h.pl: Wrote a script to check for files that forget to include <config.h> and optionally edit to add it. * src/nautilus-zoom-control.c (set_zoom_level): Fixed the bug number in a FIXME. * docs/style-guide.html: Added one more tip. * check-FIXME.pl: Use my newfound Perl knowledge to spruce it up. * components/help/converters/gnome-db2html2/gdb3html.c: * components/help/converters/gnome-db2html2/sect-elements.c: * components/help/converters/gnome-db2html2/sect-preparse.c: * components/help/converters/gnome-db2html2/toc-elements.c: * components/help/converters/gnome-info2html2/html.c: * components/help/converters/gnome-info2html2/main.c: * components/help/converters/gnome-info2html2/parse.c: * components/help/converters/gnome-info2html2/utils.c: * components/help/converters/gnome-man2html2/gnome-man2html.c: * components/help/hyperbola-filefmt.c: * components/help/hyperbola-nav-index.c: * components/help/hyperbola-nav-search.c: * components/help/hyperbola-nav-tree.c: * components/html/glibwww-callbacks.c: * components/html/glibwww-init.c: * components/html/glibwww-trans.c: * components/html/gnome-dialogs.c: * components/html/ntl-web-browser.c: * components/services/install/eazel-install-metadata.c: * components/services/install/eazel-install-protocols.c: * components/services/install/eazel-install-rpm-glue.c: * components/services/install/eazel-install-tests.c: * components/services/install/eazel-install-utils.c: * components/services/install/eazel-install-xml-package-list.c: * components/services/install/eazel-install.c: * components/services/install/helixcode-install-utils.c: * components/services/startup/eazel-register.c: * components/websearch/ntl-web-search.c: * helper-utilities/authenticate/nautilus-authenticate-fork.c: * helper-utilities/authenticate/nautilus-authenticate-pam.c: * helper-utilities/authenticate/nautilus-authenticate.c: * libnautilus-extensions/nautilus-bonobo-extensions.c: * libnautilus-extensions/nautilus-file-utilities.c: * libnautilus-extensions/nautilus-glib-extensions.c: * libnautilus-extensions/nautilus-link.c: * libnautilus-extensions/nautilus-mime-type.c: * libnautilus-extensions/nautilus-undo-transaction.c: * librsvg/art_rgba.c: * librsvg/art_rgba_svp.c: * librsvg/rsvg-bpath-util.c: * librsvg/rsvg-path.c: * librsvg/rsvg.c: * librsvg/test-rsvg.c: * nautilus-widgets/nautilus-caption-table.c: * nautilus-widgets/nautilus-password-dialog.c: * nautilus-widgets/nautilus-preferences-box.c: * nautilus-widgets/nautilus-preferences-dialog.c: * nautilus-widgets/nautilus-preferences-group.c: * nautilus-widgets/nautilus-preferences-item.c: * nautilus-widgets/nautilus-preferences-pane.c: * nautilus-widgets/nautilus-radio-button-group.c: * nautilus-widgets/test-nautilus-widgets.c: * nautilus-widgets/test-preferences.c: * src/file-manager/desktop-item.c: * src/file-manager/desktop-layout.c: * src/file-manager/desktop-menu.c: * src/nautilus-bookmarks-window.c: * src/nautilus-gconf.c: * src/nautilus-window-menus.c: * src/nautilus-window-toolbars.c: * src/nautilus-zoom-control.c * src/nautilus-zoomable-frame-svr.c: * src/ntl-app.c: * src/ntl-content-view.c: * src/ntl-main.c: * src/ntl-meta-view.c: * src/ntl-miniicon.c: * src/ntl-uri-map.c: * src/ntl-view-frame-svr.c: * src/ntl-view.c: * src/ntl-window-state.c: Added includes of <config.h>.
* Fixed bugs relating to multiple directory and file objects for the sameDarin Adler2000-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libnautilus/nautilus-directory-private.h, libnautilus/nautilus-directory.c, libnautilus/nautilus-file.c (nautilus_directory_find_file, compare_file_with_name, nautilus_directory_get, nautilus_file_get): Fixed bugs relating to multiple directory and file objects for the same entity. Stripped trailing '/' characters in nautilus_directory_get and changed nautilus_file_get to return already-existing files instead of always creating new ones. Added self-checks to make sure this works. * libnautilus/nautilus-directory.c (nautilus_directory_try_to_read_metafile): Fixed bug where metafile reading would fail. The gnome-xml parser requires a null character at the end of the file, even though the size is passed in! * libnautilus/nautilus-directory.c (nautilus_directory_remove_write_metafile_idle, nautilus_directory_finalize, nautilus_directory_try_to_write_metafile, nautilus_directory_request_write_metafile, ): Changed metafile writing so it always happens at idle time. * libnautilus/nautilus-directory.c (nautilus_directory_try_to_read_metafile): Fixed bug where metafile reading would fail. The gnome-xml parser requires a null character at the end of the file, even though the size is passed in! * libnautilus/nautilus-lib-self-check-functions.h: Changed order so lower-level tests come before higher-level ones. * libnautilus/nautilus-string.h, libnautilus/nautilus-string.c: Renamed functions: nautilus_has_prefix -> nautilus_str_has_prefix nautilus_strdup_prefix -> nautilus_str_get_prefix nautilus_has_suffix -> nautilus_str_has_suffix nautilus_strstrip -> nautilus_str_strip_chr nautilus_string_to_int -> nautilus_str_to_int nautilus_eat_string_to_int -> nautilus_eat_str_to_int Changed nautilus_str_strip_chr not to modify in place. Added nautilus_str_strip_trailing_chr. * components/music/nautilus-music-view.c (is_mp3_file, nautilus_music_view_update_from_uri), libnautilus/nautilus-icon-factory.c (nautilus_icon_factory_get_icon_for_file, make_thumbnail_path, load_specific_image), libnautilus/nautilus-icons-view-icon-item.c (draw_mini_text), src/ntl-index-panel.c (command_button_cb, add_command_buttons), src/ntl-window-msgs.c (nautilus_window_change_location_2), src/file-manager-fm-directory-view-icons.c (fm_directory_view_icons_compute_menu_item_info), src/file-manager/fm-directory-view.c (compute_menu_item_info), src/file-manager/fm-icons-controller.c (fm_icons_controller_get_icon_property): Switched callers to use new names for string calls. * libnautilus/gnome-icon-container.c (destroy): Reformatting. * components/help/converters/gnome-info2html2/main.c (main): Fixed a warning.
* Fixups for VFS usage. Search info path for files.Elliot Lee2000-02-161-2/+63
| | | | | * components/html/ntl-web-browser.c: Fixups for VFS usage. * components/help/converters/gnome-info2html2/main.c: Search info path for files.
* Make it look up a file location and use it, if just passed something likeElliot Lee2000-02-082-8/+62
| | | | | | * gnome-man2html2/gnome-man2html.c, gnome-man2html2/Makefile.am: Make it look up a file location and use it, if just passed something like 'ls.1' on the cmdline. Also use zlib to handle compressed manpages.
* info2html now should grok all info pages.Elliot Lee1999-12-034-121/+116
| | | | info2html now should grok all info pages.
* Copy the man/info filters from gnome-core so I can start modifying them asElliot Lee1999-12-024-22/+33
| | | | | | | | | | | | Copy the man/info filters from gnome-core so I can start modifying them as needed. Make man2html output man: URL's in desired format. Install the page mapping file. Use it for info pages as well as man pages. Don't expand tree by default.
* Merges from stable - warning fixes, plus handling of ghelp:/filepath urls.POST_1_0_MERGEGNOME_CORE_1_1_0Elliot Lee1999-10-213-4/+4
| | | | Merges from stable - warning fixes, plus handling of ghelp:/filepath urls.
* do not link to gnome lib. added 'ko' subdir. korean help filesPRE_1_0_MERGEGNOME_CORE_1_0_ANCHORGNOME_CORE_1_0_9GNOME_CORE_1_0_8GNOME_CORE_1_0_7GNOME_CORE_1_0_6GNOME_CORE_1_0_5GNOME_CORE_1_0_4GGV_0_61WM_CLASSES_AND_DND_DENTRYNam SungHyun1999-03-231-4/+1
| | | | | | * gnome-man2html/Makefile.am: do not link to gnome lib. * help/Makefile.am: added 'ko' subdir. * help/ko/*: korean help files
* use g_snprintf()GNOME_CORE_1_0_3GNOME_CORE_1_0_1GNOME_CORE_1_0_0_1GNOME_0_99_8_1GNOME_0_99_8GNOME_0_99_7GNOME_0_99_3GNOME_0_99_2Frederic Devernay1998-12-221-2/+1
|
* Silenced gcc prototype and ambiguity warnings.PRE_PANEL2GNOME_STABLE_ANCHORFOR_GNOME_0_99_1PANEL2_BRANCHGNOME_STABLEJeff Garzik1998-12-011-0/+12
|
* freebsd needs there to be #include <sys/types.h> before regex.hChris Toshok1998-10-231-0/+1
|
* Patch from Toshio to handle escapes.Marc Ewing1998-10-011-4/+33
| | | | -Marc
* Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INCLUDES'.PANTING_CHIMPANZEEGNOME_0_30GNOME_0_28_MARTINGNOME_0_30_PATCHESMartin Baulig1998-08-192-2/+2
|
* Fixed HTML table generation code a little in info->html conversion,GNOME_0_27GNOME_0_25GNOME_0_20aGNOME_0_20DROOLING_MACAQUErhlabs1998-03-171-12/+14
| | | | | | otherwise table got smaller by 95% per line, not good. Dr Mike <msf@redhat.com>
* gemvt: Use AM_PATH_GTKOwen Taylor1998-03-151-2/+2
| | | | help-browser/gnome-info2html: Find glib.h correctly
* Decided to tempt fate and use tables in the info->html conversion.rhlabs1998-03-131-1/+43
| | | | | | | Looks much better, seems to be working. The html widget is a bit fragile, so if it blows chunks let me know. Dr Mike <msf@redhat.com>
* Use magic URLs for section links.rhlabs1998-03-111-2/+10
| | | | -Marc
* Include the header files -migArturo Espinosa1998-03-111-1/+1
|
* Fixed a few thing, having problems with others:rhlabs1998-03-101-1/+9
| | | | | | | | | | - man2html converter outputs absolute refs in index, like 'man:ls(1)#index' - added some session management code, but its disabled till argp stuff settles - possibly broke marc's code to keep human readable URLs in entry box not a good day. Dr Mike <msf@redhat.com>
* Misc cleanups of gnome-helpwin, gnome-info2html, gnome-man2html, my bogusMarc Ewing1998-03-084-164/+10
| | | | | | | | | | | | 1998-03-08 Marc Ewing <marc@redhat.com> * Misc cleanups of gnome-helpwin, gnome-info2html, gnome-man2html, my bogus function casts. * Rework some of docobj to handle binary data. Now the raw/conv data is *not* NULL terminated! * Added simple (stupid) http transport.
* Final fixes to man page handling.rhlabs1998-03-031-1/+1
| | | | Dr Mike <msf@redhat.com>
* Small tweaks.rhlabs1998-03-031-2/+2
| | | | -Marc
* Code changes anticipating the 'man:' magic URL.rhlabs1998-03-031-3350/+3119
| | | | | | The man2html filter now only accepts input *roff from stdin. Dr Mike <msf@redhat.com>
* Fixed a couple of things:rhlabs1998-02-265-24/+39
| | | | | | | | | | | - when viewing an info file, the 'Next' 'Prev' 'Up' links are at bottom too. - you can now view the info 'dir' file and everything should behave. Still having troubles with retrieving and setting the line number the html browser is at, which makes going forwards and backwards between docs act strangely at the moment. Dr Mike <msf@redhat.com>
* Cleaned up some messages. Ripped out some duplicate code.rhlabs1998-02-261-3/+11
| | | | -Marc
* Marc and I worked on alot today:rhlabs1998-02-263-111/+145
| | | | | | | | | | | | | | - caching of files/images - info files only load component needed for HTML conversion, which helps since before we'd load the 1.7 megs of emacs GNU info data, now its typically a max of 64k. - entry box appears to work - moved towards a cleaner internal design for 'magic' URLs like 'info:' Tommorrow we'll implement the 'man:' magic url. Then all thats left is searching... Dr Mike <msf@redhat.com>
* Wed, 25 Feb 1998 21:41:18 +0100 [Vincent]Vincent Renardias1998-02-251-1/+9
| | | | | - if man:/usr/man/manX/foo.X doesn't exist, check if man:/usr/man/manX/foo.X.gz does.
* Cleaned up converted HTML outputrhlabs1998-02-232-1/+14
| | | | Dr Mike <msf@redhat.com>
* GNU info to html converterrhlabs1998-02-2310-0/+1880
| | | | Dr Mike <msf@redhat.com>
* Removed several generated links which we dont need.rhlabs1998-02-231-20/+18
| | | | | | Cleaned up all the 'unused var' and other warnings. Dr Mike <msf@redhat.com>
* Miguel gets a C- in programmingArturo Espinosa1998-02-211-1/+1
|
* Use tab in rule, not space.Tom Tromey1998-02-211-1/+2
| | | | | | Sat Feb 14 01:31:21 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros/macros.dep): Use tab in rule, not space.
* The man2html converter used by the help browser.rhlabs1998-02-203-0/+4381
Dr Mike <msf@redhat.com>