aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Activity.idl
Commit message (Collapse)AuthorAgeFilesLines
* Added an EvolutionActivityClient object to libeshell, to handleEttore Perazzoli2001-06-241-10/+11
| | | | | | | | | | | | updating of progress information from the component's side. This object allows to automatically set a lower limit to the delay between CORBA calls towards the shell, so that the component isn't slowed down too much by doing too frequent updates. Also changed the test component to use this instead of doing CORBA calls directly. svn path=/trunk/; revision=10449
* Implemented an Evolution::Activity interface for keeping track ofEttore Perazzoli2001-06-231-0/+108
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