diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-06-26 23:12:24 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-06-26 23:12:24 +0800 |
commit | 6f679c6c889771b0ca773cf90d2bfde4afd164ee (patch) | |
tree | 0aad039490c852e1b27d8a2f0a55a66837baca12 /shell/ChangeLog | |
parent | 65117fc884fdc8772306d97b076807b0ab3998e2 (diff) | |
download | gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.gz gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.bz2 gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.lz gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.xz gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.zst gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.zip |
Changes for an importer bug and to get the storagesetselector in the summary
svn path=/trunk/; revision=17289
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index eb73a348bb..4fa46fc8d1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,30 @@ +2002-06-26 Iain <iain@ximian.com> + + * Evolution-StorageSetView.idl: Add a notifyFolderToggled method, + allow checkedFolders to be writable. + + * e-shell-importer.c (free_iid_list): Free the list of iid infos. + (get_name_from_component_info): Move this function from futher down + the file to here because it's useful. + (choose_importer_from_list): Present the user with a list of importer + names to select the one they want to use. + (get_iid_for_filetype): Store the name of the importer as well as the + iid in the list. If there are multiple matches, show the user a list. + + * evolution-storage-set-view-listener.[ch]: Add a folder toggled signal. + (impl_GNOME_Evolution_StorageSetViewListener_notifyFolderToggled): + Notify listeners that a folder has been toggled. + (corba_class_init): Hook up the new method. + (class_init): Create the new signal. + + * evolution-storage-set-view.c + (storage_set_view_widget_folder_toggled_cb): Call the CORBA method for + each listener. + (impl_StorageSetView__set_checkedFolders): Set the checked folders + from the list. + (impl_StorageSetView__get_checkedFolders): Don't include blanks in the + list. + 2002-06-24 Ettore Perazzoli <ettore@ximian.com> * e-shell-folder-selection-dialog.c (impl_clicked): Pass |