aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some warnings.Christopher James Lahey2000-09-121-2/+2
| | | | | | | | 2000-09-11 Christopher James Lahey <clahey@helixcode.com> * e-local-storage.c: Fixed some warnings. svn path=/trunk/; revision=5344
* Remove debugging message.Ettore Perazzoli2000-09-121-2/+0
| | | | svn path=/trunk/; revision=5336
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-4/+26
| | | | | | | listeners and fix a bug with the creation of the `EvolutionStorageListener' servant. svn path=/trunk/; revision=5334
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-111-0/+28
| | | | svn path=/trunk/; revision=5320
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-4/+36
| | | | | | | 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/+1
| | | | | | | | | | 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-9/+9
| | | | | | | is decoupled from its path, and updated all the components accordingly. svn path=/trunk/; revision=5159
* Remove the 'POSIX_SOURCE' define completely as we don't need thatEttore Perazzoli2000-06-201-2/+0
| | | | | | anymore. svn path=/trunk/; revision=3640
* #undef _POSIX_SOURCE after including dirent.h. this breaks the build onChris Toshok2000-06-201-0/+1
| | | | | | | | | | 2000-06-19 Chris Toshok <toshok@helixcode.com> * e-local-storage.c: #undef _POSIX_SOURCE after including dirent.h. this breaks the build on freebsd if we leave it #defined. go figure. svn path=/trunk/; revision=3638
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-34/+243
| | | | | | | | 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-11/+55
| | | | | | from an EStorage (although they are not implemented yet). svn path=/trunk/; revision=3460
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-071-11/+6
| | | | | | about NULL objects when destroying the shell or the shortcuts. svn path=/trunk/; revision=2850
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+342
svn path=/trunk/; revision=2848