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
175 lines
4.9 KiB
C
175 lines
4.9 KiB
C
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
|
|
*
|
|
* Authors: Rodrigo Moya <rodrigo@novell.com>
|
|
* Philip Van Hoof <pvanhoof@gnome.org>
|
|
*
|
|
* Copyright 2004 Novell, Inc. (www.novell.com)
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of version 2 of the GNU General Public
|
|
* License as published by the Free Software Foundation.
|
|
*
|
|
* 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 <glib.h>
|
|
#include <glib/gi18n.h>
|
|
#include <gtk/gtkfilechooser.h>
|
|
#include <gtk/gtkfilechooserdialog.h>
|
|
#include <gtk/gtkmessagedialog.h>
|
|
#include <gtk/gtkstock.h>
|
|
#include <gtk/gtk.h>
|
|
#include <libedataserver/e-source.h>
|
|
#include <libedataserverui/e-source-selector.h>
|
|
#include <libecal/e-cal.h>
|
|
#include <libecal/e-cal-util.h>
|
|
#include <calendar/gui/e-cal-popup.h>
|
|
#include <calendar/common/authentication.h>
|
|
#include <string.h>
|
|
|
|
#include "format-handler.h"
|
|
#include "e-util/e-error.h"
|
|
|
|
static void
|
|
display_error_message (GtkWidget *parent, const char *message)
|
|
{
|
|
GtkWidget *dialog;
|
|
|
|
dialog = gtk_message_dialog_new (GTK_WINDOW (parent), 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", message);
|
|
gtk_dialog_run (GTK_DIALOG (dialog));
|
|
gtk_widget_destroy (dialog);
|
|
}
|
|
|
|
typedef struct {
|
|
GHashTable *zones;
|
|
ECal *ecal;
|
|
} CompTzData;
|
|
|
|
static void
|
|
insert_tz_comps (icalparameter *param, void *cb_data)
|
|
{
|
|
const char *tzid;
|
|
CompTzData *tdata = cb_data;
|
|
icaltimezone *zone = NULL;
|
|
icalcomponent *tzcomp;
|
|
GError *error = NULL;
|
|
|
|
tzid = icalparameter_get_tzid (param);
|
|
|
|
if (g_hash_table_lookup (tdata->zones, tzid))
|
|
return;
|
|
|
|
if (!e_cal_get_timezone (tdata->ecal, tzid, &zone, &error)) {
|
|
g_warning ("Could not get the timezone information for %s : %s \n", tzid, error->message);
|
|
g_error_free (error);
|
|
return;
|
|
}
|
|
|
|
tzcomp = icalcomponent_new_clone (icaltimezone_get_component (zone));
|
|
g_hash_table_insert (tdata->zones, (gpointer) tzid, (gpointer) tzcomp);
|
|
}
|
|
|
|
static void
|
|
append_tz_to_comp (gpointer key, gpointer value, icalcomponent *toplevel)
|
|
{
|
|
icalcomponent_add_component (toplevel, (icalcomponent *) value);
|
|
}
|
|
|
|
static void
|
|
do_save_calendar_ical (FormatHandler *handler, EPlugin *ep, ECalPopupTargetSource *target, ECalSourceType type, char *dest_uri)
|
|
{
|
|
ESource *primary_source;
|
|
ECal *source_client;
|
|
GError *error = NULL;
|
|
GList *objects;
|
|
icalcomponent *top_level = NULL;
|
|
|
|
primary_source = e_source_selector_peek_primary_selection (target->selector);
|
|
|
|
if (!dest_uri)
|
|
return;
|
|
|
|
/* open source client */
|
|
source_client = (ECal*) auth_new_cal_from_source (primary_source, type);
|
|
if (!e_cal_open (source_client, TRUE, &error)) {
|
|
display_error_message (gtk_widget_get_toplevel (GTK_WIDGET (target->selector)), error->message);
|
|
g_object_unref (source_client);
|
|
g_error_free (error);
|
|
return;
|
|
}
|
|
|
|
/* create destination file */
|
|
top_level = e_cal_util_new_top_level ();
|
|
|
|
error = NULL;
|
|
if (e_cal_get_object_list (source_client, "#t", &objects, &error)) {
|
|
CompTzData tdata;
|
|
GOutputStream *stream;
|
|
|
|
tdata.zones = g_hash_table_new (g_str_hash, g_str_equal);
|
|
tdata.ecal = source_client;
|
|
|
|
while (objects != NULL) {
|
|
icalcomponent *icalcomp = objects->data;
|
|
|
|
icalcomponent_foreach_tzid (icalcomp, insert_tz_comps, &tdata);
|
|
icalcomponent_add_component (top_level, icalcomp);
|
|
|
|
/* remove item from the list */
|
|
objects = g_list_remove (objects, icalcomp);
|
|
}
|
|
|
|
g_hash_table_foreach (tdata.zones, (GHFunc) append_tz_to_comp, top_level);
|
|
|
|
g_hash_table_destroy (tdata.zones);
|
|
tdata.zones = NULL;
|
|
|
|
/* save the file */
|
|
stream = open_for_writing (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (target->selector))), dest_uri, &error);
|
|
|
|
if (stream) {
|
|
char *ical_str = icalcomponent_as_ical_string (top_level);
|
|
|
|
g_output_stream_write_all (stream, ical_str, strlen (ical_str), NULL, NULL, &error);
|
|
g_output_stream_close (stream, NULL, NULL);
|
|
|
|
g_object_unref (stream);
|
|
g_free (ical_str);
|
|
}
|
|
}
|
|
|
|
if (error) {
|
|
display_error_message (gtk_widget_get_toplevel (GTK_WIDGET (target->selector)), error->message);
|
|
g_error_free (error);
|
|
}
|
|
|
|
/* terminate */
|
|
g_object_unref (source_client);
|
|
icalcomponent_free (top_level);
|
|
}
|
|
|
|
FormatHandler *ical_format_handler_new (void)
|
|
{
|
|
FormatHandler *handler = g_new (FormatHandler, 1);
|
|
|
|
handler->isdefault = TRUE;
|
|
handler->combo_label = _("iCalendar format (.ics)");
|
|
handler->filename_ext = ".ics";
|
|
handler->options_widget = NULL;
|
|
handler->save = do_save_calendar_ical;
|
|
handler->data = NULL;
|
|
|
|
return handler;
|
|
}
|