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
216 lines
6.7 KiB
Plaintext
216 lines
6.7 KiB
Plaintext
2008-04-17 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Part of fix for bug #526739
|
|
|
|
* publish-format-fb.h: (publish_calendar_as_fb):
|
|
* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
|
|
* publish-format-ical.h: (publish_calendar_as_ical):
|
|
* publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
|
|
Use gio GOutputStream instead of gnome-vfs handle.
|
|
* url-editor-dialog.c: (create_uri): Use glib function to escape URI.
|
|
* publish-location.c: (migrateURI): Use EUri to parse URI.
|
|
* 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.
|
|
|
|
2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org>
|
|
Patch by <nickspoon0@gmail.com>
|
|
|
|
** Fixes bug 502188
|
|
|
|
* publish-calendar.c: initialize "remember" variable to
|
|
FALSE.
|
|
|
|
2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org>
|
|
|
|
* url-editor-dialog.c: (url_editor_dialog_construct):
|
|
use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR.
|
|
|
|
Fixes #480804.
|
|
|
|
2007-09-10 Andre Klapper <a9016009@gmx.de>
|
|
|
|
* publish-calendar.c: (publish):
|
|
fix chen's string freeze break.
|
|
|
|
2007-09-10 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #274047 (bnc)
|
|
* Makefile.am: Inserted glade_data.
|
|
* publish-calendar.c: (publish_calendar_locations): Pick
|
|
the glade file from install area.
|
|
|
|
2007-09-10 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #277159 (bnc)
|
|
* url-editor-dialog.c: (frequency_changed_cb),
|
|
(url_editor_dialog_construct): Listen to the changes made
|
|
in publish frequency.
|
|
|
|
2007-09-10 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #274048 (bnc)
|
|
* publish-calendar.c: (publish): Prompt for a password
|
|
if required.
|
|
|
|
2007-07-30 Andre Klapper <a9016009@gmx.de>
|
|
|
|
* publish-calendar.glade:
|
|
remove "window1" string from translation
|
|
|
|
2007-06-07 Gilles Dartiguelongue <dartigug@esiee.fr>
|
|
|
|
* publish-location.c: (migrateURI), (e_publish_uri_from_xml),
|
|
(e_publish_uri_to_xml): more compilation warnings cleanup,
|
|
completes bug #437584 fixes
|
|
|
|
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* Makefile.am: Add "eplug" file to CLEANFILES.
|
|
|
|
2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr>
|
|
|
|
* url-editor-dialog.c: (set_from_uri): fixes casts in strcmp,
|
|
fixes part of bug #437584
|
|
|
|
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #419524
|
|
|
|
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
|
|
|
|
2007-02-20 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #238093 (bnc)
|
|
* publish-format-ical.c: (insert_tz_comps), (append_tz_to_comp),
|
|
(write_calendar): Add the timezone information while
|
|
publishing the calendars.
|
|
|
|
2007-02-19 Sankar P <psankar@novell.com>
|
|
|
|
* url-editor-dialog.c: (set_from_uri):
|
|
Fixes some string to int conversion.
|
|
|
|
2006-08-02 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #343991
|
|
* publish-calendar.c: (publish_uris_set_timeout): Iterate
|
|
the list when the uri is NULL.
|
|
|
|
2006-07-31 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #329740
|
|
* publish-format-fb.c: (write_calendar): Pass the email id
|
|
of the user for getting the free busy information.
|
|
|
|
2006-07-31 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #347973
|
|
* url-editor-dialog.c: (set_from_uri): Parse the uri
|
|
using EUri.
|
|
|
|
2006-02-09 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
|
|
|
|
Fixes #328389
|
|
* publish-calendar.c: Disabled Enabled button for Enabled Url.
|
|
|
|
2006-02-12 Karsten Bräckelmann <guenther@rudersport.de>
|
|
|
|
* publish-calendar.glade: Change mnemonic for Port.
|
|
Fixes bug #329757.
|
|
|
|
2006-01-30 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #328413
|
|
* publish-calendar.glade: Set the text invisible for the
|
|
password field.
|
|
|
|
2006-01-27 Kjartan Maraas <kmaraas@gnome.org>
|
|
|
|
* publish-format-fb.c: Add missing include.
|
|
|
|
2006-01-27 Andre Klapper <a9016009@gmx.de>
|
|
* publish-calendar.glade:
|
|
removed string "dialog1" from translation. Fixes bug 306118.
|
|
|
|
2006-01-23 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #328224, 328408, 328389
|
|
* publish-calendar.c: (publish_uri_async), (url_add_clicked),
|
|
(url_edit_clicked), ,
|
|
(publish_uris_set_timeout), (e_plugin_lib_enable): Publish
|
|
the calendar in a seperate thread so that the gui remains
|
|
responsive.
|
|
(publish_calendar_locations): Clear the items gtk store.
|
|
* publish-location.c: (migrateURI), (e_publish_uri_from_xml):
|
|
If the uri is NULL return back.
|
|
|
|
2006-01-11 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Fixes #325926
|
|
* org-gnome-publish-calendar.eplug.xml: Use the target and hook id
|
|
of calendar instead of shell.
|
|
|
|
2006-01-04 Tor Lillqvist <tml@novell.com>
|
|
|
|
* Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the
|
|
plugindir, to match what is redefined for Win32 in
|
|
e-util/e-util-private.h
|
|
|
|
* publish-calendar.c (publish_calendar_locations)
|
|
* url-editor-dialog.c (url_editor_dialog_construct): Construct
|
|
glade file pathname at run-time.
|
|
|
|
2005-12-25 Funda Wang <fundawang@linux.net.cn>
|
|
|
|
* Makefile.am: Mark this plugin as translatable (bug#301149).
|
|
|
|
2005-12-22 Tor Lillqvist <tml@novell.com>
|
|
|
|
* Makefile.am: Use -no-undefined on Windows. Link with used
|
|
libraries.
|
|
|
|
* org-gnome-publish-calendar.eplug.in: Use SOEXT.
|
|
|
|
2005-12-20 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
* Makefile.am: Added the org-gnome-publish-calendar.xml
|
|
file to extra dist.
|
|
|
|
2005-12-19 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Committing for: David Trowbridge <trowbrds cs colorado edu>
|
|
|
|
* Makefile.am:
|
|
* org-gnome-publish-calendar.eplug.in:
|
|
* org-gnome-publish-calendar.xml:
|
|
* publish-calendar.c: (publish), (add_timeout), (update_timestamp),
|
|
(add_offset_timeout), (url_list_changed),
|
|
(url_list_enable_toggled), (selection_changed), (url_add_clicked),
|
|
(url_edit_clicked), (url_list_double_click), (url_remove_clicked),
|
|
(url_enable_clicked), (online_state_changed),
|
|
(publish_calendar_locations), (publish_urls), (action_publish),
|
|
(e_plugin_lib_enable):
|
|
* publish-calendar.glade:
|
|
* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
|
|
* publish-format-fb.h:
|
|
* publish-format-ical.c: (write_calendar),
|
|
(publish_calendar_as_ical):
|
|
* publish-format-ical.h:
|
|
* publish-location.c: (migrateURI), (e_publish_uri_from_xml),
|
|
(e_publish_uri_to_xml):
|
|
* publish-location.h:
|
|
* url-editor-dialog.c: (create_uri), (check_input),
|
|
(source_selection_changed), (publish_service_changed),
|
|
(type_selector_changed), (server_entry_changed),
|
|
(file_entry_changed), (port_entry_changed),
|
|
(username_entry_changed), (password_entry_changed),
|
|
(remember_pw_toggled), (set_from_uri),
|
|
(url_editor_dialog_construct), (url_editor_dialog_new),
|
|
(url_editor_dialog_dispose), (url_editor_dialog_class_init),
|
|
(url_editor_dialog_init), (url_editor_dialog_get_type),
|
|
(url_editor_dialog_run):
|
|
* url-editor-dialog.h: Committing the intial patch.
|
|
|