aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.h
Commit message (Collapse)AuthorAgeFilesLines
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
| | | | | | s/include "bonobo-ui-handler.h"/include "bonobo-ui-compat.h"/ svn path=/trunk/; revision=5539
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | * Evolution-ShellComponent.idl: add "in string evolution_homedir" to ShellComponent::set_owner's arguments. * e-shell.c (e_shell_get_local_directory): Expose local_directory. * e-component-registry.c (register_component): Pass the shell's "local_directory" to the component as its evolution_homedir. * evolution-shell-component.c (impl_ShellComponent_set_owner): Update to include evolution_homedir. (class_init): Update signal prototype. * evolution-shell-component-client.c (evolution_shell_component_client_set_owner): Update to include evolution_homedir. * e-init.c: Remove. This wasn't being used. svn path=/trunk/; revision=4710
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-211-0/+5
| | | | | | uses this yet, though. svn path=/trunk/; revision=4252
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+95
IDL methods and new functions to implement on the component side. I have also added a simple folder creation dialog in the shell. It's quite unfinished and untested. svn path=/trunk/; revision=3491