nautilus:post-1_0_8

Last commit made on 2001-03-31
Get this branch:
git clone -b post-1_0_8 https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
post-1_0_8
Repository:
lp:nautilus

Recent commits

55cf0f3... by Andy Hertzfeld <email address hidden>

completed initial implmentation of creating and editing local annotations.

 * libnautilus-extensions/nautilus-annotation.c:
 (save_local_annotations), (nautilus_annotation_add_annotation):
 * src/file-manager/fm-annotation-window.c:
 (annotation_clicked_callback):
 completed initial implmentation of creating and editing local annotations.

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

more work toward adding and saving annotations

 * libnautilus-extensions/nautilus-annotation.c:
 (save_local_annotations), (nautilus_annotation_add_annotation):
 more work toward adding and saving annotations

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

partially implemented add_annotation

 * libnautilus-extensions/nautilus-annotation.c:
 (nautilus_annotation_add_annotation):
 * libnautilus-extensions/nautilus-annotation.h:
 partially implemented add_annotation

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

made the annotation edit field display existing annotation text, if any.

 made the annotation edit field display existing annotation text,
 if any. Moved some routines around to help implement this

 * libnautilus-extensions/nautilus-annotation.c:
 (nautilus_annotation_get_display_text),
 (nautilus_annotation_get_annotation_for_display):
 * libnautilus-extensions/nautilus-annotation.h:
 * libnautilus-extensions/nautilus-canvas-note-item.c:
 (nautilus_canvas_note_item_set_note_text),
 (nautilus_canvas_note_item_render),
 (nautilus_canvas_note_item_draw):
 * src/file-manager/fm-annotation-window.c:
 (create_annotation_window):

6a14d61... by Andy Hertzfeld <email address hidden>

adjusted aa text position

 * libnautilus-extensions/nautilus-canvas-note-item.c:
 (draw_item_aa_text):
 adjusted aa text position

 * src/file-manager/fm-annotation-window.c:
 (get_pixbuf_for_annotation_window), (annotation_clicked_callback),
 (create_annotation_window):
 added a callback to respond to dialog button clicks

936984a... by Andy Hertzfeld <email address hidden>

changed it to be a subclass of gnome_dialog, and added buttons

 * src/file-manager/fm-annotation-window.c:
 (create_annotation_window):
 * src/file-manager/fm-annotation-window.h:
 changed it to be a subclass of gnome_dialog, and added buttons

949cd4f... by Andy Hertzfeld <email address hidden>

made it use the prefered font instead of hardwired helvetica

 * components/notes/nautilus-notes.c: (make_notes_view):
 made it use the prefered font instead of hardwired helvetica

 * src/file-manager/fm-annotation-window.c: (create_options_table),
 (create_annotation_window):
 added widgets to the annotation window

03744ef... by Andy Hertzfeld <email address hidden>

some more work on the file annotation window; still have a lot more to go.

 * src/file-manager/fm-annotation-window.c:
 (fm_annotation_window_initialize), (real_destroy),
 (create_annotation_window), (fm_annotation_window_present):
 * src/file-manager/fm-annotation-window.h:

 some more work on the file annotation window; still have
 a lot more to go.

7a68aa3... by Andy Hertzfeld <email address hidden>

fixed problem with annotation canvas item not updating properly by

 fixed problem with annotation canvas item not updating properly
 by changing how it manages its bounds. Also, removed some
 debugging statements.

 * libnautilus-extensions/nautilus-canvas-note-item.c:
 (nautilus_canvas_note_item_init), (get_bounds),
 (nautilus_canvas_note_item_set_note_text),
 (nautilus_canvas_note_item_set_arg),
 (nautilus_canvas_note_item_get_arg),
 (nautilus_canvas_note_item_translate),
 (nautilus_canvas_note_item_bounds),
 (nautilus_canvas_note_item_render),
 (nautilus_canvas_note_item_draw),
 (nautilus_canvas_note_item_point),
 (nautilus_canvas_note_item_update):

 * libnautilus-extensions/nautilus-canvas-note-item.h:
 * libnautilus-extensions/nautilus-icon-canvas-item.c:
 (create_annotation):

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

added fm-annotation-window class for adding and editing annotations; only

 added fm-annotation-window class for adding and editing
 annotations; only partially implemented at this point.

 * src/file-manager/Makefile.am:
 * src/file-manager/fm-annotation-window.c:
 (fm_annotation_window_initialize_class),
 (fm_annotation_window_initialize),
 (update_annotation_window_title), (create_annotation_window),
 (fm_annotation_window_present), (real_destroy):
 * src/file-manager/fm-annotation-window.h:
 * src/file-manager/fm-icon-view.c: (annotate_callback):