2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #526741 (gnome-vfs to gio/gvfs port) * configure.in: Drop dependency on gnome-vfs, depend on gio instead. * addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs. * calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async), (async_read): Read data with gio, not with gnome-vfs. * calendar/gui/e-meeting-store.c: (async_close): Function removed. * calendar/gui/migration.c: * calendar/gui/e-memos.c: * calendar/gui/alarm-notify/notify-main.c: * calendar/gui/e-tasks.c: * calendar/gui/main.c: * calendar/gui/e-meeting-list-view.c: Do not include gnome-vfs. * calendar/gui/dialogs/comp-editor.c: (set_attachment_list): * calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type): Function removed, use e-util function instead. * calendar/gui/e-cal-popup.c: (temp_save_part): Reflect changes in CamelStreamVFS. * calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free), (ecalp_standard_menu_factory): Use gio to fill popup and launch app. * calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb): * calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb): New helper function to manage file:// urls for GtkHTML component. * calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init): * calendar/gui/e-cal-component-memo-preview.c: (e_cal_comp_preview_url_requested_cb): Use above helper function. * calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb): * calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed. * composer/e-msg-composer.h: (e_msg_composer_guess_mime_type): * composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri), (e_msg_composer_add_inline_image_from_file): Use shared e_util_guess_mime_type instead of its own. * e-util/e-gui-utils.c: Do not include gnome-vfs. * e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path): * e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local): Use gio instead of gnome-vfs. * e-util/e-util.h: * e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri), (e_util_uri_to_filename), (e_util_read_file): New helper functions. * mail/Makefile.am: * mail/em-vfs-stream.h: * mail/em-vfs-stream.c: Removed from project, not used anywhere. * mail/em-menu.c: * mail/em-config.c: Do not include gnome-vfs. * mail/mail-ops.c: (save_messages_exec), (save_part_exec): Changes related to Data Server change of CamelStreamVFS. * mail/em-format.c: (em_format_describe_part): * mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler), (efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop), (efhd_format_attachment): Drop use of deprecated gnome-vfs functions. * mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type. * mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free), (emp_standard_menu_factory): Use gio to fill popup and launch app. * plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs. * plugins/ipod-sync/ical-format.c: (do_save_calendar_ical): * plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook): Write to gio GOutputStream instead of gnome-vfs handle. * plugins/ipod-sync/format-handler.h: (open_for_writing): * plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function. * plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical): * plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): Use gio GOutputStream instead of gnome-vfs handle. * plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI. * plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI. * plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb), (struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question), (mount_first), (publish): Use gio instead of gnome-vfs for opening (remote) files. * plugins/save-calendar/ical-format.c: (do_save_calendar_ical): * plugins/save-calendar/csv-format.c: (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf): Use gio GOutpuStream instead of gnome-vfs handle. * plugins/save-calendar/format-handler.h: (open_for_writing): * plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function. * shell/e-shell-window-commands.c: (command_quick_reference): Use gio instead of gnome-vfs. * widgets/misc/e-attachment.h: (struct _EAttachment): * widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type), (e_attachment_new), (struct DownloadInfo), (download_info_free), (data_ready_cb), (download_to_local_path), (e_attachment_new_remote_file): Use gio instead of gnome-vfs to download remote files. * widgets/misc/e-image-chooser.c: (image_drag_data_received_cb): Use new util function to read file. * widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs. svn path=/trunk/; revision=35378
321 lines
7.7 KiB
C
321 lines
7.7 KiB
C
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
|
/*
|
|
* Authors: Michael Zucchi <notzed@ximian.com>
|
|
*
|
|
* Copyright 2004 Novell, Inc. (www.novell.com)
|
|
*
|
|
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*
|
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
#include <glib.h>
|
|
|
|
#include <gtk/gtkmenu.h>
|
|
#include <gtk/gtkmenuitem.h>
|
|
#include <gtk/gtkimagemenuitem.h>
|
|
#include <gtk/gtkcheckmenuitem.h>
|
|
#include <gtk/gtkradiomenuitem.h>
|
|
#include <gtk/gtkseparatormenuitem.h>
|
|
#include <gtk/gtklabel.h>
|
|
#include <gtk/gtkimage.h>
|
|
|
|
#include <libgnome/gnome-url.h>
|
|
|
|
#include "em-config.h"
|
|
#include "libedataserver/e-msgport.h"
|
|
#include <e-util/e-icon-factory.h>
|
|
#include "em-utils.h"
|
|
#include "em-composer-utils.h"
|
|
|
|
#include <camel/camel-store.h>
|
|
#include <camel/camel-folder.h>
|
|
#include <camel/camel-mime-message.h>
|
|
#include <camel/camel-string-utils.h>
|
|
#include <camel/camel-mime-utils.h>
|
|
#include <camel/camel-mime-part.h>
|
|
#include <camel/camel-url.h>
|
|
|
|
#include <camel/camel-vee-folder.h>
|
|
#include <camel/camel-vtrash-folder.h>
|
|
|
|
#include <gconf/gconf.h>
|
|
#include <gconf/gconf-client.h>
|
|
|
|
#include <e-util/e-util.h>
|
|
|
|
static GObjectClass *emp_parent;
|
|
|
|
struct _EMConfigPrivate {
|
|
gint account_changed_id;
|
|
};
|
|
|
|
static void
|
|
emp_init(GObject *o)
|
|
{
|
|
EMConfig *emp = (EMConfig *)o;
|
|
|
|
emp->priv = g_malloc0(sizeof(*emp->priv));
|
|
}
|
|
|
|
static void
|
|
emp_finalise(GObject *o)
|
|
{
|
|
struct _EMConfigPrivate *p = ((EMConfig *)o)->priv;
|
|
|
|
/* Note we can't be unreffed if a target exists, so the target
|
|
* will need to be freed first which will clean up any
|
|
* listeners */
|
|
|
|
g_free(p);
|
|
|
|
((GObjectClass *)emp_parent)->finalize(o);
|
|
}
|
|
|
|
static void
|
|
emp_target_free(EConfig *ep, EConfigTarget *t)
|
|
{
|
|
if (ep->target == t) {
|
|
switch (t->type) {
|
|
case EM_CONFIG_TARGET_FOLDER: {
|
|
/*EMConfigTargetFolder *s = (EMConfigTargetFolder *)t;*/
|
|
break; }
|
|
case EM_CONFIG_TARGET_PREFS: {
|
|
/*EMConfigTargetPrefs *s = (EMConfigTargetPrefs *)t;*/
|
|
break; }
|
|
case EM_CONFIG_TARGET_ACCOUNT: {
|
|
EMConfigTargetAccount *s = (EMConfigTargetAccount *)t;
|
|
|
|
if (((EMConfig *)ep)->priv->account_changed_id) {
|
|
g_signal_handler_disconnect(s->account, ((EMConfig *)ep)->priv->account_changed_id);
|
|
((EMConfig *)ep)->priv->account_changed_id = 0;
|
|
}
|
|
break; }
|
|
}
|
|
}
|
|
|
|
switch (t->type) {
|
|
case EM_CONFIG_TARGET_FOLDER: {
|
|
EMConfigTargetFolder *s = (EMConfigTargetFolder *)t;
|
|
|
|
g_free(s->uri);
|
|
camel_object_unref(s->folder);
|
|
break; }
|
|
case EM_CONFIG_TARGET_PREFS: {
|
|
EMConfigTargetPrefs *s = (EMConfigTargetPrefs *)t;
|
|
|
|
if (s->gconf)
|
|
g_object_unref(s->gconf);
|
|
break; }
|
|
case EM_CONFIG_TARGET_ACCOUNT: {
|
|
EMConfigTargetAccount *s = (EMConfigTargetAccount *)t;
|
|
|
|
g_object_unref(s->account);
|
|
break; }
|
|
}
|
|
|
|
((EConfigClass *)emp_parent)->target_free(ep, t);
|
|
}
|
|
|
|
static void
|
|
emp_account_changed(struct _EAccount *ea, int id, EMConfig *emc)
|
|
{
|
|
e_config_target_changed((EConfig *)emc, E_CONFIG_TARGET_CHANGED_STATE);
|
|
}
|
|
|
|
static void
|
|
emp_set_target(EConfig *ep, EConfigTarget *t)
|
|
{
|
|
((EConfigClass *)emp_parent)->set_target(ep, t);
|
|
|
|
if (t) {
|
|
switch (t->type) {
|
|
case EM_CONFIG_TARGET_FOLDER: {
|
|
/*EMConfigTargetFolder *s = (EMConfigTargetFolder *)t;*/
|
|
break; }
|
|
case EM_CONFIG_TARGET_PREFS: {
|
|
/*EMConfigTargetPrefs *s = (EMConfigTargetPrefs *)t;*/
|
|
break; }
|
|
case EM_CONFIG_TARGET_ACCOUNT: {
|
|
EMConfigTargetAccount *s = (EMConfigTargetAccount *)t;
|
|
|
|
((EMConfig *)ep)->priv->account_changed_id = g_signal_connect(s->account, "changed", G_CALLBACK(emp_account_changed), ep);
|
|
break; }
|
|
}
|
|
}
|
|
}
|
|
|
|
static void
|
|
emp_class_init(GObjectClass *klass)
|
|
{
|
|
klass->finalize = emp_finalise;
|
|
((EConfigClass *)klass)->set_target = emp_set_target;
|
|
((EConfigClass *)klass)->target_free = emp_target_free;
|
|
}
|
|
|
|
GType
|
|
em_config_get_type(void)
|
|
{
|
|
static GType type = 0;
|
|
|
|
if (type == 0) {
|
|
static const GTypeInfo info = {
|
|
sizeof(EMConfigClass),
|
|
NULL, NULL,
|
|
(GClassInitFunc)emp_class_init,
|
|
NULL, NULL,
|
|
sizeof(EMConfig), 0,
|
|
(GInstanceInitFunc)emp_init
|
|
};
|
|
emp_parent = g_type_class_ref(e_config_get_type());
|
|
type = g_type_register_static(e_config_get_type(), "EMConfig", &info, 0);
|
|
}
|
|
|
|
return type;
|
|
}
|
|
|
|
EMConfig *em_config_new(int type, const char *menuid)
|
|
{
|
|
EMConfig *emp = g_object_new(em_config_get_type(), NULL);
|
|
|
|
e_config_construct(&emp->config, type, menuid);
|
|
|
|
return emp;
|
|
}
|
|
|
|
EMConfigTargetFolder *
|
|
em_config_target_new_folder(EMConfig *emp, struct _CamelFolder *folder, const char *uri)
|
|
{
|
|
EMConfigTargetFolder *t = e_config_target_new(&emp->config, EM_CONFIG_TARGET_FOLDER, sizeof(*t));
|
|
|
|
t->uri = g_strdup(uri);
|
|
t->folder = folder;
|
|
camel_object_ref(folder);
|
|
|
|
return t;
|
|
}
|
|
|
|
EMConfigTargetPrefs *
|
|
em_config_target_new_prefs(EMConfig *emp, struct _GConfClient *gconf)
|
|
{
|
|
EMConfigTargetPrefs *t = e_config_target_new(&emp->config, EM_CONFIG_TARGET_PREFS, sizeof(*t));
|
|
|
|
t->gconf = gconf;
|
|
if (gconf)
|
|
g_object_ref(gconf);
|
|
|
|
return t;
|
|
}
|
|
|
|
EMConfigTargetAccount *
|
|
em_config_target_new_account(EMConfig *emp, struct _EAccount *account)
|
|
{
|
|
EMConfigTargetAccount *t = e_config_target_new(&emp->config, EM_CONFIG_TARGET_ACCOUNT, sizeof(*t));
|
|
|
|
t->account = account;
|
|
g_object_ref(account);
|
|
|
|
return t;
|
|
}
|
|
|
|
|
|
/* ********************************************************************** */
|
|
|
|
/* Popup menu plugin handler */
|
|
|
|
/*
|
|
<e-plugin
|
|
class="org.gnome.mail.plugin.popup:1.0"
|
|
id="org.gnome.mail.plugin.popup.item:1.0"
|
|
type="shlib"
|
|
location="/opt/gnome2/lib/camel/1.0/libcamelimap.so"
|
|
name="imap"
|
|
description="IMAP4 and IMAP4v1 mail store">
|
|
<hook class="org.gnome.mail.popupMenu:1.0"
|
|
handler="HandlePopup">
|
|
<menu id="any" target="select">
|
|
<item
|
|
type="item|toggle|radio|image|submenu|bar"
|
|
active
|
|
path="foo/bar"
|
|
label="label"
|
|
icon="foo"
|
|
mask="select_one"
|
|
activate="emp_view_emacs"/>
|
|
</menu>
|
|
</extension>
|
|
|
|
*/
|
|
|
|
static void *emph_parent_class;
|
|
#define emph ((EMConfigHook *)eph)
|
|
|
|
static const EConfigHookTargetMask emph_no_masks[] = {
|
|
{ NULL }
|
|
};
|
|
|
|
static const EConfigHookTargetMap emph_targets[] = {
|
|
{ "folder", EM_CONFIG_TARGET_FOLDER, emph_no_masks },
|
|
{ "prefs", EM_CONFIG_TARGET_PREFS, emph_no_masks },
|
|
{ "account", EM_CONFIG_TARGET_ACCOUNT, emph_no_masks },
|
|
{ NULL }
|
|
};
|
|
|
|
static void
|
|
emph_finalise(GObject *o)
|
|
{
|
|
/*EPluginHook *eph = (EPluginHook *)o;*/
|
|
|
|
((GObjectClass *)emph_parent_class)->finalize(o);
|
|
}
|
|
|
|
static void
|
|
emph_class_init(EPluginHookClass *klass)
|
|
{
|
|
int i;
|
|
|
|
((GObjectClass *)klass)->finalize = emph_finalise;
|
|
((EPluginHookClass *)klass)->id = "org.gnome.evolution.mail.config:1.0";
|
|
|
|
for (i=0;emph_targets[i].type;i++)
|
|
e_config_hook_class_add_target_map((EConfigHookClass *)klass, &emph_targets[i]);
|
|
|
|
((EConfigHookClass *)klass)->config_class = g_type_class_ref(em_config_get_type());
|
|
}
|
|
|
|
GType
|
|
em_config_hook_get_type(void)
|
|
{
|
|
static GType type = 0;
|
|
|
|
if (!type) {
|
|
static const GTypeInfo info = {
|
|
sizeof(EMConfigHookClass), NULL, NULL, (GClassInitFunc) emph_class_init, NULL, NULL,
|
|
sizeof(EMConfigHook), 0, (GInstanceInitFunc) NULL,
|
|
};
|
|
|
|
emph_parent_class = g_type_class_ref(e_config_hook_get_type());
|
|
type = g_type_register_static(e_config_hook_get_type(), "EMConfigHook", &info, 0);
|
|
}
|
|
|
|
return type;
|
|
}
|