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
24 lines
644 B
Plaintext
24 lines
644 B
Plaintext
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
|
/*
|
|
* CORBA interface for the Evolution shell.
|
|
*
|
|
* Authors:
|
|
* Ettore Perazzoli <ettore@ximian.com>
|
|
*
|
|
* Copyright (C) 2000, 2001 Ximian, Inc.
|
|
*/
|
|
|
|
#include <Bonobo.idl>
|
|
|
|
#include <Evolution-Icon.idl>
|
|
#include <Evolution-Activity.idl>
|
|
#include <Evolution-Session.idl>
|
|
#include <Evolution-ShellComponent.idl>
|
|
#include <Evolution-ShellComponentDnd.idl>
|
|
#include <Evolution-Offline.idl>
|
|
#include <Evolution-ShellView.idl>
|
|
#include <Evolution-Storage.idl>
|
|
#include <Evolution-StorageSetView.idl>
|
|
#include <Evolution-LocalStorage.idl>
|
|
#include <Evolution-Shell.idl>
|