nautilus/po/POTFILES.in

122 lines
4.7 KiB
Plaintext
Raw Normal View History

applets/launcher/nautilus-launcher-applet.c
applets/preferences-applet/nautilus-preferences-applet.c
xml-i18n-toolized Nautilus (plus a bit of other cleanup) as part of resolving bug 2693 (I will consider my work done once I have also handled Bonobo). * autogen.sh, configure.in: xml-i18n-toolize * .cvsignore: ignore xml-i18n scripts * Makefile.am: distribute xml-i18n-scripts * components/adapter/Nautilus_ComponentAdapterFactory_std.oaf.in: Renamed from components/adapter/nautilus-adapter.oafinfo; mark translatable strings transalatable. * components/adapter/Makefile.am: Deal w/ oaf file rename, do merge. * components/adapter/.cvsignore: Ignore .oaf file. * components/hardware/.cvsignore, components/hardware/Makefile.am, components/hardware/Nautilus_View_hardware.oaf.in, components/hardware/nautilus-hardware-view.oafinfo: Ditto. * components/history/.cvsignore, components/history/Makefile.am, components/history/Nautilus_View_history.oaf.in, components/history/nautilus-history-view.oafinfo: Ditto. * components/image-viewer/.cvsignore, components/image-viewer/Makefile.am, components/image-viewer/Nautilus_View_image.oaf.in, components/image-viewer/nautilus-image-view.oafinfo: Ditto. * components/loser/content/.cvsignore, components/loser/content/Makefile.am, components/loser/content/Nautilus_View_content-loser.oaf.in, components/loser/content/nautilus-content-loser.oafinfo: Ditto. * components/loser/sidebar/.cvsignore, components/loser/sidebar/Makefile.am, components/loser/sidebar/Nautilus_View_sidebar-loser.oaf.in, components/loser/sidebar/nautilus-sidebar-loser.oafinfo: Ditto. * components/mozilla/.cvsignore, components/mozilla/Makefile.am, components/mozilla/Nautilus_View_mozilla.oaf.in, components/mozilla/nautilus-mozilla-content-view.oafinfo: Ditto. * components/music/.cvsignore, components/music/Makefile.am, components/music/Nautilus_View_music.oaf.in, components/music/nautilus-music-view.oafinfo: Ditto. * components/notes/.cvsignore, components/notes/Makefile.am, components/notes/Nautilus_View_notes.oaf.in, components/notes/nautilus-notes.oafinfo: Ditto. * components/rpmview/.cvsignore, components/rpmview/Makefile.am, components/rpmview/Nautilus_View_rpm.oaf.in, components/rpmview/nautilus-rpm-view.oafinfo: Ditto. * components/sample/.cvsignore, components/sample/Makefile.am, components/sample/Nautilus_View_sample.oaf.in, components/sample/nautilus-sample-content-view.oafinfo: Ditto. * components/services/install/nautilus-view/.cvsignore, components/services/install/nautilus-view/Makefile.am, components/services/install/nautilus-view/Nautilus_View_install.oaf.in, components/services/install/nautilus-view/nautilus-service-install-view.oafinfo: Ditto. * components/services/install/server/.cvsignore, components/services/install/server/Makefile.am, components/services/install/server/Trilobite_Service_install.oaf.in, components/services/install/server/trilobite-eazel-install-service.oafinfo: Ditto. * components/services/login/nautilus-view/.cvsignore, components/services/login/nautilus-view/Makefile.am, components/services/login/nautilus-view/Nautilus_View_change-password.oaf.in, components/services/login/nautilus-view/nautilus-change-password-view.oafinfo: Ditto. * components/services/summary/nautilus-view/.cvsignore, components/services/summary/nautilus-view/Makefile.am, components/services/summary/nautilus-view/Nautilus_View_services-summary.oaf.in, components/services/summary/nautilus-view/nautilus-summary-view.oafinfo: Ditto. * components/services/trilobite/sample/.cvsignore, components/services/trilobite/sample/nautilus-view/Makefile.am, components/services/trilobite/sample/nautilus-view/Nautilus_View_service-sample.oaf.in, components/services/trilobite/sample/nautilus-view/nautilus-sample-service-view.oafinfo: Ditto. * components/services/trilobite/sample/service/.cvsignore, components/services/trilobite/sample/service/Makefile.am, components/services/trilobite/sample/service/Trilobite_Service_sample.oaf.in, components/services/trilobite/sample/service/trilobite-eazel-sample-service.oafinfo: Ditto. * components/text/.cvsignore, components/text/Makefile.am, components/text/Nautilus_View_text.oaf.in, components/text/nautilus-text-view.oafinfo: Ditto. * src/.cvsignore, src/Makefile.am, src/Nautilus_shell.oaf.in, src/nautilus.oafinfo: Ditto. * components/tree/.cvsignore, components/tree/Makefile.am, components/tree/Nautilus_View_tree.oaf.in, components/tree/nautilus-tree-view.oafinfo.shlib: Ditto, and removed ability to build tree view as an exe component (no one was really using it anyway). * components/tree/nautilus-tree-view.oafinfo.exe: Removed. * components/help/.cvsignore, components/help/Makefile.am, components/help/Nautilus_View_help.oaf.in: components/help/help-contents.oafinfo: Ditto, and merged other oafinfo files into Nautilus_View_help.oaf.in, commented out. * components/help/help-factory.oafinfo, components/help/help-index.oafinfo, components/help/help-search.oafinfo: Removed. * po/POTFILES.in: Added .oaf.in files. * po/README.tools, po/ui-extract.pl, po/ui-testcases.glade, po/ui-testcases.xml, po/update.pl, po/update.sh: Removed these now-obsolete files. * components/services/Makefile.am: Removed time service from build. * components/html/*, components/websearch/*: cvs deleted these obsolete long since non-built components. * ChangeLog-200001018: Renamed to ChangeLog-20001018 (whoops)
2001-01-05 13:10:51 +00:00
components/adapter/Nautilus_ComponentAdapterFactory_std.oaf.in
reviewed by: Maciej Stachowiak <mjs@eazel.com> Fixed bug 2802 (copy all metadata, not just certain items). There are still a few loose ends but it's basically there. Fixed bug 5296 (Hardware overview should be localized). Fixed bug 5299 (Spacing problems with sizes in bytes). * libnautilus-extensions/nautilus-directory-metafile.c: (get_file_node): Used a local variable for the hash table to make the code more readable because the full expression is too long. Removed the half-baked attempt at using xmlNode objects to represent "changes" data, which no longer seems a likely direction. (nautilus_directory_metafile_destroy): Local variable for hash table. (nautilus_directory_get_file_metadata): Return NULL, not FALSE, since the function returns char *, not gboolean. (nautilus_directory_rename_file_metadata): Local variable for hash table. Also added a FIXME for a case that won't work. (apply_file_changes): Broke out so it can be used elsewhere. (apply_one_file_changes): This is now the version that has the hash table iterator function interface. (nautilus_directory_get_integer_file_metadata): Use sscanf instead of atoi so we can do error checking. (nautilus_directory_copy_file_metadata): Removed the old code that copied fixed keys and wrote new code that copies all the metadata. (nautilus_directory_remove_file_metadata): Local variable for hash table. * icons/arlo/arlo.xml: Added an explicit H offset of 0 for the zoom control. It was inheriting the default theme's offset of -2. This seems to indicate a design problem with the "fall back on default" approach for themes, but for now it's nice to have the zoom control looking right again. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): Use the real copyright character, not "(C)". * src/file-manager/fm-desktop-icon-view.c (find_and_update_home_link), (place_home_directory): Mark the "darin's Home" string for localization. Needs improvement beyond this, because just tacking "'s Home" onto the login name is probably no good. * components/hardware/nautilus-hardware-view.c: (read_proc_info): Tweak code style a bit. Use g_string_free (FALSE) instead of g_strdup and g_string_free (TRUE). (get_CPU_description): Make this a little more localizable by adding a strdup format string instead of appending things. Added FIXMEs about additional problems. (get_RAM_description): Add a little reality checking on the value read from the file and make a little more localizable. (get_IDE_description): Change to use the gnome-vfs file size formatting functions in the right way. The old code had been changed to not use them at all, probably because the first cut at this code was using it wrong and ran into a 32-bit limit. Use g_string_free (FALSE) instead of g_strdup and g_string_free (TRUE). * po/POTFILES.in: Marked nautilus-hardware-view.c as needing localization. * components/help/converters/gnome-db2html2/sect-elements.c: (sect_informaltable_start_element): Fixed a runaway string literal. * libnautilus-extensions/nautilus-directory-async.c: Moved the constants to the top of the file and put the compile-time switches at the top of the constants section. * NEWS: Removed out of date news. * README: Fixed a typo. * TODO: Removed out of date tasks.
2000-12-29 01:06:28 +00:00
components/hardware/nautilus-hardware-view.c
components/hardware/Nautilus_View_hardware.oaf.in
components/help/converters/gnome-db2html2/gdb3html.c
components/help/converters/gnome-db2html2/sect-elements.c
components/help/converters/gnome-db2html2/toc-elements.c
components/help/hyperbola-filefmt.c
components/help/hyperbola-nav-tree.c
components/help/hyperbola-nav-index.c
2000-06-05 16:02:48 +00:00
components/help/hyperbola-types.h
components/help/Nautilus_View_help.oaf.in
components/history/ntl-history-view.c -> * Renamed files as follows, as per RENAMING: components/history/ntl-history-view.c -> components/history/nautilus-history-view.c components/history/ntl-history-view.oafinfo -> components/history/nautilus-history-view.oafinfo components/notes/ntl-notes.c -> components/notes/nautilus-notes.c components/notes/ntl-notes.oafinfo -> components/notes/nautilus-notes.oafinfo libnautilus-extensions/gtkscrollframe.c -> libnautilus-extensions/nautilus-scroll-frame.c libnautilus-extensions/gtkscrollframe.h -> libnautilus-extensions/nautilus-scroll-frame.h libnautilus/nautilus-view-frame.c -> libnautilus/nautilus-view.c libnautilus/nautilus-view-frame.h -> libnautilus/nautilus-view.h src/nautilus-index-tabs.c -> src/nautilus-sidebar-tabs.c src/nautilus-index-tabs.h -> src/nautilus-sidebar-tabs.h src/nautilus-index-title.c -> src/nautilus-sidebar-title.c src/nautilus-index-title.h -> src/nautilus-sidebar-title.h src/nautilus-zoomable-frame-svr.c -> src/nautilus-zoomable-frame-corba.c src/ntl-app.c -> src/nautilus-application.c src/ntl-app.h -> src/nautilus-application.h src/ntl-index-panel.c -> src/nautilus-sidebar.c src/ntl-index-panel.h -> src/nautilus-sidebar.h src/ntl-main.c -> src/nautilus-main.c src/ntl-miniicon.c -> libnautilus-extensions/nautilus-mini-icon.c src/ntl-miniicon.h -> libnautilus-extensions/nautilus-mini-icon.h src/ntl-uri-map.c -> src/nautilus-applicable-views.c src/ntl-uri-map.h -> src/nautilus-applicable-views.h src/ntl-view-bonobo-control.c -> src/nautilus-view-frame-bonobo-control.c src/ntl-view-bonobo-subdoc.c -> src/nautilus-view-frame-bonobo-embeddable.c src/ntl-view-frame-svr.c -> src/nautilus-view-frame-corba.c src/ntl-view-nautilus.c -> src/nautilus-view-frame-nautilus-view.c src/ntl-view-private.h -> src/nautilus-view-frame-private.h src/ntl-view.c -> src/nautilus-view-frame.c src/ntl-view.h -> src/nautilus-view-frame.h src/ntl-window-msgs.c -> src/nautilus-window-manage-views.c src/ntl-window-msgs.h -> src/nautilus-window-manage-views.h src/ntl-window-private.h -> src/nautilus-window-private.h src/ntl-window-state.c -> src/nautilus-window-state.c src/ntl-window-state.h -> src/nautilus-window-state.h src/ntl-window.c -> src/nautilus-window.c src/ntl-window.h -> src/nautilus-window.h * components/history/Makefile.am, components/notes/Makefile.am, libnautilus-extensions/Makefile.am, libnautilus/Makefile.am, po/POTFILES.in, src/Makefile.am, components/hardware/nautilus-hardware-view.h, components/loser/content/nautilus-content-loser.h, components/loser/sidebar/nautilus-sidebar-loser.h, components/mozilla/nautilus-mozilla-content-view.h, components/music/nautilus-music-view.h, components/rpmview/nautilus-rpm-view.h, components/sample/nautilus-sample-content-view.h, components/services/startup/nautilus-view/nautilus-service-startup-view.h, libnautilus/libnautilus.h, src/nautilus-desktop-window.h, src/nautilus-window-menus.c, src/nautilus-window-toolbars.c, src/file-manager/fm-directory-view.h : Updated for renamings. * RENAMING: removed old renamings
2000-05-27 12:17:20 +00:00
components/history/nautilus-history-view.c
components/history/Nautilus_View_history.oaf.in
components/image-viewer/nautilus-image-view.c
components/image-viewer/Nautilus_View_image.oaf.in
components/loser/content/nautilus-content-loser.c
components/loser/content/nautilus-content-loser-ui.xml
components/loser/content/Nautilus_View_content-loser.oaf.in
components/loser/sidebar/nautilus-sidebar-loser.c
components/loser/sidebar/nautilus-sidebar-loser-ui.xml
components/loser/sidebar/Nautilus_View_sidebar-loser.oaf.in
components/mozilla/mozilla-preferences.cpp
components/mozilla/nautilus-mozilla-encoding-tables.c
reviewed by: Gene Ragan <gzr@eazel.com> Fix bug 5176 (Theme descriptions not translated). Fix bug 5187 (Real name in file ownership doesn't take GECOS data into account). * src/nautilus-theme-selector.c: (make_theme_description): Get the theme description (which I also moved to the theme node from its own description node) by using nautilus_xml_get_property_translated which handles using the gettext database to translate the property if the XML file has it with a _ prefix. * icons/ardmore/ardmore.xml: * icons/arlo/arlo.xml: * icons/default.xml: * icons/gnome/gnome.xml: * icons/vector/vector.xml: Moved description to be a property of the theme node and use the name that indicates it needs to be localized. * po/POTFILES.in: Add all of the theme .xml files which now potentially have localizable theme descriptions in them. * libnautilus-extensions/nautilus-file.c: (get_real_name): Add code to compute the real name from the GECOS info, by stripping anything after the "," and substituting the login name, capitalized, for any occurences of "&". (get_user_and_real_name_from_id): Use get_real_name instead of going for the pw_gecos field directly. (nautilus_get_user_names): Use get_real_name instead of going for the pw_gecos field directly. * libnautilus-extensions/nautilus-string.h: * libnautilus-extensions/nautilus-string.c: (nautilus_str_strip_substring_and_after), (nautilus_str_replace_substring), (nautilus_self_check_string): Add two new string utility functions and self-checks for them. These were both needed for the GECOS change. * src/nautilus-property-browser.c: Tweak formatting.
2000-12-15 22:41:04 +00:00
components/mozilla/nautilus-mozilla-content-view.c
components/mozilla/nautilus-mozilla-ui.xml
components/mozilla/Nautilus_View_mozilla.oaf.in
components/music/mpg123.c
components/music/nautilus-music-view.c
components/music/Nautilus_View_music.oaf.in
components/history/ntl-history-view.c -> * Renamed files as follows, as per RENAMING: components/history/ntl-history-view.c -> components/history/nautilus-history-view.c components/history/ntl-history-view.oafinfo -> components/history/nautilus-history-view.oafinfo components/notes/ntl-notes.c -> components/notes/nautilus-notes.c components/notes/ntl-notes.oafinfo -> components/notes/nautilus-notes.oafinfo libnautilus-extensions/gtkscrollframe.c -> libnautilus-extensions/nautilus-scroll-frame.c libnautilus-extensions/gtkscrollframe.h -> libnautilus-extensions/nautilus-scroll-frame.h libnautilus/nautilus-view-frame.c -> libnautilus/nautilus-view.c libnautilus/nautilus-view-frame.h -> libnautilus/nautilus-view.h src/nautilus-index-tabs.c -> src/nautilus-sidebar-tabs.c src/nautilus-index-tabs.h -> src/nautilus-sidebar-tabs.h src/nautilus-index-title.c -> src/nautilus-sidebar-title.c src/nautilus-index-title.h -> src/nautilus-sidebar-title.h src/nautilus-zoomable-frame-svr.c -> src/nautilus-zoomable-frame-corba.c src/ntl-app.c -> src/nautilus-application.c src/ntl-app.h -> src/nautilus-application.h src/ntl-index-panel.c -> src/nautilus-sidebar.c src/ntl-index-panel.h -> src/nautilus-sidebar.h src/ntl-main.c -> src/nautilus-main.c src/ntl-miniicon.c -> libnautilus-extensions/nautilus-mini-icon.c src/ntl-miniicon.h -> libnautilus-extensions/nautilus-mini-icon.h src/ntl-uri-map.c -> src/nautilus-applicable-views.c src/ntl-uri-map.h -> src/nautilus-applicable-views.h src/ntl-view-bonobo-control.c -> src/nautilus-view-frame-bonobo-control.c src/ntl-view-bonobo-subdoc.c -> src/nautilus-view-frame-bonobo-embeddable.c src/ntl-view-frame-svr.c -> src/nautilus-view-frame-corba.c src/ntl-view-nautilus.c -> src/nautilus-view-frame-nautilus-view.c src/ntl-view-private.h -> src/nautilus-view-frame-private.h src/ntl-view.c -> src/nautilus-view-frame.c src/ntl-view.h -> src/nautilus-view-frame.h src/ntl-window-msgs.c -> src/nautilus-window-manage-views.c src/ntl-window-msgs.h -> src/nautilus-window-manage-views.h src/ntl-window-private.h -> src/nautilus-window-private.h src/ntl-window-state.c -> src/nautilus-window-state.c src/ntl-window-state.h -> src/nautilus-window-state.h src/ntl-window.c -> src/nautilus-window.c src/ntl-window.h -> src/nautilus-window.h * components/history/Makefile.am, components/notes/Makefile.am, libnautilus-extensions/Makefile.am, libnautilus/Makefile.am, po/POTFILES.in, src/Makefile.am, components/hardware/nautilus-hardware-view.h, components/loser/content/nautilus-content-loser.h, components/loser/sidebar/nautilus-sidebar-loser.h, components/mozilla/nautilus-mozilla-content-view.h, components/music/nautilus-music-view.h, components/rpmview/nautilus-rpm-view.h, components/sample/nautilus-sample-content-view.h, components/services/startup/nautilus-view/nautilus-service-startup-view.h, libnautilus/libnautilus.h, src/nautilus-desktop-window.h, src/nautilus-window-menus.c, src/nautilus-window-toolbars.c, src/file-manager/fm-directory-view.h : Updated for renamings. * RENAMING: removed old renamings
2000-05-27 12:17:20 +00:00
components/notes/nautilus-notes.c
components/notes/Nautilus_View_notes.oaf.in
components/sample/nautilus-sample-content-view.c
components/sample/nautilus-sample-content-view-ui.xml
components/sample/Nautilus_View_sample.oaf.in
components/text/nautilus-text-view.c
components/text/nautilus-text-view-ui.xml
components/text/Nautilus_View_text.oaf.in
components/text/services/google.xml
components/text/services/webster.xml
components/throbber/Nautilus_Control_throbber.oaf.in
xml-i18n-toolized Nautilus (plus a bit of other cleanup) as part of resolving bug 2693 (I will consider my work done once I have also handled Bonobo). * autogen.sh, configure.in: xml-i18n-toolize * .cvsignore: ignore xml-i18n scripts * Makefile.am: distribute xml-i18n-scripts * components/adapter/Nautilus_ComponentAdapterFactory_std.oaf.in: Renamed from components/adapter/nautilus-adapter.oafinfo; mark translatable strings transalatable. * components/adapter/Makefile.am: Deal w/ oaf file rename, do merge. * components/adapter/.cvsignore: Ignore .oaf file. * components/hardware/.cvsignore, components/hardware/Makefile.am, components/hardware/Nautilus_View_hardware.oaf.in, components/hardware/nautilus-hardware-view.oafinfo: Ditto. * components/history/.cvsignore, components/history/Makefile.am, components/history/Nautilus_View_history.oaf.in, components/history/nautilus-history-view.oafinfo: Ditto. * components/image-viewer/.cvsignore, components/image-viewer/Makefile.am, components/image-viewer/Nautilus_View_image.oaf.in, components/image-viewer/nautilus-image-view.oafinfo: Ditto. * components/loser/content/.cvsignore, components/loser/content/Makefile.am, components/loser/content/Nautilus_View_content-loser.oaf.in, components/loser/content/nautilus-content-loser.oafinfo: Ditto. * components/loser/sidebar/.cvsignore, components/loser/sidebar/Makefile.am, components/loser/sidebar/Nautilus_View_sidebar-loser.oaf.in, components/loser/sidebar/nautilus-sidebar-loser.oafinfo: Ditto. * components/mozilla/.cvsignore, components/mozilla/Makefile.am, components/mozilla/Nautilus_View_mozilla.oaf.in, components/mozilla/nautilus-mozilla-content-view.oafinfo: Ditto. * components/music/.cvsignore, components/music/Makefile.am, components/music/Nautilus_View_music.oaf.in, components/music/nautilus-music-view.oafinfo: Ditto. * components/notes/.cvsignore, components/notes/Makefile.am, components/notes/Nautilus_View_notes.oaf.in, components/notes/nautilus-notes.oafinfo: Ditto. * components/rpmview/.cvsignore, components/rpmview/Makefile.am, components/rpmview/Nautilus_View_rpm.oaf.in, components/rpmview/nautilus-rpm-view.oafinfo: Ditto. * components/sample/.cvsignore, components/sample/Makefile.am, components/sample/Nautilus_View_sample.oaf.in, components/sample/nautilus-sample-content-view.oafinfo: Ditto. * components/services/install/nautilus-view/.cvsignore, components/services/install/nautilus-view/Makefile.am, components/services/install/nautilus-view/Nautilus_View_install.oaf.in, components/services/install/nautilus-view/nautilus-service-install-view.oafinfo: Ditto. * components/services/install/server/.cvsignore, components/services/install/server/Makefile.am, components/services/install/server/Trilobite_Service_install.oaf.in, components/services/install/server/trilobite-eazel-install-service.oafinfo: Ditto. * components/services/login/nautilus-view/.cvsignore, components/services/login/nautilus-view/Makefile.am, components/services/login/nautilus-view/Nautilus_View_change-password.oaf.in, components/services/login/nautilus-view/nautilus-change-password-view.oafinfo: Ditto. * components/services/summary/nautilus-view/.cvsignore, components/services/summary/nautilus-view/Makefile.am, components/services/summary/nautilus-view/Nautilus_View_services-summary.oaf.in, components/services/summary/nautilus-view/nautilus-summary-view.oafinfo: Ditto. * components/services/trilobite/sample/.cvsignore, components/services/trilobite/sample/nautilus-view/Makefile.am, components/services/trilobite/sample/nautilus-view/Nautilus_View_service-sample.oaf.in, components/services/trilobite/sample/nautilus-view/nautilus-sample-service-view.oafinfo: Ditto. * components/services/trilobite/sample/service/.cvsignore, components/services/trilobite/sample/service/Makefile.am, components/services/trilobite/sample/service/Trilobite_Service_sample.oaf.in, components/services/trilobite/sample/service/trilobite-eazel-sample-service.oafinfo: Ditto. * components/text/.cvsignore, components/text/Makefile.am, components/text/Nautilus_View_text.oaf.in, components/text/nautilus-text-view.oafinfo: Ditto. * src/.cvsignore, src/Makefile.am, src/Nautilus_shell.oaf.in, src/nautilus.oafinfo: Ditto. * components/tree/.cvsignore, components/tree/Makefile.am, components/tree/Nautilus_View_tree.oaf.in, components/tree/nautilus-tree-view.oafinfo.shlib: Ditto, and removed ability to build tree view as an exe component (no one was really using it anyway). * components/tree/nautilus-tree-view.oafinfo.exe: Removed. * components/help/.cvsignore, components/help/Makefile.am, components/help/Nautilus_View_help.oaf.in: components/help/help-contents.oafinfo: Ditto, and merged other oafinfo files into Nautilus_View_help.oaf.in, commented out. * components/help/help-factory.oafinfo, components/help/help-index.oafinfo, components/help/help-search.oafinfo: Removed. * po/POTFILES.in: Added .oaf.in files. * po/README.tools, po/ui-extract.pl, po/ui-testcases.glade, po/ui-testcases.xml, po/update.pl, po/update.sh: Removed these now-obsolete files. * components/services/Makefile.am: Removed time service from build. * components/html/*, components/websearch/*: cvs deleted these obsolete long since non-built components. * ChangeLog-200001018: Renamed to ChangeLog-20001018 (whoops)
2001-01-05 13:10:51 +00:00
components/tree/Nautilus_View_tree.oaf.in
reviewed by: John Sullivan <sullivan@eazel.com> * src/file-manager/fm-directory-view.c: (display_selection_info_idle_callback), (update_menus_idle_callback), (display_pending_idle_callback): Add code to ref the BonoboControl around all three of these idle functions to eliminate the problem where the directory view would get destroyed in the middle of an idle. * data/browser.xml: * data/linksets/apps.xml: * data/linksets/desktop.xml: * data/linksets/portals.xml: * data/linksets/search_engines.xml: * data/static_bookmarks.xml: Used "_" prefix on all localizable fields of XML files. * po/POTFILES.in: Add all these XML files that need translation. * libnautilus-extensions/nautilus-link-set.c: (nautilus_link_set_install), (nautilus_link_set_is_installed), (nautilus_link_set_remove): Fix storage leaks, also use nautilus_xml_get_property_translated to get the property for the "name" property so it can be translated if desired. * libnautilus-extensions/nautilus-xml-extensions.h: * libnautilus-extensions/nautilus-xml-extensions.c: (nautilus_xml_get_property_translated): Add a version of xmlGetProp that looks for an untranslated version of the property and runs it through gettext if there is not a pre-translated version present. For strings downloaded from the service, for example, we'll probably use a pre-translated string, but for things in the Nautilus source tree we can use an untranslated string. * src/nautilus-bookmark-parsing.c: (nautilus_bookmark_new_from_node): Use nautilus_xml_get_property_translated to get the bookmark name so that static bookmarks can have names translated with gettext. New versions of the static bookmarks downloaded from the service can use either kind of name. And user-created bookmarks are not run through the gettext mechanism. * src/nautilus-window-menus.c: (create_menu_item_from_node): Use nautilus_xml_get_property_translated to get the folder names translated just as the bookmarks themselves. * src/nautilus-link-set-window.c: (get_link_set_names): Added a FIXME. The link set names should come from inside the XML, not from the file names. * src/nautilus-property-browser.c: (get_xml_path), (read_browser_xml), (write_browser_xml), (get_color_category): (remove_color), (add_color_to_file): Factor out some shared code. (add_reset_property): Make hard-wired font size with FIXME. (make_properties_from_xml_node): Fix storage leaks and get the name of the color using nautilus_xml_get_property_translated so the names can be translated. (set_up_category_width): Fix storage leaks (nautilus_property_browser_update_contents): Fix storage leaks and get the display name and description with nautilus_xml_get_property_translated so they can be translated. * check-THANKS.pl: Got rid of extra blank line at end. * libnautilus-extensions/nautilus-customization-data.c: (format_name_for_display): Add FIXME to bad-for-localization function that turns "_" into " " and capitalizes the first letter after each " ".
2000-11-14 19:20:55 +00:00
data/browser.xml
data/linksets/apps.xml
data/linksets/desktop.xml
data/linksets/home.xml
reviewed by: John Sullivan <sullivan@eazel.com> * src/file-manager/fm-directory-view.c: (display_selection_info_idle_callback), (update_menus_idle_callback), (display_pending_idle_callback): Add code to ref the BonoboControl around all three of these idle functions to eliminate the problem where the directory view would get destroyed in the middle of an idle. * data/browser.xml: * data/linksets/apps.xml: * data/linksets/desktop.xml: * data/linksets/portals.xml: * data/linksets/search_engines.xml: * data/static_bookmarks.xml: Used "_" prefix on all localizable fields of XML files. * po/POTFILES.in: Add all these XML files that need translation. * libnautilus-extensions/nautilus-link-set.c: (nautilus_link_set_install), (nautilus_link_set_is_installed), (nautilus_link_set_remove): Fix storage leaks, also use nautilus_xml_get_property_translated to get the property for the "name" property so it can be translated if desired. * libnautilus-extensions/nautilus-xml-extensions.h: * libnautilus-extensions/nautilus-xml-extensions.c: (nautilus_xml_get_property_translated): Add a version of xmlGetProp that looks for an untranslated version of the property and runs it through gettext if there is not a pre-translated version present. For strings downloaded from the service, for example, we'll probably use a pre-translated string, but for things in the Nautilus source tree we can use an untranslated string. * src/nautilus-bookmark-parsing.c: (nautilus_bookmark_new_from_node): Use nautilus_xml_get_property_translated to get the bookmark name so that static bookmarks can have names translated with gettext. New versions of the static bookmarks downloaded from the service can use either kind of name. And user-created bookmarks are not run through the gettext mechanism. * src/nautilus-window-menus.c: (create_menu_item_from_node): Use nautilus_xml_get_property_translated to get the folder names translated just as the bookmarks themselves. * src/nautilus-link-set-window.c: (get_link_set_names): Added a FIXME. The link set names should come from inside the XML, not from the file names. * src/nautilus-property-browser.c: (get_xml_path), (read_browser_xml), (write_browser_xml), (get_color_category): (remove_color), (add_color_to_file): Factor out some shared code. (add_reset_property): Make hard-wired font size with FIXME. (make_properties_from_xml_node): Fix storage leaks and get the name of the color using nautilus_xml_get_property_translated so the names can be translated. (set_up_category_width): Fix storage leaks (nautilus_property_browser_update_contents): Fix storage leaks and get the display name and description with nautilus_xml_get_property_translated so they can be translated. * check-THANKS.pl: Got rid of extra blank line at end. * libnautilus-extensions/nautilus-customization-data.c: (format_name_for_display): Add FIXME to bad-for-localization function that turns "_" into " " and capitalizes the first letter after each " ".
2000-11-14 19:20:55 +00:00
data/linksets/portals.xml
data/linksets/search_engines.xml
data/static_bookmarks.xml
reviewed by: Gene Ragan <gzr@eazel.com> Fix bug 5176 (Theme descriptions not translated). Fix bug 5187 (Real name in file ownership doesn't take GECOS data into account). * src/nautilus-theme-selector.c: (make_theme_description): Get the theme description (which I also moved to the theme node from its own description node) by using nautilus_xml_get_property_translated which handles using the gettext database to translate the property if the XML file has it with a _ prefix. * icons/ardmore/ardmore.xml: * icons/arlo/arlo.xml: * icons/default.xml: * icons/gnome/gnome.xml: * icons/vector/vector.xml: Moved description to be a property of the theme node and use the name that indicates it needs to be localized. * po/POTFILES.in: Add all of the theme .xml files which now potentially have localizable theme descriptions in them. * libnautilus-extensions/nautilus-file.c: (get_real_name): Add code to compute the real name from the GECOS info, by stripping anything after the "," and substituting the login name, capitalized, for any occurences of "&". (get_user_and_real_name_from_id): Use get_real_name instead of going for the pw_gecos field directly. (nautilus_get_user_names): Use get_real_name instead of going for the pw_gecos field directly. * libnautilus-extensions/nautilus-string.h: * libnautilus-extensions/nautilus-string.c: (nautilus_str_strip_substring_and_after), (nautilus_str_replace_substring), (nautilus_self_check_string): Add two new string utility functions and self-checks for them. These were both needed for the GECOS change. * src/nautilus-property-browser.c: Tweak formatting.
2000-12-15 22:41:04 +00:00
icons/ardmore/ardmore.xml
icons/arlo/arlo.xml
icons/crux_eggplant/crux_eggplant.xml
reviewed by: Gene Ragan <gzr@eazel.com> Fix bug 5176 (Theme descriptions not translated). Fix bug 5187 (Real name in file ownership doesn't take GECOS data into account). * src/nautilus-theme-selector.c: (make_theme_description): Get the theme description (which I also moved to the theme node from its own description node) by using nautilus_xml_get_property_translated which handles using the gettext database to translate the property if the XML file has it with a _ prefix. * icons/ardmore/ardmore.xml: * icons/arlo/arlo.xml: * icons/default.xml: * icons/gnome/gnome.xml: * icons/vector/vector.xml: Moved description to be a property of the theme node and use the name that indicates it needs to be localized. * po/POTFILES.in: Add all of the theme .xml files which now potentially have localizable theme descriptions in them. * libnautilus-extensions/nautilus-file.c: (get_real_name): Add code to compute the real name from the GECOS info, by stripping anything after the "," and substituting the login name, capitalized, for any occurences of "&". (get_user_and_real_name_from_id): Use get_real_name instead of going for the pw_gecos field directly. (nautilus_get_user_names): Use get_real_name instead of going for the pw_gecos field directly. * libnautilus-extensions/nautilus-string.h: * libnautilus-extensions/nautilus-string.c: (nautilus_str_strip_substring_and_after), (nautilus_str_replace_substring), (nautilus_self_check_string): Add two new string utility functions and self-checks for them. These were both needed for the GECOS change. * src/nautilus-property-browser.c: Tweak formatting.
2000-12-15 22:41:04 +00:00
icons/default.xml
icons/gnome/gnome.xml
icons/villanova/villanova.xml
libnautilus-extensions/nautilus-druid.c
libnautilus-extensions/nautilus-druid-page-eazel.c
2000-06-05 16:02:48 +00:00
libnautilus-extensions/nautilus-entry.c
libnautilus-extensions/nautilus-file.c
libnautilus-extensions/nautilus-file-operations.c
libnautilus-extensions/nautilus-file-operations-progress.c
libnautilus-extensions/nautilus-font-factory.c
libnautilus-extensions/nautilus-gconf-extensions.c
libnautilus-extensions/nautilus-global-preferences.c
libnautilus-extensions/nautilus-icon-container.c
2000-06-05 16:02:48 +00:00
libnautilus-extensions/nautilus-icon-canvas-item.c
libnautilus-extensions/nautilus-icon-dnd.c
libnautilus-extensions/nautilus-icon-factory.c
libnautilus-extensions/nautilus-icon-text-item.c
libnautilus-extensions/nautilus-preferences-item.c
libnautilus-extensions/nautilus-preferences.c
libnautilus-extensions/nautilus-preferences-dialog.c
2000-06-05 16:02:48 +00:00
libnautilus-extensions/nautilus-program-chooser.c
libnautilus-extensions/nautilus-program-choosing.c
libnautilus-extensions/nautilus-search-uri.c
libnautilus-extensions/nautilus-trash-directory.c
libnautilus-extensions/nautilus-trash-file.c
libnautilus-extensions/nautilus-undo-signal-handlers.c
libnautilus-extensions/nautilus-view-identifier.c
libnautilus-extensions/nautilus-volume-monitor.c
libnautilus/nautilus-clipboard.c
libnautilus/nautilus-clipboard-ui.xml
nautilus.desktop.in
src/file-manager/fm-desktop-icon-view.c
src/file-manager/fm-directory-view.c
2000-06-05 16:02:48 +00:00
src/file-manager/fm-error-reporting.c
src/file-manager/fm-icon-view.c
src/file-manager/fm-list-view.c
src/file-manager/fm-properties-window.c
src/file-manager/fm-search-list-view.c
src/file-manager/nautilus-desktop-icon-view-ui.xml
src/file-manager/nautilus-directory-view-ui.xml
src/file-manager/nautilus-icon-view-ui.xml
src/file-manager/nautilus-indexing-info.c
src/file-manager/nautilus-search-list-view-ui.xml
src/nautilus-about.c
2000-06-05 16:02:48 +00:00
src/nautilus-application.c
src/nautilus-bookmarks-window.c
src/nautilus-complex-search-bar.c
src/nautilus-first-time-druid.c
src/nautilus-link-set-window.c
src/nautilus-location-bar.c
src/nautilus-main.c
src/nautilus-property-browser.c
src/nautilus-search-bar-criterion.c
src/nautilus-service-ui.xml
src/nautilus-shell.c
src/Nautilus_shell.oaf.in
src/nautilus-shell-ui.xml
src/nautilus-sidebar-title.c
src/nautilus-sidebar.c
src/nautilus-simple-search-bar.c
src/nautilus-switchable-search-bar.c
src/nautilus-theme-selector.c
src/nautilus-window.c
src/nautilus-window-manage-views.c
src/nautilus-window-menus.c
src/nautilus-window-private.h
Did most of the work for bug 1300 & 1090. It now uses an rpmsearch.cgi * components/services/install/command-line/eazel-alt-install.c: (set_parameters_from_command_line), (main): * components/services/install/lib/eazel-install-object.c: (eazel_install_new_with_config), (eazel_install_fetch_remote_package_list), (eazel_install_install_packages): * components/services/install/lib/eazel-install-protocols.c: (http_fetch_remote_file), (filename_from_url), (eazel_install_fetch_package), (get_url_for_package), (get_search_url_for_package): * components/services/install/lib/eazel-install-rpm-glue.c: (install_all_packages), (do_rpm_install), (eazel_install_fetch_rpm_dependencies), (eazel_install_ensure_deps): * components/services/install/lib/eazel-install-types.c: (packagedata_new), (packagedata_new_from_rpm_conflict), (packagedata_new_from_rpm_conflict_reversed), (packagedata_new_from_rpm_header), (packagedata_destroy_foreach), (packagedata_destroy), (rpmfilename_from_packagedata), (packagedata_hash): * components/services/install/lib/eazel-install-types.h: Did most of the work for bug 1300 & 1090. It now uses an rpmsearch.cgi script on a server to query for packages as dependency fails occur. * components/services/install/lib/eazel-install-metadata.c: (create_default_metadata): Fixed bug 1310. * components/services/install/lib/eazel-install-xml-package-list.c: (generate_xml_package_list): Fixed bug 1284. * nautilus-installer/src/callbacks.c: (set_images), (set_white_stuff): * nautilus-installer/src/callbacks.h: * nautilus-installer/src/installer.c: (create_package), (create_categories), (installer): * nautilus-installer/src/interface.c: (create_window): Update to the new apt-get alike stuff in libinstall. Also make things white to please Arlo. * components/services/install/lib/Makefile.am: * components/services/time/command-line/Makefile.am: * components/services/time/nautilus-view/Makefile.am: * components/services/time/service/Makefile.am: * components/services/trilobite/libtrilobite/Makefile.am: * components/services/trilobite/sample/command-line/Makefile.am: * components/services/trilobite/sample/service/Makefile.am: * libnautilus-extensions/Makefile.am: * nautilus-installer/src/Makefile: * nautilus.spec.in: * po/POTFILES.in: More patchine to make the rpm building succeed. Basically a removed files that where no longer in existence (POTFILES), and adding missing .h files to Makefile.am's.
2000-06-13 03:23:32 +00:00
src/nautilus-window-toolbars.c
src/nautilus-zoom-control.c