Remove/replace unneeded includes and move around stuff so that system
2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * e-component-registry.c: Remove/replace unneeded includes and move around stuff so that system headers are included first. * e-corba-storage.c: Replace #include <bonobo.h> * e-folder-tree.c: Shuffle. * e-folder.c: Remove #include <gtk/gtkobject.h> * e-local-storage.c: Replace #include <gnome.h> and <bonobo.h> * e-setup.c: Replace #include <glib.h> and <gnome.h> * e-shell-folder-creation-dialog.c: Replace #include <gnome.h> * e-shell-folder-title-bar.c: Replace <gnome.h> * e-shell-utils.c: Same here. * e-shell-view-menu.c: Same here (and <bonobo.h>) * e-shell-view.c: Replace <gnome.h> and <bonobo.h> * e-shell.c: Replace <gnome.h> * e-shell.h: Shuffle. * e-shortcuts-view-model.c: Replace <gnome.h> * e-shortcuts-view.c: Remove #include <gnome.h> * e-shortcuts.c: Move <string.h> up. * e-splash.c: Replace <gnome.h> * e-storage-set-view.c: Replace <gnome.h> * e-storage-set.c: Shuffle * e-storage.c: Replace <gnome.h> * evolution-local-storage.c: Same here * evolution-local-storage.h: And here. * evolution-session.c: Same here too. * evolution-session.h: Replace <bonobo.h> * evolution-shell-client.c: Here too. * evolution-shell-component-client.c: Shuffle. * evolution-shell-component.c: Replace <bonobo.h> * evolution-shell-view.c: Remove #include <bonobo.h> * evolution-shell-view.h: Replace <gnome.h> * evolution-storage-listener.c: Replace <gnome.h> and <bonobo.h> * evolution-storage-listener.h: Replace <gnome.h> * evolution-storage-set-view-listener.c: Replace <gnome.h> and <bonobo.h> * evolution-storage-set-view.c: Remove <gnome.h> * evolution-storage.c: Replace <bonobo.h> * main.c: Replace <gnome.h> and <bonobo.h> * importer/importer.c: Replace <gnome.h> * importer/intelligent.c: Replace <gnome.h>. Add prototype for svn path=/trunk/; revision=9019
This commit is contained in:

committed by
Kjartan Maraas

