aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_5'.GTKHTML_0_5nobody2000-07-061-528/+0
| | | | svn path=/tags/GTKHTML_0_5/; revision=3912
* EvolutionShellClient.Ettore Perazzoli2000-06-301-2/+3
| | | | svn path=/trunk/; revision=3820
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-17/+78
| | | | | | | | it really work though, the components should implement creation functionality by passing an appropriate function pointer in `e_shell_component_new()' for @create_folder_fn. svn path=/trunk/; revision=3504
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-1/+43
| | | | | | from an EStorage (although they are not implemented yet). svn path=/trunk/; revision=3460
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-35/+159
| | | | | | | | | | implemented a BonoboObject for wrapping the Evolution::Storage CORBA interface. Also fixed a few bugs. This makes the shell's storage extensibility usable for Evolution components. svn path=/trunk/; revision=3219
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-11/+11
| | | | | | | folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-3/+37
| | | | svn path=/trunk/; revision=3020
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+266
svn path=/trunk/; revision=2848