diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 14:46:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 14:46:13 +0800 |
commit | b106b13525048195d99bcbde31e0e535972cbab4 (patch) | |
tree | 87b999777762c5bcea16a9430fbb94cc560de8c0 /shell/GNOME_Evolution_TestComponent.oafinfo | |
parent | 72ca61d74b9942040638b628a6f1358e02d23d42 (diff) | |
download | gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.tar gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.tar.gz gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.tar.bz2 gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.tar.lz gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.tar.xz gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.tar.zst gsoc2013-evolution-b106b13525048195d99bcbde31e0e535972cbab4.zip |
Implemented an Evolution::Activity interface for keeping track of
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
Diffstat (limited to 'shell/GNOME_Evolution_TestComponent.oafinfo')
-rw-r--r-- | shell/GNOME_Evolution_TestComponent.oafinfo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/shell/GNOME_Evolution_TestComponent.oafinfo b/shell/GNOME_Evolution_TestComponent.oafinfo new file mode 100644 index 0000000000..5a203b51b4 --- /dev/null +++ b/shell/GNOME_Evolution_TestComponent.oafinfo @@ -0,0 +1,27 @@ +<oaf_info> + +<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ShellComponentFactory" + type="exe" + location="evolution-test-component"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/ObjectFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Factory for the Evolution test component."/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_TestComponent_ShellComponent" + type="factory" + location="OAFIID:GNOME_Evolution_TestComponent_ShellComponentFactory"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + value="Evolution test component."/> +</oaf_server> + +</oaf_info> |