Files
evolution/plugins/save-calendar/ChangeLog
Milan Crha e9a0cfe1a9 ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)
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
2008-04-17 16:59:08 +00:00

221 lines
6.0 KiB
Plaintext

2008-04-17 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #526739
* ical-format.c: (do_save_calendar_ical):
* csv-format.c: (do_save_calendar_csv):
* rdf-format.c: (do_save_calendar_rdf):
Use gio GOutpuStream instead of gnome-vfs handle.
* format-handler.h: (open_for_writing):
* save-calendar.c: (open_for_writing): New helper function.
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
* ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE
2008-01-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #475781
* csv-format.c: (do_save_calendar_csv):
* rdf-format.c: (do_save_calendar_rdf):
Fix memory leaks around ECalComponentDateTime.
2007-11-11 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
** Fix bug #495872
* org-gnome-save-calendar.eplug.xml:
* save-calendar.c: (org_gnome_save_memos):
add memo support
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #477045
* org-gnome-save-calendar.eplug.xml:
Use standard icon names where applicable.
2007-09-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #476231
* csv-format.c:
* ical-format.c:
* rdf-format.c:
* save-calendar.c:
Remove non-USE_GTKFILECHOOSER code.
GtkFileChooser has been around since 2004.
2007-06-07 Gilles Dartiguelongue <dartigug@esiee.fr>
* rdf-format.c: (add_nummeric_to_rdf), (add_time_to_rdf),
(add_string_to_rdf), (do_save_calendar_rdf):
more compilation warnings cleanup, completes bug #437584 fixes
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-save-calendar.eplug.xml:
Cleanup.
Fixes part of #301149
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* save-calendar.c:
Fix "incompatible pointer type" warnings (#360619).
2007-02-20 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #238093 (bnc)
* ical-format.c: (insert_tz_comps), (append_tz_to_comp),
(do_save_calendar_ical): Add the timezone information while
exporting the calendars.
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* rdf-format.c: (add_time_to_rdf): Plug a leak.
2006-05-25 Srinivasa Ragavan <sragavan@novell.com>
* save-calendar.c: (ask_destination_and_save): Added code to save
calendar to remote shares.
2006-04-22 Srinivasa Ragavan <sragavan@novell.com>
* ical-format.c (do_save_calendar_ical): Ask for overwrite, if the
file already exists.
** Fixes bug #329345
2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>
* org-gnome-save-calendar.eplug.xml:
Fix mnemonics to be consistent. Fixes bug #330934.
2006-01-09 Kjartan Maraas <kmaraas@gnome.org>
* csv-format.c: (string_needsquotes):
* save-calendar.c: (ask_destination_and_save): Fix confusion
between = and ==. Silences the compiler, but someone has to check
if this really is correct.
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* csv-format.c:
* rdf-format.c:
use e_utf8_strftime() in evolution-data-server/
libedataserver/e-data-server-util.c instead of the copy in
evolution/e-util/e-util.c.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* csv-format.c: fixed two strings for consistency.
Fixes bug 325127 and partially bug 325125.
2005-11-11 Dinesh Layek <LDinesh@novell.com>
* save-calendar.c (ask_destination_and_save): append the file_extension
if the user does not provide it.
2005-08-23 Not Zed <NotZed@Ximian.com>
* ical-format.c: include missing header.
2005-05-16 Not Zed <NotZed@Ximian.com>
* csv-format.c: moved e-error to e-util
2005-05-12 Not Zed <NotZed@Ximian.com>
* Makefile.am: setup built_sources/cleanfiles
2005-03-02 Philip Van Hoof <pvanhoof@gnome.org>
* rdf-format.c: Fixes for Bug #73099 and Bug #73098
* csv-format.c: Changed malloc to g_malloc and char to gchar
* csv-format.c: Fixes for Bug #73099 and Bug #73098
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-save-calendar.eplug.xml: s/.in/.xml/ & fix i18n.
2005-03-22 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73541
* csv-format.c: (do_save_calendar_csv):
* ical-format.c: (do_save_calendar_ical):
* rdf-format.c: (do_save_calendar_rdf): Changed the
cal e_cal_new to auth_new_from_source, so that the
ecal has the auth function in it.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-save-calendar.eplug.in: Fixed description and added
author.
Shortened name of plugin.
Added xml tag.
2005-02-21 Rodrigo Moya <rodrigo@novell.com>
Fixes #71527
* ical-format.c (display_error_message): changed to get a simple
string instead of a GError.
(do_save_calendar_ical): use GNOME-VFS for saving the file.
2005-01-05 JP Rosevear <jpr@novell.com>
* save-calendar.c (ask_destination_and_save): fix build for non
gtk file chooser case
2005-01-04 Philip Van Hoof <pvanhoof@gnome.org>
* csv-format.c, rdf-format.c: Use standard error messages
2004-12-27 Philip Van Hoof <pvanhoof@gnome.org>
* csv-format.c, rdf-format.c: Warning when overwriting file
2004-12-22 JP Rosevear <jpr@novell.com>
* Makefile.am: list format-handler.h as a source so it dists
2004-12-20 Philip Van Hoof <pvanhoof@gnome.org>
* Makefile.am: Code splitup, each format has it's own c-file
* csv-format.c: Added. Code splitup
* format-handler.h: Added. Code splitup
* ical-format.c: Added. Code splitup
* rdf-format.c: Added. Support for RDF files. Code splitup
* save-calendar.c: Support for RDF files. Code splitup
2004-11-30 Philip Van Hoof <pvanhoof@gnome.org>
* save-calendar.c: Support for CSV files
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c (do_save_calendar): get error information in
e_cal_* calls, and display errors to the user.
2004-10-21 JP Rosevear <jpr@novell.com>
* save-calendar.c (do_save_calendar): compile if not using file
chooser
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-save-calendar.eplug.in: better menu items.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c: new plugin for saving a calendar to disk.