aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-folder.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented an Evolution::Activity interface for keeping track ofEttore Perazzoli2001-06-231-9/+22
| | | | | | | | | | background tasks. The Activity interface is added to the shell, and the status of the various tasks is now displayed in a task bar widget at the bottom of the EShellView. I also implemented a simple test component to test all this stuff. svn path=/trunk/; revision=10434
* 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