aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-folder.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-4/+46
| | | | | | | | 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-24/+10
| | | | | | | | | | 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
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-161-4/+14
| | | | | | | | the widget with `gtk_grab_add' and `gtk_grab_remove'. Removed leaks from Iain's patch. Moved shortcut view initialization from the model into the view. svn path=/trunk/; revision=3047
* Correctly access an xmlNodePtr->contentIain Holmes2000-05-151-1/+1
| | | | svn path=/trunk/; revision=3031
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+223
svn path=/trunk/; revision=2848