diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 32f49c3c42..16a8070978 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,44 @@ +2002-05-07 Ettore Perazzoli <ettore@ximian.com> + + * evolution-storage-set-view-factory.c + (evolution_storage_set_view_factory_new_view): Put the + EStorageSetView in an EScrollFrame. + + * e-shell.c (impl_Shell_createStorageSetView): + CORBA_Object_duplicate the object before returning. + + * evolution-test-component.c + (create_new_folder_selector): New function to create a simple test + environment for the new checkbox-enabled StorageSetView. + (register_component): Add user-creatable type FolderSelector. + (user_create_new_item_callback): Handle FolderSelector. + (dialog_clicked_callback): Print out the checked items in the + folder selector. + (main): Print out a message before going into bonobo_main(). + + * evolution-storage-set-view.c + (impl_StorageSetView__get_showFolders): Renamed from + impl_StorageSetView__get_show_folders. + (impl_StorageSetView__set_showFolders): Renamed from + impl_StorageSetView__set_show_folders. + (impl_StorageSetView__set_showCheckboxes): New, write the + showCheckboxes CORBA attribute. + (impl_StorageSetView__get_showCheckboxes): New, read the + showCheckboxes CORBA attribute. + (impl_StorageSetView__get_checkedFolders): New, read the + checkedFolders CORBA attribute. + (corba_class_init): Install the new CORBA methods methods. + + * e-storage-set-view.c (essv_add_to_list): strdup() the path. + (e_storage_set_view_get_storage_set): New. + + * e-folder.c (e_folder_to_corba): New. + + * Evolution-StorageSetView.idl: Add showCheckboxes and + checkedFolders attributes. + + * Evolution-common.idl: Add typedef for FolderList. + 2002-05-03 Christopher James Lahey <clahey@ximian.com> * e-folder-list.c: Use bonobo_object_client_(un)?ref instead of |