parent
69dd62ddd0
commit
d6f661cd37
@ -1,3 +1,46 @@
|
|||||||
|
2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* e-component-registry.c: Remove/replace unneeded includes and
|
||||||
|
move around stuff so that system headers are included first.
|
||||||
|
* e-corba-storage.c: Replace #include <bonobo.h>
|
||||||
|
* e-folder-tree.c: Shuffle.
|
||||||
|
* e-folder.c: Remove #include <gtk/gtkobject.h>
|
||||||
|
* e-local-storage.c: Replace #include <gnome.h> and <bonobo.h>
|
||||||
|
* e-setup.c: Replace #include <glib.h> and <gnome.h>
|
||||||
|
* e-shell-folder-creation-dialog.c: Replace #include <gnome.h>
|
||||||
|
* e-shell-folder-title-bar.c: Replace <gnome.h>
|
||||||
|
* e-shell-utils.c: Same here.
|
||||||
|
* e-shell-view-menu.c: Same here (and <bonobo.h>)
|
||||||
|
* e-shell-view.c: Replace <gnome.h> and <bonobo.h>
|
||||||
|
* e-shell.c: Replace <gnome.h>
|
||||||
|
* e-shell.h: Shuffle.
|
||||||
|
* e-shortcuts-view-model.c: Replace <gnome.h>
|
||||||
|
* e-shortcuts-view.c: Remove #include <gnome.h>
|
||||||
|
* e-shortcuts.c: Move <string.h> up.
|
||||||
|
* e-splash.c: Replace <gnome.h>
|
||||||
|
* e-storage-set-view.c: Replace <gnome.h>
|
||||||
|
* e-storage-set.c: Shuffle
|
||||||
|
* e-storage.c: Replace <gnome.h>
|
||||||
|
* evolution-local-storage.c: Same here
|
||||||
|
* evolution-local-storage.h: And here.
|
||||||
|
* evolution-session.c: Same here too.
|
||||||
|
* evolution-session.h: Replace <bonobo.h>
|
||||||
|
* evolution-shell-client.c: Here too.
|
||||||
|
* evolution-shell-component-client.c: Shuffle.
|
||||||
|
* evolution-shell-component.c: Replace <bonobo.h>
|
||||||
|
* evolution-shell-view.c: Remove #include <bonobo.h>
|
||||||
|
* evolution-shell-view.h: Replace <gnome.h>
|
||||||
|
* evolution-storage-listener.c: Replace <gnome.h> and <bonobo.h>
|
||||||
|
* evolution-storage-listener.h: Replace <gnome.h>
|
||||||
|
* evolution-storage-set-view-listener.c: Replace <gnome.h> and <bonobo.h>
|
||||||
|
* evolution-storage-set-view.c: Remove <gnome.h>
|
||||||
|
* evolution-storage.c: Replace <bonobo.h>
|
||||||
|
* main.c: Replace <gnome.h> and <bonobo.h>
|
||||||
|
* importer/importer.c: Replace <gnome.h>
|
||||||
|
* importer/intelligent.c: Replace <gnome.h>. Add prototype for
|
||||||
|
intelligent_importer_init().
|
||||||
|
* importer/intelligent.h: Added this file.
|
||||||
|
|
||||||
2001-03-28 Ettore Perazzoli <ettore@ximian.com>
|
2001-03-28 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
* e-storage-set-view.c (folder_sort_callback): Use
|
* e-storage-set-view.c (folder_sort_callback): Use
|
||||||
|
@ -25,18 +25,15 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtkobject.h>
|
|
||||||
#include <gtk/gtktypeutils.h>
|
#include <gtk/gtktypeutils.h>
|
||||||
#include <bonobo.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
#include "e-shell-utils.h"
|
|
||||||
|
|
||||||
#include "Evolution.h"
|
#include "Evolution.h"
|
||||||
|
|
||||||
#include "evolution-shell-component-client.h"
|
|
||||||
|
|
||||||
#include "e-component-registry.h"
|
#include "e-component-registry.h"
|
||||||
|
#include "e-shell-utils.h"
|
||||||
|
#include "evolution-shell-component-client.h"
|
||||||
|
|
||||||
|
|
||||||
#define PARENT_TYPE GTK_TYPE_OBJECT
|
#define PARENT_TYPE GTK_TYPE_OBJECT
|
||||||
|
@ -25,8 +25,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bonobo.h>
|
#include <bonobo/bonobo-main.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "Evolution.h"
|
#include "Evolution.h"
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
#include "e-folder-tree.h"
|
#include "e-folder-tree.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtkobject.h>
|
|
||||||
#include <gtk/gtksignal.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
@ -45,10 +45,9 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
#include <bonobo.h>
|
#include <libgnome/gnome-util.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
#include "e-local-folder.h"
|
#include "e-local-folder.h"
|
||||||
|
|
||||||
|
@ -26,14 +26,18 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
|
||||||
#include <gnome.h>
|
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
#include <stdio.h> /* rename() */
|
||||||
|
#include <string.h> /* strlen() */
|
||||||
|
|
||||||
|
#include <gtk/gtklabel.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
#include <libgnomeui/gnome-stock.h>
|
||||||
#include <gal/widgets/e-gui-utils.h>
|
#include <gal/widgets/e-gui-utils.h>
|
||||||
|
|
||||||
#include "e-setup.h"
|
#include "e-setup.h"
|
||||||
|
@ -25,7 +25,10 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <glib.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
#include <glade/glade-xml.h>
|
#include <glade/glade-xml.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
@ -25,12 +25,20 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtkbox.h>
|
||||||
|
#include <gtk/gtkhbox.h>
|
||||||
|
#include <gtk/gtklabel.h>
|
||||||
|
#include <gtk/gtkpixmap.h>
|
||||||
|
#include <gtk/gtkrc.h>
|
||||||
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <gtk/gtktogglebutton.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
|
||||||
#include "widgets/misc/e-clipped-label.h"
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
#include "widgets/misc/e-clipped-label.h"
|
||||||
#include "e-shell-constants.h"
|
#include "e-shell-constants.h"
|
||||||
#include "e-shell-folder-title-bar.h"
|
#include "e-shell-folder-title-bar.h"
|
||||||
|
|
||||||
|
@ -25,10 +25,13 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
|
||||||
#include "e-shell-constants.h"
|
#include "e-shell-constants.h"
|
||||||
|
|
||||||
#include "e-shell-utils.h"
|
#include "e-shell-utils.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,20 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gnome.h>
|
|
||||||
|
#include <glib.h>
|
||||||
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-exec.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnome/gnome-url.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
#include <libgnomeui/gnome-about.h>
|
||||||
|
#include <libgnomeui/gnome-dialog.h>
|
||||||
|
#include <libgnomeui/gnome-dialog-util.h>
|
||||||
|
|
||||||
|
#include <liboaf/liboaf.h>
|
||||||
|
#include <bonobo/bonobo-moniker-util.h>
|
||||||
|
|
||||||
#include "e-shell-folder-creation-dialog.h"
|
#include "e-shell-folder-creation-dialog.h"
|
||||||
#include "e-shell-folder-selection-dialog.h"
|
#include "e-shell-folder-selection-dialog.h"
|
||||||
@ -34,9 +47,6 @@
|
|||||||
#include "e-shell-view-menu.h"
|
#include "e-shell-view-menu.h"
|
||||||
#include "importer/importer.h"
|
#include "importer/importer.h"
|
||||||
|
|
||||||
#include <liboaf/liboaf.h>
|
|
||||||
#include <bonobo.h>
|
|
||||||
|
|
||||||
|
|
||||||
const char *authors[] = {
|
const char *authors[] = {
|
||||||
"Seth Alves",
|
"Seth Alves",
|
||||||
|
@ -28,11 +28,14 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <libgnome/gnome-defs.h>
|
||||||
#include <bonobo.h>
|
#include <libgnomeui/gnome-window.h>
|
||||||
#include <bonobo/bonobo-socket.h>
|
|
||||||
#include <libgnomeui/gnome-window-icon.h>
|
#include <libgnomeui/gnome-window-icon.h>
|
||||||
|
#include <bonobo/bonobo-socket.h>
|
||||||
|
#include <bonobo/bonobo-ui-util.h>
|
||||||
|
#include <bonobo/bonobo-widget.h>
|
||||||
|
|
||||||
|
#include <gal/e-paned/e-hpaned.h>
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
#include <gal/widgets/e-gui-utils.h>
|
#include <gal/widgets/e-gui-utils.h>
|
||||||
#include <gal/widgets/e-unicode.h>
|
#include <gal/widgets/e-unicode.h>
|
||||||
@ -53,7 +56,6 @@
|
|||||||
#include "e-shell-view.h"
|
#include "e-shell-view.h"
|
||||||
#include "e-shell-view-menu.h"
|
#include "e-shell-view-menu.h"
|
||||||
|
|
||||||
#include <gal/e-paned/e-hpaned.h>
|
|
||||||
|
|
||||||
|
|
||||||
static BonoboWindowClass *parent_class = NULL;
|
static BonoboWindowClass *parent_class = NULL;
|
||||||
|
@ -25,14 +25,18 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtkmain.h>
|
||||||
#include <liboaf/liboaf.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
#include "Evolution.h"
|
#include <libgnome/gnome-config.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
|
||||||
#include <gal/widgets/e-gui-utils.h>
|
#include <gal/widgets/e-gui-utils.h>
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
#include "Evolution.h"
|
||||||
|
|
||||||
#include "e-component-registry.h"
|
#include "e-component-registry.h"
|
||||||
#include "e-corba-storage-registry.h"
|
#include "e-corba-storage-registry.h"
|
||||||
#include "e-folder-type-registry.h"
|
#include "e-folder-type-registry.h"
|
||||||
@ -48,6 +52,8 @@
|
|||||||
|
|
||||||
#include "e-shell.h"
|
#include "e-shell.h"
|
||||||
|
|
||||||
|
#include "importer/intelligent.h"
|
||||||
|
|
||||||
|
|
||||||
#define PARENT_TYPE BONOBO_OBJECT_TYPE
|
#define PARENT_TYPE BONOBO_OBJECT_TYPE
|
||||||
static BonoboObjectClass *parent_class = NULL;
|
static BonoboObjectClass *parent_class = NULL;
|
||||||
|
@ -24,9 +24,8 @@
|
|||||||
#ifndef _E_SHELL_H_
|
#ifndef _E_SHELL_H_
|
||||||
#define _E_SHELL_H_
|
#define _E_SHELL_H_
|
||||||
|
|
||||||
#include <bonobo/bonobo-object.h>
|
|
||||||
|
|
||||||
#include <liboaf/liboaf.h> /* For the registration stuff. */
|
#include <liboaf/liboaf.h> /* For the registration stuff. */
|
||||||
|
#include <bonobo/bonobo-object.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtksignal.h>
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "e-shortcuts-view-model.h"
|
#include "e-shortcuts-view-model.h"
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
#ifndef _E_SHORTCUTS_VIEW_MODEL_H_
|
#ifndef _E_SHORTCUTS_VIEW_MODEL_H_
|
||||||
#define _E_SHORTCUTS_VIEW_MODEL_H_
|
#define _E_SHORTCUTS_VIEW_MODEL_H_
|
||||||
|
|
||||||
#include "e-shortcuts.h"
|
|
||||||
|
|
||||||
#include <gal/shortcut-bar/e-shortcut-model.h>
|
#include <gal/shortcut-bar/e-shortcut-model.h>
|
||||||
|
|
||||||
|
#include "e-shortcuts.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#pragma }
|
#pragma }
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "e-shortcuts-view-model.h"
|
#include "e-shortcuts-view-model.h"
|
||||||
|
@ -43,14 +43,14 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <gtk/gtkobject.h>
|
#include <gtk/gtkobject.h>
|
||||||
#include <gtk/gtktypeutils.h>
|
#include <gtk/gtktypeutils.h>
|
||||||
|
|
||||||
#include <gnome-xml/parser.h>
|
#include <gnome-xml/parser.h>
|
||||||
#include <gnome-xml/xmlmemory.h>
|
#include <gnome-xml/xmlmemory.h>
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
#include <gal/util/e-xml-utils.h>
|
#include <gal/util/e-xml-utils.h>
|
||||||
#include <gal/shortcut-bar/e-shortcut-bar.h>
|
#include <gal/shortcut-bar/e-shortcut-bar.h>
|
||||||
|
@ -25,7 +25,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtkframe.h>
|
||||||
|
#include <gtk/gtkmain.h>
|
||||||
|
#include <gtk/gtksignal.h>
|
||||||
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
|
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
@ -26,20 +26,17 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
#include <gal/e-table/e-tree-memory-callbacks.h>
|
||||||
|
#include <gal/e-table/e-cell-tree.h>
|
||||||
|
#include <gal/e-table/e-cell-text.h>
|
||||||
|
|
||||||
#include "e-util/e-gtk-utils.h"
|
#include "e-util/e-gtk-utils.h"
|
||||||
|
|
||||||
#include "e-shell-constants.h"
|
#include "e-shell-constants.h"
|
||||||
|
|
||||||
#include "e-storage-set-view.h"
|
|
||||||
|
|
||||||
#include "e-local-storage.h"
|
#include "e-local-storage.h"
|
||||||
|
#include "e-storage-set-view.h"
|
||||||
#include <gal/e-table/e-tree-memory-callbacks.h>
|
|
||||||
#include <gal/e-table/e-cell-tree.h>
|
|
||||||
#include <gal/e-table/e-cell-text.h>
|
|
||||||
|
|
||||||
#ifdef JUST_FOR_TRANSLATORS
|
#ifdef JUST_FOR_TRANSLATORS
|
||||||
static char *list [] = {
|
static char *list [] = {
|
||||||
|
@ -25,12 +25,12 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <gtk/gtkobject.h>
|
#include <gtk/gtkobject.h>
|
||||||
#include <gtk/gtksignal.h>
|
#include <gtk/gtksignal.h>
|
||||||
#include <gtk/gtktypeutils.h>
|
#include <gtk/gtktypeutils.h>
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "e-storage-set-view.h"
|
#include "e-storage-set-view.h"
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
#include <gtk/gtkobject.h>
|
#include <gtk/gtkobject.h>
|
||||||
#include <gtk/gtksignal.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "e-folder-tree.h"
|
#include "e-folder-tree.h"
|
||||||
|
@ -25,7 +25,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#ifndef __EVOLUTION_LOCAL_STORAGE_H__
|
#ifndef __EVOLUTION_LOCAL_STORAGE_H__
|
||||||
#define __EVOLUTION_LOCAL_STORAGE_H__
|
#define __EVOLUTION_LOCAL_STORAGE_H__
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include "evolution-storage.h"
|
#include "evolution-storage.h"
|
||||||
|
|
||||||
|
@ -25,12 +25,11 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "Evolution.h"
|
#include "Evolution.h"
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
|
||||||
|
|
||||||
#include "evolution-session.h"
|
#include "evolution-session.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#ifndef __EVOLUTION_SESSION_H__
|
#ifndef __EVOLUTION_SESSION_H__
|
||||||
#define __EVOLUTION_SESSION_H__
|
#define __EVOLUTION_SESSION_H__
|
||||||
|
|
||||||
#include <bonobo.h>
|
#include <bonobo/bonobo-object.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -25,7 +25,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bonobo.h>
|
#include <gtk/gtkmain.h>
|
||||||
|
#include <bonobo/bonobo-main.h>
|
||||||
|
#include <bonobo/bonobo-object.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
#include <gtk/gtksignal.h>
|
#include <gtk/gtksignal.h>
|
||||||
#include <gtk/gtktypeutils.h>
|
#include <gtk/gtktypeutils.h>
|
||||||
|
|
||||||
|
#include <liboaf/liboaf.h>
|
||||||
|
|
||||||
#include <bonobo/bonobo-main.h>
|
#include <bonobo/bonobo-main.h>
|
||||||
#include <bonobo/bonobo-widget.h>
|
#include <bonobo/bonobo-widget.h>
|
||||||
|
|
||||||
#include <liboaf/liboaf.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "evolution-shell-component-client.h"
|
#include "evolution-shell-component-client.h"
|
||||||
|
@ -25,12 +25,13 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bonobo.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <bonobo/bonobo-object.h>
|
||||||
#include "Evolution.h"
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
#include "Evolution.h"
|
||||||
|
|
||||||
#include "evolution-shell-component.h"
|
#include "evolution-shell-component.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtksignal.h>
|
#include <gtk/gtksignal.h>
|
||||||
#include <bonobo.h>
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
#ifndef __EVOLUTION_SHELL_VIEW_H__
|
#ifndef __EVOLUTION_SHELL_VIEW_H__
|
||||||
#define __EVOLUTION_SHELL_VIEW_H__
|
#define __EVOLUTION_SHELL_VIEW_H__
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <glib.h>
|
||||||
|
#include <bonobo/bonobo-object.h>
|
||||||
#include "Evolution.h"
|
#include "Evolution.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -25,9 +25,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtksignal.h>
|
||||||
#include <bonobo.h>
|
#include <bonobo/bonobo-main.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "evolution-storage-listener.h"
|
#include "evolution-storage-listener.h"
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
#ifndef __EVOLUTION_STORAGE_LISTENER_H__
|
#ifndef __EVOLUTION_STORAGE_LISTENER_H__
|
||||||
#define __EVOLUTION_STORAGE_LISTENER_H__
|
#define __EVOLUTION_STORAGE_LISTENER_H__
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtkobject.h>
|
||||||
|
|
||||||
#include "Evolution.h"
|
#include "Evolution.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -25,9 +25,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtksignal.h>
|
||||||
#include <bonobo.h>
|
#include <bonobo/bonobo-main.h>
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
#include "evolution-storage-set-view-listener.h"
|
#include "evolution-storage-set-view-listener.h"
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
|
||||||
#include "evolution-storage-set-view.h"
|
#include "evolution-storage-set-view.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,12 +25,13 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bonobo.h>
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <bonobo/bonobo-object.h>
|
||||||
#include "Evolution.h"
|
|
||||||
|
|
||||||
#include <gal/util/e-util.h>
|
#include <gal/util/e-util.h>
|
||||||
|
|
||||||
|
#include "Evolution.h"
|
||||||
|
|
||||||
#include "e-util/e-corba-utils.h"
|
#include "e-util/e-corba-utils.h"
|
||||||
|
|
||||||
#include "e-folder-tree.h"
|
#include "e-folder-tree.h"
|
||||||
|
@ -25,7 +25,15 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <glib.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnomeui/gnome-druid.h>
|
||||||
|
#include <libgnomeui/gnome-druid-page-finish.h>
|
||||||
|
#include <libgnomeui/gnome-druid-page-standard.h>
|
||||||
|
#include <libgnomeui/gnome-druid-page-start.h>
|
||||||
|
#include <libgnomeui/gnome-file-entry.h>
|
||||||
|
#include <libgnomeui/gnome-stock.h>
|
||||||
|
|
||||||
#include <liboaf/liboaf.h>
|
#include <liboaf/liboaf.h>
|
||||||
|
|
||||||
|
@ -26,13 +26,33 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gtk/gtkbox.h>
|
||||||
|
#include <gtk/gtkcheckbutton.h>
|
||||||
|
#include <gtk/gtklabel.h>
|
||||||
|
#include <gtk/gtkmain.h>
|
||||||
|
#include <gtk/gtkobject.h>
|
||||||
|
#include <gtk/gtktogglebutton.h>
|
||||||
|
#include <gtk/gtkwidget.h>
|
||||||
|
#include <gtk/gtkwindow.h>
|
||||||
|
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-config.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
#include <libgnomeui/gnome-dialog.h>
|
||||||
|
#include <libgnomeui/gnome-stock.h>
|
||||||
|
|
||||||
#include <liboaf/liboaf.h>
|
#include <liboaf/liboaf.h>
|
||||||
|
|
||||||
#include "intelligent.h"
|
#include "intelligent.h"
|
||||||
#include "GNOME_Evolution_Importer.h"
|
#include "GNOME_Evolution_Importer.h"
|
||||||
|
|
||||||
|
/* Prototypes */
|
||||||
|
|
||||||
|
void intelligent_importer_init (void);
|
||||||
|
|
||||||
|
/* End prototypes */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
start_importer (const char *iid)
|
start_importer (const char *iid)
|
||||||
{
|
{
|
||||||
|
@ -0,0 +1,29 @@
|
|||||||
|
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
|
||||||
|
/* importer.c
|
||||||
|
*
|
||||||
|
* Copyright (C) 2000 Helix Code, Inc.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation; either version 2 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public
|
||||||
|
* License along with this program; if not, write to the
|
||||||
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
* Boston, MA 02111-1307, USA.
|
||||||
|
*
|
||||||
|
* Author: Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __INTELLIGENT_H__
|
||||||
|
#define __INTELLIGENT_H__
|
||||||
|
|
||||||
|
void intelligent_importer_init (void);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
12
shell/main.c
12
shell/main.c
@ -22,9 +22,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gnome.h>
|
#include <glib.h>
|
||||||
#include <bonobo.h>
|
#include <gtk/gtkmain.h>
|
||||||
|
#include <gtk/gtklabel.h>
|
||||||
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <libgnome/gnome-defs.h>
|
||||||
|
#include <libgnome/gnome-i18n.h>
|
||||||
|
#include <libgnome/gnome-util.h>
|
||||||
|
#include <libgnomeui/gnome-init.h>
|
||||||
|
#include <libgnomeui/gnome-stock.h>
|
||||||
#include <libgnomeui/gnome-window-icon.h>
|
#include <libgnomeui/gnome-window-icon.h>
|
||||||
|
#include <bonobo/bonobo-main.h>
|
||||||
#include <glade/glade.h>
|
#include <glade/glade.h>
|
||||||
#include <liboaf/liboaf.h>
|
#include <liboaf/liboaf.h>
|
||||||
#include <unicode.h>
|
#include <unicode.h>
|
||||||
|
Reference in New Issue
Block a user