aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-2/+19
| | | | | | | listeners and fix a bug with the creation of the `EvolutionStorageListener' servant. svn path=/trunk/; revision=5334
* Fix a stupid crash caused by not taking account of the fact that theEttore Perazzoli2000-09-091-0/+4
| | | | | | root node has no folder associated with it. svn path=/trunk/; revision=5277
* Make EvolutionStorage support multiple listeners.Ettore Perazzoli2000-09-091-28/+102
| | | | svn path=/trunk/; revision=5275
* Fix Chris' fixes.Ettore Perazzoli2000-09-091-3/+1
| | | | svn path=/trunk/; revision=5270
* Added base ETableModel functions.Christopher James Lahey2000-09-091-0/+2
| | | | | | | | | | | 2000-09-08 Christopher James Lahey <clahey@helixcode.com> * e-storage-set-view.c: Added base ETableModel functions. * evolution-storage-listener.c, evolution-storage.c: Fixed some warnings. svn path=/trunk/; revision=5267
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-18/+73
| | | | | | | components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256
* Strdup path when setting the callback data.Christopher James Lahey2000-09-021-1/+0
| | | | | | | | | | 2000-09-01 Christopher James Lahey <clahey@helixcode.com> * e-local-storage.c: Strdup path when setting the callback data. * evolution-storage.c: Removed an unused variable. svn path=/trunk/; revision=5168
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-13/+8
| | | | | | | is decoupled from its path, and updated all the components accordingly. svn path=/trunk/; revision=5159
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-071-10/+2
| | | | | | EvolutionStorage. svn path=/trunk/; revision=3940
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-291-1/+1
| | | | svn path=/trunk/; revision=3244
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-0/+395
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