aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponent.idl
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-3/+37
| | | | | | | | 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
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-0/+4
| | | | | | | | | | 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
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-1/+19
| | | | | | | folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-0/+17
implementing new CORBA storage interfaces for the shell. svn path=/trunk/; revision=3178