nautilus/ChangeLog

203 lines
7.4 KiB
Text
Raw Normal View History

Fixed bug 1476 (Using bogus local bookmark should update its icon). The specific bug led me to changing some of the internals of NautilusBookmark in a way that has nice UI consequences. Now if you use Nautilus to move a bookmarked file, the bookmark will continue to find the moved file, and if you delete a file, the bookmark's icon will change to the "missing location" icon. * libnautilus-extensions/nautilus-bookmark.c: (nautilus_bookmark_disconnect_file), (nautilus_bookmark_connect_file): New helper functions that handle wiring or unwiring the connection between a bookmark and its NautilusFile. (nautilus_bookmark_destroy): Use nautilus_bookmark_disconnect_file. (nautilus_bookmark_new_with_icon): Use nautilus_bookmark_connect_file. (bookmark_file_changed_callback): Notice changes in the file's URI and update the bookmark to use the new URI; notice when the file is gone and disconnect/reconnect to file. Miscellaneous tweaks: * src/file-manager/fm-search-list-view.c: (compute_reveal_item_name_and_sensitivity): At the suggestion of a localizer (menthos), added explanatory comments before the use of "Reveal in New Window" and "Reveal in <n> New Windows". It turns out that a comment just before a translatable text string will appear in the .pot files that localizers use. * src/nautilus-first-time-druid.c: (set_up_user_level_page): Fixed two misspellings of "technical" and one missing period. Thanks to menthos for pointing these out. * src/nautilus-window-menus.c: (show_bogus_bookmark_window): Use nautilus_format_uri_for_display for bookmark uris shown in user messages. Simplify the message you get if you choose a known-bogus URI from the Go menu.
2000-09-01 20:53:11 +00:00
2000-09-01 John Sullivan <sullivan@eazel.com>
Fixed bug 1476 (Using bogus local bookmark should update
its icon). The specific bug led me to changing some of
the internals of NautilusBookmark in a way that has nice
UI consequences. Now if you use Nautilus to move a bookmarked
file, the bookmark will continue to find the moved file, and
if you delete a file, the bookmark's icon will change to the
"missing location" icon.
* libnautilus-extensions/nautilus-bookmark.c:
(nautilus_bookmark_disconnect_file),
(nautilus_bookmark_connect_file): New helper functions that
handle wiring or unwiring the connection between a bookmark
and its NautilusFile.
(nautilus_bookmark_destroy): Use nautilus_bookmark_disconnect_file.
(nautilus_bookmark_new_with_icon): Use nautilus_bookmark_connect_file.
(bookmark_file_changed_callback): Notice changes in the file's URI
and update the bookmark to use the new URI; notice when the file
is gone and disconnect/reconnect to file.
Miscellaneous tweaks:
* src/file-manager/fm-search-list-view.c:
(compute_reveal_item_name_and_sensitivity): At the suggestion of
a localizer (menthos), added explanatory comments before the use
of "Reveal in New Window" and "Reveal in <n> New Windows". It turns
out that a comment just before a translatable text string will
appear in the .pot files that localizers use.
* src/nautilus-first-time-druid.c: (set_up_user_level_page):
Fixed two misspellings of "technical" and one missing period. Thanks
to menthos for pointing these out.
* src/nautilus-window-menus.c:
(show_bogus_bookmark_window): Use nautilus_format_uri_for_display
for bookmark uris shown in user messages. Simplify the message you
get if you choose a known-bogus URI from the Go menu.
2000-09-01 Gene Z. Ragan <gzr@eazel.com>
Fixed bug 2491, remove GtkHtml web browser from build.
* components/Makefile.am:
Removed the http component
2000-09-01 Maciej Stachowiak <mjs@eazel.com>
* components/tree/libmain.c (tree_shlib_object_destroyed): Don't
call oaf_plugin_unuse for now, it kills stuff.
* components/tree/nautilus-tree-model.c:
(nautilus_tree_model_destroy,
nautilus_tree_model_for_each_postorder): Bug fixes to avoid crashing.
* components/tree/nautilus-tree-view.c: (insert_hack_node,
remove_hack_node, freeze_if_have_hack_node): Assorted fixes to
avoid crashing or locking up when in-process.
* configure.in: Fix configure text for in-proc tree view.
2000-09-01 Ali Abdin <aliabdin@aucegypt.edu>
* components/help/converters/gnome-db2html2/sect-elements.c:
Ooops - Make the QUOTE tag actually print the characters out
2000-09-01 Maciej Stachowiak <mjs@eazel.com>
* components/tree/nautilus-tree-model.c:
(nautilus_tree_model_destroy, nautilus_tree_model_unref_callback,
nautilus_tree_model_for_each_postorder, remove_all_nodes,
report_node_removed_internal, report_node_removed): Clean up all
the nodes when destroying the model.
* components/tree/nautilus-tree-view.c: Unref the model when
destroying the view.
* components/tree/nautilus-tree-node-private.h,
components/tree/nautilus-tree-node.c:
(nautilus_tree_node_remove_from_parent): Renamed from
`nautilus_tree_remove_from_parent'
2000-09-01 Pavel Cisler <pavel@eazel.com>
Fix bugzilla 2186 - Move/Copy/Make-Link for times from multiple directories
fails. Still needs more testing.
Reworked file operations to match new gnome_vfs_xfer... APIs that now take
lists of URIs for copy source and destination.
* components/services/install/lib/eazel-install-protocols.c:
(gnome_vfs_fetch_remote_file):
Update to use new API.
* libnautilus-extensions/nautilus-file-operations.c:
(check_target_directory_is_or_in_trash),
(new_uri_from_escaped_string), (append_basename_unescaped),
(nautilus_file_operations_copy_move),
(nautilus_file_operations_new_folder),
(nautilus_file_operations_move_to_trash),
(nautilus_file_operations_delete), (do_empty_trash):
Reworked to use new APIs.
Eliminated FIXME 1107.
Updated find_directory calls to use proper "create if needed" flags.
* libnautilus-extensions/nautilus-file-utilities.c:
(nautilus_get_user_main_directory):
* libnautilus-extensions/nautilus-file.c: (nautilus_file_rename):
Updated to use new APIs.
Emits load_underway signals, although they do not seem to start the * components/rpmview/nautilus-rpm-view-install.c: (nautilus_rpm_view_download_progress_signal), (nautilus_rpm_view_install_progress_signal), (nautilus_rpm_view_download_failed), Emits load_underway signals, although they do not seem to start the spinner. (get_detailed_errors_foreach), (get_detailed_errors), (nautilus_rpm_view_install_failed), Generates contents for the dialog box showed when the operation failed. (nautilus_rpm_view_dependency_check), (nautilus_rpm_view_install_done), If failed, show a box to the user (nautilus_service_need_password), (nautilus_service_try_again), (set_root_client), Added Robeys password dialog stuff (delete_files), emits a FALSE when asked to delete files. (nautilus_rpm_view_install_package_callback), (nautilus_rpm_view_uninstall_package_callback): Still defaults to testmachine.eazel.com (bad, but landa.eazel.com seems to be down). Sets up the password query thing. * components/rpmview/nautilus-rpm-view.c: (nautilus_rpm_view_initialize), (nautilus_rpm_view_destroy), (check_installed): Fixed the nautilus_label problem by ifdeffing it to use gtk_label for the strings that will most likely contain \n\n. * components/rpmview/nautilus-rpm-view.h: Added some calls to get div fields from details. * components/services/install/command-line/eazel-alt-install-corba. c: (set_parameters_from_command_line): Fixed the --root handling of dirs. * components/services/install/lib/eazel-install-protocols.c: Now set to use the old CGI stuff while landa doesn't serve me my rpm's.. * components/services/install/lib/eazel-install-rpm-glue.c: (eazel_install_prune_packages_helper), Added some debug output (eazel_install_package_name_compare): Removed some debug output * components/services/install/lib/eazel-install-types.c: (packagedata_destroy_foreach), (packagedata_destroy), free the pack structure itself (packagedata_remove_soft_dep): paranoia check * components/services/trilobite/libtrilobite/trilobite-root-client- public.h: Changed the include to use "'s instead of <'s. * nautilus-installer/src/Makefile: * nautilus-installer/src/installer.c: (create_pixmap), (create_what_to_do_page), (create_install_page), (create_finish_page_good), (create_finish_page_evil), (create_window), (create_info_druid_page): Better image loading for the static installer.
2000-09-01 09:08:11 +00:00
2000-09-01 Eskil Heyn Olsen <eskil@eazel.com>
* components/rpmview/nautilus-rpm-view-install.c:
(nautilus_rpm_view_download_progress_signal),
(nautilus_rpm_view_install_progress_signal),
(nautilus_rpm_view_download_failed),
Emits load_underway signals, although they do not seem to start
the spinner.
(get_detailed_errors_foreach),
(get_detailed_errors),
(nautilus_rpm_view_install_failed),
Generates contents for the dialog box showed when the operation
failed.
(nautilus_rpm_view_dependency_check),
(nautilus_rpm_view_install_done),
If failed, show a box to the user
(nautilus_service_need_password),
(nautilus_service_try_again),
(set_root_client),
Added Robeys password dialog stuff
(delete_files),
emits a FALSE when asked to delete files.
(nautilus_rpm_view_install_package_callback),
(nautilus_rpm_view_uninstall_package_callback):
Still defaults to testmachine.eazel.com (bad, but landa.eazel.com
seems to be down). Sets up the password query thing.
* components/rpmview/nautilus-rpm-view.c:
(nautilus_rpm_view_initialize),
(nautilus_rpm_view_destroy),
(check_installed):
Fixed the nautilus_label problem by ifdeffing it to use gtk_label
for the strings that will most likely contain \n\n
* components/rpmview/nautilus-rpm-view.h:
Added some calls to get div fields from details.
* components/services/install/command-line/eazel-alt-install-corba.
c: (set_parameters_from_command_line):
Fixed the --root handling of dirs.
* components/services/install/lib/eazel-install-protocols.c:
Now set to use the old CGI stuff while landa doesn't serve me my
rpm's..
* components/services/install/lib/eazel-install-rpm-glue.c:
(eazel_install_prune_packages_helper),
Added some debug output
(eazel_install_package_name_compare):
Removed some debug output
* components/services/install/lib/eazel-install-types.c:
(packagedata_destroy_foreach), (packagedata_destroy),
free the pack structure itself
(packagedata_remove_soft_dep):
paranoia check
* components/services/trilobite/libtrilobite/trilobite-root-client-
public.h:
Changed the include to use "'s instead of <'s.
* nautilus-installer/src/Makefile:
* nautilus-installer/src/installer.c: (create_pixmap),
(create_what_to_do_page), (create_install_page),
(create_finish_page_good), (create_finish_page_evil),
(create_window), (create_info_druid_page):
Better image loading for the static installer.
2000-09-01 J Shane Culpepper <pepper@eazel.com>
* components/services/nautilus-dependent-shared/icons/Makefile.am:
Forgot to update the Makefile.am for the new icons.
2000-09-01 J Shane Culpepper <pepper@eazel.com>
* components/services/summary/nautilus-view/nautilus-summary-view.c
: (generate_summary_form):
Minor ui fixes to prepare adding the arlo title widgets. Adding
several images as well.
2000-09-01 Andy Hertzfeld <andy@eazel.com>
* components/rpmview/nautilus-rpm-view.c:
(nautilus_rpm_view_initialize), (check_installed),
(nautilus_rpm_view_update_from_uri):
removed anti-aliased text from rpm_view, since it was causing
too many problems; displayed icon contained in package header, or
a generic package icon if there isn't one; gather and display
package install time correctly.
2000-08-31 Maciej Stachowiak <mjs@eazel.com>
2000-09-01 05:47:49 +00:00
* ChangeLog: rolled over to ChangeLog-20000831.
2000-09-01 05:47:49 +00:00