aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Icon.idl
Commit message (Collapse)AuthorAgeFilesLines
* Desensitize the move/copy/delete/rename in the menus (including rightJason Leach2001-08-171-23/+0
| | | | | | | | | | | | | 2001-08-16 Jason Leach <jleach@ximian.com> * e-shell-view.c (folder_selected_cb): Desensitize the move/copy/delete/rename in the menus (including right click) for stock folders. * Evolution-Icon.idl: Actually remove this file from CVS (its contents are now in Evolution-common.idl). svn path=/trunk/; revision=12139
* Implemented an Evolution::Activity interface for keeping track ofEttore Perazzoli2001-06-231-0/+23
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