aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-registry.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-201-0/+71
| | | | | | components. svn path=/trunk/; revision=4237
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-4/+9
| | | | | | | | 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/+13
| | | | | | | | | | 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-0/+283
folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199