aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Shell.idl
Commit message (Collapse)AuthorAgeFilesLines
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-0/+12
| | | | | | | components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256
* Update docs.Ettore Perazzoli2000-08-041-1/+22
| | | | svn path=/trunk/; revision=4510
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-1/+4
| | | | | | selection dialog, and update the code that uses it accordingly. svn path=/trunk/; revision=3854
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-011-0/+1
| | | | | | | | | | | | | | | * Evolution-Shell.idl: add "cancel" to FolderSelectionListener. * evolution-shell-client.c (impl_FolderSelectionListener_cancel): Implement cancel (set *uri and *physical_uri to NULL). (evolution_shell_client_user_select_folder): document %NULL uri and physical_uri return values. * e-shell.c (folder_selection_dialog_clicked_cb): If the user clicked "Cancel" or used the wm to close the dialog, call _cancel instead of _selected. svn path=/trunk/; revision=3831
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-111-0/+13
| | | | | | | "Go to folder..." menu item. Also made the creation dialog slightly larger. svn path=/trunk/; revision=3508
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-2/+6
| | | | | | | | | | components in ShellComponent. Implemented toggle menu items to hide/show the shortcut bar and the folder bar (but they don't work, apparently because of some BonoboUIHandler bogosity). Implemented a CORBA method in Shell to allow a client to get the component that handles a certain folder type. svn path=/trunk/; revision=3303
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-0/+18
implementing new CORBA storage interfaces for the shell. svn path=/trunk/; revision=3178