Files
evolution/shell
Ettore Perazzoli 3dbe4a3ce1 Add an "evolution:button_label" property on the component for use in the
* gui/component/GNOME_Evolution_Addressbook.server.in.in: Add an
"evolution:button_label" property on the component for use in the
shell.

* gui/GNOME_Evolution_Calendar.server.in.in: Add an
"evolution:button_label" property on the component for use in the
shell.

* GNOME_Evolution_Mail.server.in.in: Add an
"evolution:button_label" attribute to the Component for use in the
shell.

* e-shell-window.c (struct _ComponentView): New member button_id.
(struct _EShellWindowPrivate): New member sidebar.
(component_new_new): Get a button_id arg.
(component_button_clicked_callback): Removed.
(sidebar_button_selected_callback): New.
(create_component_button): Removed.
(setup_widget): Set up the sidebar using ESidebar and hook up its
"button_selected" signal.  Also get the component name from a
property on the server info.
(e_shell_window_new): Use BASE_VERSION for the version in the app
name instead of hardcoding "1.5".

* e-sidebar.c: New.
* e-sidebar.h: New.

svn path=/trunk/; revision=22988
2003-10-22 17:14:05 +00:00
..
2003-04-07 16:14:38 +00:00
2003-06-09 17:31:26 +00:00
2003-06-11 00:22:02 +00:00
2003-10-21 18:28:34 +00:00
2003-04-15 17:09:32 +00:00
2002-07-09 17:06:19 +00:00
2003-10-21 18:28:34 +00:00
2002-11-19 21:25:37 +00:00
2002-07-18 18:16:18 +00:00
2002-11-19 21:25:37 +00:00
2003-10-21 18:28:34 +00:00
2003-10-22 17:05:54 +00:00
2002-09-24 21:01:04 +00:00
2003-07-17 17:09:38 +00:00
2003-10-21 18:28:34 +00:00
2003-10-21 18:28:34 +00:00
2003-04-07 01:44:02 +00:00
2003-04-28 20:22:12 +00:00
2003-10-22 17:05:54 +00:00

Two things are built in this directory: the shell's executable, named
`evolution', and the shell utility library, `libeshell'.

The `e-*' files belong to the shell, and their API is not exported at
all.

The `evolution-*' files, instead, are Bonobo-style wrappers for the
shell's Evolution:: CORBA interfaces.  They are all compiled into
`libeshell'; the shell itself links against `libeshell'.

The `evolution-*-client' files are utility GTK+-style wrappers for the
CORBA methods; the modules whose name does not end with `-client',
instead, are Bonobo-like GTK+ objects wrapping the implementation of
the CORBA server.