aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-folder.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-271-1/+4
| | | | | | | well. Now we should just need to implement the corresponding bits in the components... svn path=/trunk/; revision=8949
* Remove <config.h> #includes from the `.h' files, which is known to be,Ettore Perazzoli2001-02-061-4/+0
| | | | | | um, a wrong thing to do. svn path=/trunk/; revision=7983
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-3/+10
| | | | | | | | 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
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-2/+0
| | | | | | | | | | 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
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+68
svn path=/trunk/; revision=2848