nautilus:post-1_0_3

Last commit made on 2001-02-20
Get this branch:
git clone -b post-1_0_3 https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
post-1_0_3
Repository:
lp:nautilus

Recent commits

a25e6b6... by Andy Hertzfeld <email address hidden>

got basic annotation infrastructure working

 got basic annotation infrastructure working

 * libnautilus-extensions/Makefile.am:
 * libnautilus-extensions/nautilus-annotation.c:
 (digest_file_completed), (digest_file_failed),
 (calculate_checksum_callback), (read_file_open_callback),
 (calculate_file_digest), (get_annotation_path),
 (look_up_local_annotation), (has_local_annotation),
 (got_annotations_callback), (fetch_annotations_from_server),
 (get_annotation_from_server), (got_file_digest),
 (nautilus_annotation_has_annotation):
 * libnautilus-extensions/nautilus-metadata.h:
 * src/file-manager/fm-icon-view.c: (get_icon_text_callback):

2989ccd... by Andy Hertzfeld <email address hidden>

first very rough cut at annotation stuff, not even building yet

  first very rough cut at annotation stuff, not even building yet

 * libnautilus-extensions/nautilus-annotation.c: (_byte_reverse),
 (md5_init), (md5_update), (md5_final), (md5_transform),
 (digest_file_close_callback), (read_file_succeeded),
 (read_file_failed), (calculate_checksum_callback),
 (read_file_open_callback), (calculate_file_digest),
 (look_up_local_annotation), (has_local_annotation),
 (get_annotation_from_server), (got_file_digest),
 (nautilus_annotation_get_annotation),
 (nautilus_annotation_has_annotation),
 (nautilus_annotation_add_annotation),
 (nautilus_annotation_remove_annotation):
 * libnautilus-extensions/nautilus-annotation.h:

 * Makefile.am:
 * applets/Makefile.am:
 had to remove this because it wasn't building for me

 * src/nautilus-sidebar.c: (add_command_buttons),
 (empty_trash_callback),
 (nautilus_sidebar_trash_state_changed_callback),
 (nautilus_sidebar_update_buttons):
 empty trash button

9b48004... by Andy Hertzfeld <email address hidden>

got rid of debug files for demo

 got rid of debug files for demo

d8905ba... by Andy Hertzfeld <email address hidden>

created the post-1_0_3 branch

 created the post-1_0_3 branch

19ec1fc... by John Harper <email address hidden>

Fixed bug 6044 (Druid should be clearer on what the right choice is for

2001-02-08 John Harper <email address hidden>

 Fixed bug 6044 (Druid should be clearer on what the right
 choice is for proxy users)

 * src/nautilus-first-time-druid.c (set_up_update_page): added
 the text `If you know your computer uses a proxy connection,
 click Yes and Nautilus will use it.' to the middle of the label

 Fixed bug 5656 (First time druid should bail out at startup if
 it cannot create .nautilus and Nautilus directories)

 * src/nautilus-application.c (nautilus_application_startup):
 moved the call to check_required_directories () before that to
 nautilus_first_time_druid_show ()

df2cf29... by Michael Fleming <email address hidden>

 reviewed by: Maciej Stachowiak <email address hidden>

 * components/mozilla/main.c: (mozilla_process_delayed_exit),
 (mozilla_object_destroyed), (mozilla_make_object), (main):

 Bug 6328 -- Mozilla processes are now kept around for 30
 minutes after last used, so that re-activation is much faster.
 Navigating to and from web pages in Nautilus is much less agonizing
 now.

f6e7747... by Maciej Stachowiak <email address hidden>

reviewed by: Rebecca Schulman <email address hidden>

 reviewed by: Rebecca Schulman <email address hidden>

 This change is needed to enable the bonobo-level fix to Nautilus
 bug 6023 (throbber and proxy processes still around after Nautilus
 is quit). The throbber was unreffing itself on destroy, which is
 wrong. However, Bonobo was leaking a reference to any toolbar
 control item, so the two bugs were masking each other.

 * components/throbber/nautilus-throbber.c
 (nautilus_throbber_destroy): Remove incorrect unref.
 (nautilus_throbber_initialize): Formatting tweaks

d8e3e28... by Andy Hertzfeld <email address hidden>

fixed bug 6458, crash if you quickly press cancel after pressing OK in the

 * libnautilus-extensions/nautilus-gnome-extensions.c:
 (widget_destroy_callback), (icon_selected_callback),
 (icon_cancel_pressed):
 fixed bug 6458, crash if you quickly press cancel after pressing
 OK in the icon picker; fixed by setting a boolean once the
 picker has been dismissed, and checking it so we don't do it twice.

4979687... by Andy Hertzfeld <email address hidden>

fixed bug 6369, sluggish keyboard response in location bar. I improved

 * src/nautilus-location-bar.c,h: (get_file_info_list),
 (try_to_expand_path), (editable_key_press_callback),
 (real_activate), (destroy), (nautilus_location_bar_initialize),
 (nautilus_location_bar_new), (nautilus_location_bar_set_location),
 (nautilus_location_bar_get_location),
 (nautilus_location_bar_update_label):

 fixed bug 6369, sluggish keyboard response in location bar. I improved
 this in two different ways: the expansion code is deferred to idle
 time now, so it doesn't get in the way of fast typing. Also, the
 file info list is cached in memory, so it doesn't have to load it
 again for every keystroke. I also made the instance variables
 private, instead of being exposed in the .h file.

3ded806... by Robey Pointer <email address hidden>

Change texts to match Vera's refinements.

 * components/services/install/nautilus-view/nautilus-service-instal
 l-view.c: (nautilus_service_install_downloading),
 (nautilus_service_install_preflight_check),
 (previous_install_finished), (nautilus_service_install_installing),
 (nautilus_service_install_done),
 (nautilus_service_install_view_update_from_uri_finish):

 Change texts to match Vera's refinements.