aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-19/+20
| | | | | | | components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-0/+1
| | | | | | | is decoupled from its path, and updated all the components accordingly. svn path=/trunk/; revision=5159
* Add missing #include "Evolution.h".Ettore Perazzoli2000-06-011-0/+2
| | | | svn path=/trunk/; revision=3313
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-0/+96
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