aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* ** Fix for bug bnc #435694Bharath Acharya2008-12-292-2/+9
| | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug bnc #435694 * mail-retract.c: (org_gnome_retract_message): Since we now add a bar, lets set the popup items right. svn path=/trunk/; revision=36941
* ** Fix for bug #359010Milan Crha2008-12-162-0/+13
| | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #359010 * url-editor-dialog.c: (url_editor_dialog_new): Set title of the window based on the parameter/action. svn path=/trunk/; revision=36902
* init the bogofilter if it wasn't. say that evolution's welcome message issrinivasa ragavan2008-12-153-1/+54
| | | | | | | | | | | | | 2008-12-15 srinivasa ragavan <sragavan@novell.com> * makefile.am: * bf-junk-filter.c: (init_db), (pipe_to_bogofilter): init the bogofilter if it wasn't. say that evolution's welcome message is not junk. svn path=/trunk/; revision=36883
* Make the libgweather dependency optional, build the weather calendar setup ↵Suman Manjunath2008-12-102-2/+5
| | | | | | plugin by default and provide an option to disable it. svn path=/trunk/; revision=36860
* ** Fix for bug #562990Milan Crha2008-12-082-4/+12
| | | | | | | | | | | | 2008-12-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #562990 * caldav-source.c: (user_changed), (oge_caldav): Use 'username' property of the ESource to read/write user name, not the uri. svn path=/trunk/; revision=36850
* Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #549964 ↵Suman Manjunath2008-12-082-1/+7
| | | | | | (Fix for a few erroneous strings). svn path=/trunk/; revision=36845
* ** Fix for bug #558498Bharath Acharya2008-12-083-1/+34
| | | | | | | | | | | | | 2008-12-08 Bharath Acharya <abharath@novell.com> ** Fix for bug #558498 * exchange-account-setup.c: (org_gnome_exchange_settings), (destroy_oof_data), (org_gnome_exchange_commit): * org-gnome-exchange-operations.error.xml:Check for the offline status before setting up the Exchange settings. svn path=/trunk/; revision=36842
* ** Fixes bug #560420 (patch by hp@syntomax.com)Matthew Barnes2008-12-042-1/+10
| | | | | | | | | | | | | | 2008-12-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #560420 (patch by hp@syntomax.com) * plugins/sa-junk-plugin/em-junk-filter.c (pipe_to_sa_full): spamc and spamassassin use error codes >= 64 to denote execution errors. Positive error codes < 64 means the message was identified as spam. svn path=/trunk/; revision=36828
* ** Part of fix for bug #352287Milan Crha2008-12-033-110/+87
| | | | | | | | | | | | | | | | | | | | | 2008-12-03 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #352287 * calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event): Draw top icons in full detail/color depth (for weather, for example). * plugins/calendar-weather/Makefile.am: Compile and link with libgweather. * plugins/calendar-weather/calendar-weather.c: (e_plugin_lib_enable), (selection_changed), (find_location_func), (find_location), (treeview_clicked), (create_source_selector), (build_location_path), (location_clicked), (e_calendar_weather_location): Use libgweather for weather calendar. Note: Requires eds revision at least 9793. svn path=/trunk/; revision=36827
* ** Part of fix for bug #562228Milan Crha2008-12-022-2/+52
| | | | | | | | | | | | | 2008-12-02 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #562228 * exchange-account-setup.c: (want_mailbox_toggled), (org_gnome_exchange_owa_url): Make it clearer the mailbox entry is optional. svn path=/trunk/; revision=36825
* ** Part of fix for bug #503662Milan Crha2008-11-282-1/+9
| | | | | | | | | | | | 2008-11-28 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #503662 * caldav-source.c: (user_changed): Set NULL properly to protect against using already freed memory. svn path=/trunk/; revision=36821
* ** Part of fix for bug #359745Milan Crha2008-11-283-12/+163
| | | | | | | | | | | | | | | | | | | 2008-11-28 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #359745 * caldav-source.c: (ensure_caldav_source_group), (e_plugin_lib_enable): Ensure source group for VTODO and VJOURNAL too. * caldav-source.c: (set_refresh_time), (get_refresh_minutes), (spin_changed), (option_changed), (oge_caldav): Be able to change refresh time for the CalDAV sources. * org-gnome-evolution-caldav.eplug.xml: Show CalDAV options under all the other standard options. Note: Requires at least eds revision 9781 (version 2.25.2, in configure.in already) svn path=/trunk/; revision=36820
* Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-282-0/+30
| | | | svn path=/trunk/; revision=36818
* ** Fixes bug #552850Matthew Barnes2008-11-242-1/+8
| | | | | | | | | | | | | 2008-11-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #552850 * mail/evolution-mail.schemas.in: * plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml: Prefer the term "side bar" over "folder tree". svn path=/trunk/; revision=36810
* ** Fix for bug bnc #446286Bharath Acharya2008-11-202-10/+7
| | | | | | | | | | | 2008-11-20 Bharath Acharya <abharath@novell.com> ** Fix for bug bnc #446286 * status-track.c: (track_status): Remove the header check as we do a e_gw_connection_get_item for tracking the status. svn path=/trunk/; revision=36807
* Fix compilation error.Srinivasa Ragavan2008-11-202-0/+6
| | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> * mail-notification.c: Fix compilation error. svn path=/trunk/; revision=36804
* ** Fix for BNC bug #434320Srinivasa Ragavan2008-11-192-1/+27
| | | | | | | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #434320 * plugins/mail-notification/mail-notification.c: When the popup is clicked close the status icon. svn path=/trunk/; revision=36802
* Fix for bug #440646 (bugzilla.novell.com) - Set the ESource color-spec for ↵Suman Manjunath2008-11-112-1/+8
| | | | | | proxy accounts in the correct format. svn path=/trunk/; revision=36772
* Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-4/+23
| | | | | | | | | | | | 2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #559518 * google-source.c: (retrieve_list_clicked), (retrieve_list_sensitize), (plugin_google): Desensitizes the button when the username field is blank. svn path=/trunk/; revision=36755
* ** Fix for bug #557246Bharath Acharya2008-11-072-1/+9
| | | | | | | | | | | | | 2008-10-22 Bharath Acharya <abharath@novell.com> ** Fix for bug #557246 * exchange-folder.c: * (org_gnome_exchange_check_inbox_subscribed): Pop up the "Unsubscribe Folder" option only for the subscribed folders and not to the Other's folder hierarchy. svn path=/trunk/; revision=36748
* #541121: itip-formatter: don't allow sending a response to meetingPatrick Ohly2008-11-072-1/+11
| | | | | | invitation replies svn path=/trunk/; revision=36747
* ** Fix for bug #557726Bharath Acharya2008-11-062-0/+19
| | | | | | | | | | | 2008-11-06 Bharath Acharya <abharath@novell.com> ** Fix for bug #557726 * google-contacts-source.c: (destroy_ui_data), (plugin_google_contacts): Destroy the widgets created by this group. svn path=/trunk/; revision=36745
* Fix proxy login dialog missing artwork issueSankarasivasubramanian Pasupathilingam2008-11-042-1/+8
| | | | svn path=/trunk/; revision=36736
* License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-032-20/+22
| | | | svn path=/trunk/; revision=36728
* ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-014-2/+16
| | | | | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558726 (patch by Frederic van Starbmann) * mail/em-format-html.c (emfh_multipart_related_check): * plugins/mail-to-task/mail-to-task.c (do_mail_to_task): * plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled): Fix several potential format string crashes. svn path=/trunk/; revision=36709
* ** Fixes bug #549025Matthew Barnes2008-10-222-2/+12
| | | | | | | | | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549025 * configure.in: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled. * plugins/mono/Makefile.am: Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin is the only module that should be linking against libmono. svn path=/trunk/; revision=36675
* Milan Crha <mcrha@redhat.com> ** Fix for bug #514989 (Calculate tomorrow ↵Suman Manjunath2008-10-202-1/+8
| | | | | | from current time, not from the date to convert). svn path=/trunk/; revision=36655
* Don't mix declarations and statements.Matthew Barnes2008-10-182-2/+6
| | | | | | | | | | 2008-10-17 Matthew Barnes <mbarnes@redhat.com> * plugins/groupwise-features/send-options.c (org_gnome_send-options): Don't mix declarations and statements. svn path=/trunk/; revision=36646
* ** Fix for bug #556284Bharath Acharya2008-10-162-36/+15
| | | | | | | | | | | | | | 2008-10-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #556284 * templates.c: (reply_with_template), * (org_gnome_templates_popup), (action_template_cb): Fixes for fetching the store using mail_component_peek_local_store. Fixes the right-click crash issues caused on OS_WIN32 by Templates plugin. svn path=/trunk/; revision=36620
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-142-10/+21
| | | | svn path=/trunk/; revision=36617
* ** Fix for bug #550441Srinivasa Ragavan2008-10-142-0/+8
| | | | | | | | | | | | 2008-10-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #550441 * itip-formatter.c: (view_response_cb): Ignore if summary not there. svn path=/trunk/; revision=36614
* Fix for bug #424818 (bugzilla.novell.com) - Integrate the ↵Suman Manjunath2008-10-136-216/+7
| | | | | | mark-calendar-offline plugin into the main code as we already have a similar per-calendar option which does the same thing. svn path=/trunk/; revision=36610
* ** Fix for bug #550441Milan Crha2008-10-132-6/+11
| | | | | | | | | | | | 2008-10-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #550441 * itip-formatter.c: (view_response_cb): Use the proper functions to traverse messages in a folder's summary. svn path=/trunk/; revision=36607
* #541121: improved itip formatter: allow replying to forwarded and already ↵Patrick Ohly2008-10-102-9/+93
| | | | | | | | | | | | | | | | | | | imported invitations; honor RVSP flag in invitation itip-formatter.c: the whole logic for "reply to organize" was improved. If an organizer exists, replying is enabled. Sending a reply is enabled by default if the event looks like a meeting (= has attendees). The wish of the organizer to not get replies is checked (previous Evolution releases ignored it); in this case the default is to not send a reply. In all cases the user can override the default. Merged from 2.24 branch. svn path=/trunk/; revision=36594
* ** Fix for bug #530606Milan Crha2008-10-094-11/+53
| | | | | | | | | | | | | | | | | | | | | 2008-10-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #530606 * exchange-contacts.c: (e_exchange_contacts_get_contacts), (e_exchange_contacts_pcontacts_on_change), (e_exchange_contacts_pcontacts), (e_exchange_contacts_check), (e_exchange_contacts_commit): * exchange-account-setup.c: (btn_chpass_clicked), (btn_dass_clicked), (btn_fsize_clicked), (org_gnome_exchange_show_folder_size_factory): * exchange-calendar.c: (e_exchange_calendar_get_calendars), (e_exchange_calendar_pcalendar_on_change), (e_exchange_calendar_pcalendar), (e_exchange_calendar_check), (e_exchange_calendar_commit): Check validity of returned pointer before using it. svn path=/trunk/; revision=36579
* Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-082-14/+20
| | | | svn path=/trunk/; revision=36576
* Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-0318-143/+206
| | | | svn path=/trunk/; revision=36539
* Mark two forgotten strings for translation. Fixes bug #553070Gabor Kelemen2008-10-012-2/+10
| | | | | | | | 2008-10-01 Gabor Kelemen <kelemeng@gnome.hu> * send-options.c: Mark two forgotten strings for translation. Fixes bug #553070 svn path=/trunk/; revision=36524
* Add translator comment to the occurrences of the Proxy term. Fixes bugGabor Kelemen2008-10-016-2/+18
| | | | | | | | | | | | | 2008-10-01 Gabor Kelemen <kelemeng@gnome.hu> * org-gnome-proxy-errors.xml: * org-gnome-proxy-login-errors.xml: * proxy.c: * proxy-listing.glade: * proxy-login-dialog.glade: Add translator comment to the occurrences of the Proxy term. Fixes bug #554297 svn path=/trunk/; revision=36523
* ** Fix for bug #553527Milan Crha2008-10-012-13/+106
| | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #553527 * bbdb.c: (struct todo_struct), (free_todo_struct), (bbdb_do_in_thread), (bbdb_do_thread), (bbdb_handle_reply): Do the EBook work in a separate thread to have better performance on reply with slow address books. svn path=/trunk/; revision=36518
* ** Fix for bug #519491Milan Crha2008-10-012-13/+45
| | | | | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #519491 * itip-view.c: (ensure_utf8), (itip_view_set_organizer), (itip_view_set_organizer_sentby), (itip_view_set_attendee), (itip_view_set_attendee_sentby), (itip_view_set_proxy), (itip_view_set_delegator), (itip_view_set_summary), (itip_view_set_location), (itip_view_set_status), (itip_view_set_comment), (itip_view_set_description), (itip_view_add_upper_info_item), (itip_view_add_lower_info_item): Convert texts to valid UTF-8 texts before passing them to Gtk+ functions which requires that. svn path=/trunk/; revision=36516
* ** Fix for bug #511947Milan Crha2008-10-012-9/+22
| | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #511947 * proxy-login.c: (proxy_login_get_cnc): Pass in optional parent for password dialog. * proxy-login.c: (proxy_soap_login), (proxy_login_update_tree), (org_gnome_proxy_account_login): Adapt to the above change and check for NULL values to prevent runtime warnings. svn path=/trunk/; revision=36514
* ** Fix for bug #497928Milan Crha2008-09-292-4/+9
| | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #497928 * bbdb.c: (source_changed_cb), (gaim_source_changed_cb): Set URI to empty string when user deletes previously selected source. svn path=/trunk/; revision=36469
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-292-15/+20
| | | | svn path=/trunk/; revision=36465
* ** Fix for bug #553461 and bug #553389Philip Withnall2008-09-265-7/+19
| | | | | | | | | | | | | | | | | | | 2008-09-26 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553461 and bug #553389 * publish-calendar.c (url_remove_clicked): * publish-calendar.glade: * url-editor-dialog.c (create_uri), (check_input), (publish_service_changed), (set_from_uri): * url-editor-dialog.h: Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly. Also, change a related string to use better terminology. svn path=/trunk/; revision=36455
* ** Fix for bug #553148Philip Withnall2008-09-265-5/+20
| | | | | | | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553148 * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/e-contact-editor-im.c: * composer/mail-composer.error.xml: * plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: * plugins/groupwise-features/org-gnome-compose-send-options.xml: * plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml: Standardise "GroupWise" usage in translatable strings. svn path=/trunk/; revision=36453
* ** Fix for bug #551121Philip Withnall2008-09-263-5/+13
| | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #551121 * em-junk-filter.c (pipe_to_sa_full), (em_junk_sa_respawn_spamd): * org-gnome-sa-junk-plugin.eplug.xml: Standardise use of "SpamAssassin" vs. "spamassassin" or "Spamassassin". svn path=/trunk/; revision=36452
* License change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-252-13/+21
| | | | svn path=/trunk/; revision=36448
* ** Fix for bug #313225Milan Crha2008-09-242-0/+12
| | | | | | | | | | | | | | | | 2008-09-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #313225 * mail/message-list.c: (struct states_pixmaps), (ml_tree_value_at), (message_list_create_extras): Show meeting icon in 'Attachment' column on messages with '$has_cal' user flag set. * plugins/itip-formatter/itip-formatter.c: (format_itip): Set the user flag '$has_cal' on the message when formatting a calendar attachment. svn path=/trunk/; revision=36445
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-246-39/+60
| | | | svn path=/trunk/; revision=36443
* ** Fixes bug #553479Philip Withnall2008-09-2410-5/+40
| | | | | | | | | | | | | | | | | | | | | | | 2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439
* ** Fix for bug #553273Milan Crha2008-09-232-1/+8
| | | | | | | | | | | | | | | | | | | | | | | 2008-09-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #553273 * addressbook/gui/component/addressbook-view.c: (delete_addressbook_folder), (delete_addressbook_cb): * addressbook/gui/widgets/eab-gui-util.c: (save_it): * addressbook/gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_add_email): * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_contact_exists): * plugins/exchange-operations/exchange-config-listener.c: (exchange_config_listener_authenticate): * mail/em-composer-utils.c: (em_utils_handle_receipt): * mail/em-folder-view.c: (emfv_delete_msg_response): * composer/e-composer-actions.c: (action_save_cb): * calendar/gui/alarm-notify/alarm-queue.c: (edit_component): * calendar/gui/tasks-component.c: (delete_task_list_cb): * calendar/gui/calendar-component.c: (delete_calendar_cb): * calendar/gui/memos-component.c: (delete_memo_list_cb): Always end e_error_run/e_error_new calls with NULL parameter. svn path=/trunk/; revision=36434
* ** Fixes bug #552851Philip Withnall2008-09-232-2/+12
| | | | | | | | | | | | | | 2008-09-22 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #552851 * org-gnome-shared-folder.errors.xml: Add translator comments to the accept/decline strings, and improve some other strings in the file. svn path=/trunk/; revision=36428
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1913-106/+151
| | | | svn path=/trunk/; revision=36381
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1611-91/+122
| | | | svn path=/trunk/; revision=36344
* ** Fix for bug #514299Milan Crha2008-09-162-6/+15
| | | | | | | | | | | | 2008-09-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #514299 * mail-notification.c: (new_notify_status): Connect to signals only once, when creating new status icon. svn path=/trunk/; revision=36338
* License ChangesSankar P2008-09-152-19/+23
| | | | | | | | | | 2008-09-15 Sankar P <psankar@novell.com> License Changes * plugins/templates/templates.c: svn path=/trunk/; revision=36333
* Milan Crha <mcrha@redhat.com> ** Fix for bug #505016 (Check for NULL to ↵Suman Manjunath2008-09-142-1/+8
| | | | | | prevent crash when error occurred). svn path=/trunk/; revision=36327
* License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1314-93/+155
| | | | svn path=/trunk/; revision=36313
* ** Fix for bug #551492Milan Crha2008-09-092-3/+10
| | | | | | | | | | | | 2008-09-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #551492 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Initialize variable before using it. svn path=/trunk/; revision=36290
* Patch from Paul Bolle <pebolle@tiscali.nl> ** Fixes bug #550415 (Fixes a ↵Suman Manjunath2008-09-082-6/+13
| | | | | | memory leak of CamelFolderInfo). svn path=/trunk/; revision=36274
* esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-061-9/+4
| | | | svn path=/trunk/; revision=36264
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-0412-54/+125
| | | | | | More to come. svn path=/trunk/; revision=36255
* Assign copyrights for Randall Hand.Sankarasivasubramanian Pasupathilingam2008-09-032-0/+6
| | | | svn path=/trunk/; revision=36251
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0341-303/+512
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* Fix compiler warnings in some of the test programs.Matthew Barnes2008-09-014-3/+14
| | | | | | | | | | | | | | | 2008-09-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Fix compiler warnings in some of the test programs. * mail/em-composer-utils.c (edit_message): * plugins/email-custom-header/email-custom-header.c: * plugins/templates/templates.c: Don't mix declarations and code. svn path=/trunk/; revision=36242
* ** Fixes bug #458512Matthew Barnes2008-08-292-3/+7
| | | | | | | | | | | | 2008-08-28 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #458512 * plugins/exchange-operations/exchange-send-options.glade: Delete the accessibility tag from the User button. svn path=/trunk/; revision=36174
* ** Fix for bug #534762Philip Withnall2008-08-277-4/+26
| | | | | | | | | | | 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-2764-400/+863
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #525555Milan Crha2008-08-202-58/+12
| | | | | | | | | | | | | 2008-08-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #525555 * google-source.c: (print_uri_noproto): Removed. * google-source.c: (user_changed): Do not leak. * google-source.c: (plugin_google): Get username from source, not URL. svn path=/trunk/; revision=36026
* New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-154-17/+18
| | | | | | | | | | | | | | | | | | | | 2008-08-14 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_display_help): New convenience function for launching help from Evolution. Displays an error dialog over the given parent window if an error occurs. * addressbook/gui/contact-editor/e-contact-editor.c: * calendar/gui/dialogs/comp-editor.c: * plugins/email-custom-header/gui/contact-editor/e-contact-editor.c: * plugins/exchange-operations/exchange-send-options.c: * widgets/misc/e-multi-config-dialog.c: * widgets/misc/e-send-options.c: Use e_display_help() for displaying help. svn path=/trunk/; revision=35991
* Add ssl toggle; synch UI for refreshin with the google calendar pluginJörgen Scheibengruber2008-08-142-43/+138
| | | | | | | | | | | | * google-contacts-source.c (on_ssl_cb_toggled), (seconds_to_interval), (interval_to_seconds), (on_interval_sb_value_changed), (on_interval_combo_changed), (plugin_google_contacts): Add ssl toggle; synch UI for refreshin with the google calendar plugin svn path=/trunk/; revision=35984
* Added missing include.Milan Crha2008-08-122-0/+5
| | | | | | | | | 2008-08-12 Milan Crha <mcrha@redhat.com> * ipod-sync.c: Added missing include. svn path=/trunk/; revision=35969
* Have a check for OS_WIN32 and handle the schema data differently. makeBharath Acharya2008-08-1210-20/+110
| | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Have a check for OS_WIN32 and handle the schema * data differently. make install error on win32. svn path=/trunk/; revision=35961
* Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.Bharath Acharya2008-08-1232-17/+146
| | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960
* Added necessary libraries to link to. Build break while compiling onBharath Acharya2008-08-126-1/+30
| | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Added necessary libraries to link to. Build break while compiling on Windows. svn path=/trunk/; revision=35959
* ** Fixes bug #546892Matthew Barnes2008-08-129-10/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-11 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #546892 * e-util/e-icon-factory.c (e_icon_factory_get_image): Kill this function. Use gtk_image_new_from_icon_name(). * e-util/e-icon-factory.c (e_icon_factory_get_icon_list): Kill this function. Use gtk_window_set_icon_name(). * widgets/misc/e-activity-handler.c: * widgets/misc/e-task-widget.c: Purge the GdkPixbuf arguments from the API. We've been ignoring them since the spinner icon was added. * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/contact-editor/e-contact-editor-address.c: * calendar/gui/alarm-notify/alarm-notify-dialog.c: * calendar/gui/dialogs/alarm-dialog.c: * calendar/gui/dialogs/alarm-list-dialog.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/delete-error.c: * calendar/gui/dialogs/select-source-dialog.c: * mail/mail-send-recv.c: * mail/message-tag-followup.c: * widgets/misc/e-combo-button.c: * widgets/misc/e-info-label.c: * widgets/misc/e-url-entry.c: * widgets/misc/e-task-widget.c: Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list(). * addressbook/gui/contact-editor/e-contact-editor-im.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/e-timezone-entry.c: * e-util/e-gui-utils.c: * e-util/e-popup.c: * plugins/import-ics-attachments/icsimporter.c: * plugins/itip-formatter/itip-view.c: * mail/em-folder-browser.c: * mail/em-format-html-display.c: * mail/mail-send-recv.c: * mail/message-tag-followup.c: Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image(). * calendar/gui/alarm-notify/alarm-queue.c: * plugins/mail-notification/mail-notification.c: Prefer gtk_status_icon_set_from_icon_name() over gtk_status_icon_set_from_pixbuf(). * addressbook/gui/component/addressbook-view.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-calendar-view.c: * calendar/gui/e-memo-table.c: * mail/mail-mt.c: e_activity_handler_operation_started() no longer takes a GdkPixbuf. It was ignoring the pixbuf anyway ever since we added a spinner icon. svn path=/trunk/; revision=35958
* ** Fixes bug #546785Paul Bolle2008-08-084-2/+24
| | | | | | | | | | | | | | | | | | | 2008-08-07 Paul Bolle <pebolle@tiscali.nl> ** Fixes bug #546785 * plugins/bbdb/bbdb.c: (e_plugin_lib_enable): The bbdb plugin is noisy when enabled: "BBDB spinning up..." Make this plugin just as polite as google-account-setup. * plugins/caldav/caldav-source.c: (e_plugin_lib_enable): The caldav plugin is noisy when enabled: "CalDAV Eplugin starting up ..." Make this plugin just as polite as google-account-setup. svn path=/trunk/; revision=35928
* ** Fixes bug #530402Matthew Barnes2008-08-072-4/+11
| | | | | | | | | | | | 2008-08-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #530402 * plugins/mark-all-read/mark-all-read.c (prompt_user): Improve dialog wording, and don't use a window title (HIG). svn path=/trunk/; revision=35923
* ** Fix for bug #535745Milan Crha2008-08-072-17/+383
| | | | | | | | | | | | | | | | | | | | | 2008-08-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #535745 * configure.in: Require and link calendar libs with libgdata and libgdata-google. * plugins/google-account-setup/google-source.c: (sanitize_user_mail), (construct_default_uri), (is_default_uri), (init_combo_values), (user_changed), (cal_combo_changed), (claim_error), (retrieve_list_clicked), (plugin_google): New widgets and functionality to retrieve list of subscribed calendars from the Google account and let user choose which one would be shown. Note: Requires newer EDS, at least revision 9294. svn path=/trunk/; revision=35921
* ** Fix for bug #435969Milan Crha2008-08-062-0/+10
| | | | | | | | | | | | 2008-08-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #435969 * org-gnome-exchange-operations.eplug.xml: Show authentication section in an account druid too. svn path=/trunk/; revision=35911
* Patch from Matthias Braun <matze@braunis.de>: Fix for bug #544051 (WebDAV ↵Suman Manjunath2008-08-043-0/+414
| | | | | | backend for addressbook - GUI plugin for account setup). svn path=/trunk/; revision=35902
* ** Fixes bug #514006Matthew Barnes2008-08-022-1/+8
| | | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #514006 * mail/apps-evolution-mail-notification.schemas.in: * plugins/mail-notification/apps-evolution-mail-notification.schemas.in: Quote literal values. svn path=/trunk/; revision=35889
* ** Fixes bug #517151Matthew Barnes2008-08-022-1/+8
| | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #517151 * org-gnome-external-editor.xml: Give a mnemonic to "Composer in External Editor". svn path=/trunk/; revision=35887
* ** Fixes bug #529460Matthew Barnes2008-08-022-2/+10
| | | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #529460 * org-gnome-evolution-startup-wizard.eplug.xml: Change "Startup Wizard" to "Setup Assistant". Also change the plugin description to something less lame. svn path=/trunk/; revision=35885
* ** Fixes bug #544860Matthew Barnes2008-08-022-0/+12
| | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #544860 * google-contacts-source.c (plugin_google_contacts): Add translator comments for split "update every" sentence. svn path=/trunk/; revision=35882
* ** Fixes bug #543754Matthew Barnes2008-08-022-1/+8
| | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #543754 * plugins/backup-restore/org-gnome-backup-restore.error.xml: Reword "insufficient-permissions" error message. svn path=/trunk/; revision=35881
* ** Fixes bug #544861Matthew Barnes2008-08-022-1/+8
| | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #544861 * org-gnome-proxy-login-errors.xml: Reword "invalid-user" error message. svn path=/trunk/; revision=35879
* ** Fixes bug #543755Matthew Barnes2008-08-022-1/+7
| | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #543755 * apps_evolution_email_custom_header.schemas.in: Fix typo. svn path=/trunk/; revision=35878
* ** Fix for bug #353927Milan Crha2008-08-012-2/+32
| | | | | | | | | | | | | | | 2008-08-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #353927 * calendar/gui/alarm-notify/alarm-queue.c: (tray_icon_blink_cb), (display_notification): Do not blink the icon more than 15 seconds. * plugins/mail-notification/mail-notification.c: (icon_activated), (stop_blinking_cb), (new_notify_status): Do not blink the icon more than 15 seconds. svn path=/trunk/; revision=35875
* ** Fixes bug #545568Matthew Barnes2008-07-3118-9/+87
| | | | | | | | | | | | | | | | | | | | | | | | 2008-07-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #545568 * e-plugin.c (ep_load): Make sure system plugins are enabled on startup. * plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml: * plugins/caldav/org-gnome-caldav.eplug.xml: * plugins/calendar-file/org-gnome-calendar-file.eplug.xml: * plugins/calendar-http/org-gnome-calendar-http.eplug.xml: * plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml: * plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: * plugins/hula-account-setup/org-gnome-hula-account-setup.eplug.xml: Add "system_plugin=true" so it's not shown in the Plugin Manager. These plugins are not designed to be disabled by the user. svn path=/trunk/; revision=35871
* ** Part of fix for bug #500389Milan Crha2008-07-302-0/+21
| | | | | | | | | | | | | | | | | 2008-07-30 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #500389 * mail/em-account-editor.c: (emae_option_options_changed), (emae_option_options), (emae_receive_options_extra_item): New ability to define Options (ComboBox) in provider's options. * plugins/exchange-operations/exchange-account-setup.c: (gal_auth_to_string), (owa_authenticate_user): Use default authentication for GAL. Note: Requires EDS revision 9230 or better. svn path=/trunk/; revision=35866
* ** Fix for bug #543756Milan Crha2008-07-283-6/+22
| | | | | | | | | | | | | 2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #543756 * org-gnome-shared-folder.errors.xml: * process-meeting.c: (process_meeting): Make question better translatable. svn path=/trunk/; revision=35851
* ** Fix for bug #491176Milan Crha2008-07-282-7/+17
| | | | | | | | | | | | | 2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #491176 * itip-view.c: (itip_view_init): Word-wrap the summary if necessary; expand also value-labels in the table, thus the text will be aligned on the left; align action buttons on the left too. svn path=/trunk/; revision=35848
* ** See bug #504417Lucian Langa2008-07-282-2/+8
| | | | | | | | | | 2008-07-28 Lucian Langa <lucilanga@gnome.org> ** See bug #504417 * bbdb.c: - Preferences window cut off svn path=/trunk/; revision=35846
* ** Fix for bug #544022Milan Crha2008-07-225-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | 2008-07-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #544022 * configure.in: Do not redefine DBUS_VERSION define supplied by dbus itself, rather rename our define to FOUND_DBUS_VERSION. * mail/e-searching-tokenizer.c: (dump_trie): Define function only when required. (Compiler warning cleanup.) * shell/e-shell-window-commands.c: (char *authors[]): Break the escape sequence properly (compiler warning cleanup). * plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup. * plugins/mail-notification/Makefile.am: * plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine DBUS_VERSION define, it's supplied by dbus itself. svn path=/trunk/; revision=35819
* Another typo fix. Lesson learnt - Don't commit when you are sleepy !Johnny Jacob2008-07-222-4/+8
| | | | svn path=/trunk/; revision=35812
* EPlugin : Python Loader : Add example sources to distJohnny Jacob2008-07-212-1/+13
| | | | svn path=/trunk/; revision=35807
* Templates EPlugin : Remove unused header files.Johnny Jacob2008-07-213-1/+7
| | | | svn path=/trunk/; revision=35805
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Bharath Acharya2008-07-211-0/+176
| | | | | | Added the missing glade file during previous commit svn path=/trunk/; revision=35798
* Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>Jörgen Scheibengruber2008-07-216-4/+324
| | | | | | | | | | | | | | | 2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de> * Makefile.am: * google-contacts-source.c (ensure_google_contacts_source_group), (remove_google_contacts_source_group), (on_username_entry_changed), (on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts): * google-contacts-source.h: * google-source.c (e_plugin_lib_enable): * org-gnome-evolution-google.eplug.xml: Added a UI for the addressbook part svn path=/trunk/; revision=35797
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-07-212-26/+120
| | | | | | | | | | | | | | 2008-07-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #543134 * mail-notification.c: (get_cfg_widget), (do_properties), (popup_menu_status), (new_notify_status), (e_plugin_lib_get_configure_widget): Show popup menu when right-click over the status icon. svn path=/trunk/; revision=35782
* ** Fixes Bug #200147Bharath Acharya2008-07-216-0/+1005
| | | | | | | | | | | | | | | | | | | 2008-07-18 Bharath Acharya <abharath@novell.com> ** Fixes Bug #200147 Basic functionality implemented by Diego Escalante Urrelo <diegoe@gnome.org> Everyone owes him a big mug of Beer for that. ** Added Templates plugin * Makefile.am: * apps-evolution-template-placeholders.schemas.in: * org-gnome-templates.eplug.xml: * templates.c: * templates.glade: svn path=/trunk/; revision=35780
* ** Fix for bug #542149Bharath Acharya2008-07-213-0/+16
| | | | | | | | | | | | 2008-07-11 Bharath Acharya <abharath@novell.com> ** Fix for bug #542149 * exchange-folder-subscription.c: (subscribe_to_folder): Display an error message to restart if user tries to subscribe to other's mailbox. * org-gnome-exchange-operations.error.xml: Added the corresponding error message. svn path=/trunk/; revision=35779
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-07-214-3/+437
| | | | | | | | | | | | | | | | | | | | 2008-06-25 Ashish Shrivastava <shashish@novell.com> * email-custom-header.glade: Marked strings for translation. remove "window1" string from translation. 2008-06-24 Ashish Shrivastava <shashish@novell.com> * email-custom-header.c: (e_plugin_lib_get_configure_widget), (org_gnome_email_custom_header_config_option): Added Support for configuring gconf values. * email-custom-header.glade: Configure email-custom-header plugin within the plugin-manager. * org-gnome-email-custom-header.eplug.xml: Add hook class for Configure tab. * Makefile.am: Add new file.(email-custom-header.glade). svn path=/trunk/; revision=35774
* Added some FIXME's for code cleanup.Chenthill Palanisamy2008-07-172-0/+7
| | | | | | | | | | 2008-07-17 Chenthill Palanisamy <pchenthill@novell.com> * itip-formatter.c: (view_response_cb): Added some FIXME's for code cleanup. svn path=/trunk/; revision=35749
* Pushing changes from the madagascar branch related to the on-diskSankarasivasubramanian Pasupathilingam2008-07-162-1/+7
| | | | | | | summary work. svn path=/trunk/; revision=35747
* ** Fix for bug #540400Roger Zauner2008-07-032-1/+7
| | | | | | | | | | | 2008-07-03 Roger Zauner <roger@eskimo.com> ** Fix for bug #540400 * backup.c: (backup): Make Evolution Backup follow symbolic links. svn path=/trunk/; revision=35718
* ** Fix for bug #540274Milan Crha2008-07-013-3/+192
| | | | | | | | | | | | | | | | 2008-07-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #540274 * Makefile.am: Link with libraries we require now. * backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands. * backup.c: (ensure_locals), (fix_account_folder_uri), (restore): After restore walk through all account, addressbook, calendar, task and memo sources and fix the base uri if required. (One should be able to import also into different user than one where the backup was done.) svn path=/trunk/; revision=35710
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #536488 (Remove the ↵Suman Manjunath2008-06-302-0/+11
| | | | | | .running file before backup and after restore). svn path=/trunk/; revision=35704
* Patch from Tobias Mueller <muelli@auftrags-killer.org> ** Fix for bug ↵Suman Manjunath2008-06-302-9/+25
| | | | | | #540516 (Fix for a vulnerability issue). svn path=/trunk/; revision=35700
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2182-82/+82
| | | | svn path=/trunk/; revision=35665
* Multiple open dialogs is an usability issue and a potential HIG violation.Sankar P2008-06-202-5/+15
| | | | | | | | | | | | | 2008-06-20 Sankar P <psankar@novell.com> * mail-retract.c (retract_mail_settings): Multiple open dialogs is an usability issue and a potential HIG violation. Thanks to Akhil for pointing out. svn path=/trunk/; revision=35657
* Check if cnc is valid before using it. Fixes a crash.Sankar P2008-06-202-19/+28
| | | | | | | | | | | | 2008-06-20 Sankar P <psankar@novell.com> * mail-retract.c (retract_mail_settings): Check if cnc is valid before using it. Fixes a crash. svn path=/trunk/; revision=35656
* Use Evolution icon for the window.Milan Crha2008-06-202-0/+6
| | | | | | | | | 2008-06-20 Milan Crha <mcrha@redhat.com> * backup.c: (main): Use Evolution icon for the window. svn path=/trunk/; revision=35655
* Ask the user if he really wants to retract mails. Re-arrange the menus aSankar P2008-06-192-8/+35
| | | | | | | | | | | | 2008-06-19 Sankar P <psankar@novell.com> * mail-retract.c (retract_mail_settings): Ask the user if he really wants to retract mails. Re-arrange the menus a little for grouping related things. svn path=/trunk/; revision=35653
* ** Fix for bug #478469Milan Crha2008-06-192-15/+81
| | | | | | | | | | | | 2008-06-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #478469 * backup.c: (main): Changed the progress dialog to be more HIG compliant. svn path=/trunk/; revision=35652
* ** Fixes bug #530069Matthew Barnes2008-06-192-10/+42
| | | | | | | | | | | | | | 2008-06-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #530069 * plugins/plugin-manager/plugin-manager.c: Don't show the configuration tab unless the selected plugin actually has configuration options (excluding options that get crammed into the Preferences dialog). svn path=/trunk/; revision=35651
* ** Fix for bug #318089Milan Crha2008-06-192-39/+70
| | | | | | | | | | | | 2008-06-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #318089 * mail-to-task.c: (convert_to_task): Ask for destination source only when have more than one writable source defined. svn path=/trunk/; revision=35646
* plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.Johnny Jacob2008-06-161-1/+1
| | | | svn path=/trunk/; revision=35643
* ** Fix for bug #273627Milan Crha2008-06-162-2/+82
| | | | | | | | | | | | | | | | 2008-06-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #273627 * exchange-account-setup.c: (owa_authenticate_user), (update_mailbox_param_in_url), (mailbox_editor_entry_changed), (org_gnome_exchange_owa_url): New entry to enter mailbox name in case it differs from the username. The entry is updated after a validation and shows the mailbox name as was used for validation. Note: Be sure you've eds revision 8986 or better, otherwise this will not work. svn path=/trunk/; revision=35642
* A simple example python plugin - just hook onto events.Johnny Jacob2008-06-125-0/+81
| | | | svn path=/trunk/; revision=35627
* EPlugin : Initial commit for python support for eplugins.Johnny Jacob2008-06-125-0/+274
| | | | svn path=/trunk/; revision=35626
* Attachment Reminder : Fixes Bug #208943. Add attachment button added.Johnny Jacob2008-06-093-5/+22
| | | | svn path=/trunk/; revision=35613
* Fix build breakage. Apparently <gtk/gtk.h> only recently startedMatthew Barnes2008-06-071-0/+1
| | | | | | | pulling in <gio/gio.h>. We still need to include gio.h explicitly for a little while longer. svn path=/trunk/; revision=35607
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0645-235/+37
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* Never undefine DISABLE_DEPRECATED macros in source code. Yes, it willMatthew Barnes2008-06-062-2/+5
| | | | | | | | | | | 2008-06-05 Matthew Barnes <mbarnes@redhat.com> * mail/message-tag-followup.c: Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will break the build if it's defined. That's the point! svn path=/trunk/; revision=35600
* Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.Matthew Barnes2008-06-042-1/+6
| | | | | | | | | | | 2008-06-04 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-delegates-user.c: Don't undef DISABLE_DEPRECATED macros in source code. That's just evil. svn path=/trunk/; revision=35593
* Distribute the Glade file.Matthew Barnes2008-06-022-1/+7
| | | | | | | | | | 2008-06-02 Matthew Barnes <mbarnes@redhat.com> * plugins/email-custom-header/Makefile.am: Distribute the Glade file. svn path=/trunk/; revision=35578
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-06-023-54/+20
| | | | | | | | | | | | 2008-06-02 Ashish Shrivastava <shashish@novell.com> ** Fixes bug #536183 * email-custom-header.c: * org-gnome-email-custom-header.glade: Change email custom header's dialog to non-modal. Remove un-used tab from dialog svn path=/trunk/; revision=35577
* Committing on behalf of Jacob Brown <jeblinux@gmail.com>Jacob Brown2008-06-026-3/+21
| | | | | | | | 2008-06-02 Jacob Brown <jeblinux@gmail.com> ** Fix for bug #529464 svn path=/trunk/; revision=35575
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-022-2/+13
| | | | | | | | | 2008-05-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #535459 svn path=/trunk/; revision=35566
* ** Fix for bug #532384Milan Crha2008-05-272-4/+33
| | | | | | | | | | | | | 2008-05-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #532384 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Choose the text/html part in normal mode only if the alrenative multipart contains also a text/plain part. svn path=/trunk/; revision=35554
* Fixes bnc #394441Bharath Acharya2008-05-272-0/+8
| | | | | | | | | | | 2008-05-27 Bharath Acharya <abharath@novell.com> * Fixes bnc #394441 * exchange-contacts.c: (e_exchange_contacts_commit): * Fixes a double free svn path=/trunk/; revision=35553
* Fix for Bug 496476 : Let the plugin configure widgets expand (resize).Johnny Jacob2008-05-265-42/+35
| | | | svn path=/trunk/; revision=35549
* Attachment Reminder - Fixes Bug #529995. Disable the plugin when user says - ↵Johnny Jacob2008-05-234-232/+141
| | | | | | do not show this message again svn path=/trunk/; revision=35529
* ** Fix a bunch of compiler warnings.Matthew Barnes2008-05-235-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fix a bunch of compiler warnings. * calendar/gui/e-select-names-renderer.c (e_select_names_renderer_focus_out_event): Remove this function. Looks like it hasn't been used in years. * mail/em-format-html.c (efh_message_external): Fix a typo in checking for an empty 'mode' string. * mail/message-list.c (subtree_size): Remove this function. Looks like it hasn't been used in years. * plugins/email-custom-header/email-custom-header.c (action_email_custom_header_cb): Remove unused 'editor' variable. * plugins/save-calendar/csv-format.c (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c (do_save_calendar_rdf): Remove pointless address check of a local variable. svn path=/trunk/; revision=35527
* ** Fixes bug #534360Matthew Barnes2008-05-2310-42/+72
| | | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #534360 Migrate from deprecated GtkObject symbols to GObject equivalents. Touches over 150 files in all components; too many to list. svn path=/trunk/; revision=35526
* attachment-reminder.c (strip_text_msg): Wrong condition checkJohnny Jacob2008-05-222-1/+5
| | | | svn path=/trunk/; revision=35523
* Fix for #473198. Attachment Reminder Plugin : Ignore signatures when looking ↵Johnny Jacob2008-05-212-2/+10
| | | | | | for clues. svn path=/trunk/; revision=35521
* Indicate error if backup folder chosen lacks permissions.Sankar P2008-05-203-3/+36
| | | | | | | | | | | | | | | 2008-05-20 Sankar P <psankar@novell.com> * backup-restore.c: (epbr_perform_pre_backup_checks), (org_gnome_backup_restore_backup): * org-gnome-backup-restore.error.xml: Indicate error if backup folder chosen lacks permissions. ** Fixes bug #534012 svn path=/trunk/; revision=35519
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-197-0/+893
| | | | | | Commit for Custom header support svn path=/trunk/; revision=35510
* ** Fixes bug #514383Matthew Barnes2008-05-172-10/+163
| | | | | | | | | | | | | | | 2008-05-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #514383 * plugins/mark-all-read/mark-all-read.c: Add a Cancel button. * mail/mail.error.xml: Remove the "ask-mark-read" error. * e-error.c (e_error_newv): Widget packing adjustments. svn path=/trunk/; revision=35504
* Actually remov the fileKjartan Maraas2008-05-141-0/+0
| | | | svn path=/trunk/; revision=35495
* ** Fixes bug #525241 (EPluginUI)Matthew Barnes2008-05-095-37/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #525241 (EPluginUI) * e-util/Makefile.am: Add e-plugin-ui.[ch]. * e-util/e-plugin.h (EPluginClass): Add a "get_symbol" method for extracting arbitrary symbols from an EPlugin. Implementation of the method is optional. * e-util/e-plugin.c (e_plugin_get_symbol): New function invokes the new "get_symbol" EPlugin method. * e-util/e-plugin.c (epl_get_symbol): New function implements the new "get_symbol" EPlugin method. It extracts the given symbol name from the GModule. * e-util/e-plugin-ui.[ch]: New EPluginHook subclass that allows plugins to extend menus, toolbars, and popups that are managed by GtkUIManager instead of BonoboUI. Should eventually replace EMenu/EPopup. * shell/main.c (main): Register the EPluginUIHook type. * composer/e-msg-composer.c (msg_composer_destroy), (msg_composer_init): Rip out the EMenu logic. * composer/e-msg-composer.c (msg_composer_init): Register the GtkUIManager with EPluginUI. * plugins/face/Makefile.am: * plugins/face/org-gnome-face-ui.xml: Remove org-gnome-face-ui.xml (obsolete). * plugins/face/face.c (e_plugin_ui_init): Initialization callback for EPluginUI. Adds a "face" action to the EMsgComposer instance's "composer" action group. * plugins/face/org-gnome-face.eplug.xml: Replace the "bonobomenu" hook definition with a new one for EPluginUI. Include the UI definition inline. svn path=/trunk/; revision=35485
* Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>Chenthill Palanisamy2008-04-302-5/+14
| | | | | | | | | 2008-04-30 Chenthill Palanisamy <pchenthill@novell.com> ** Fixes #338330 (bnc) Internet Based Calendar Events Are Declined By Evolution/GroupWise svn path=/trunk/; revision=35450
* Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>Chenthill Palanisamy2008-04-304-15/+151
| | | | | | | | | | 2008-04-30 Chenthill Palanisamy <pchenthill@novell.com> ** Fixes #358644 (bnc) Retracted groupwise appointments should disappear as soon as they are retracted. svn path=/trunk/; revision=35449
* Report errors properly. Thanks to Reid Thompson whom found it.Milan Crha2008-04-292-1/+6
| | | | | | | | | | 2008-04-29 Milan Crha <mcrha@redhat.com> * bf-junk-filter.c: (pipe_to_bogofilter): Report errors properly. Thanks to Reid Thompson whom found it. svn path=/trunk/; revision=35443
* ** Fix for BNC bug #382687Srinivasa Ragavan2008-04-282-11/+22
| | | | | | | | | | | 2008-04-28 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #382687 * plugins/itip-formatter/itip-formatter.c: Don't download contents in main thread, which causes deadlock svn path=/trunk/; revision=35425
* ** Fix for bug #273041Milan Crha2008-04-254-34/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #273041 * mail/mail.error.xml: (junk-check-error), (junk-report-error), (junk-not-report-error): New error messages added. * mail/em-junk-hook.h: (struct _EMJunkHookTarget), (em_junk_error_quark): * mail/em-junk-hook.c: (manage_error), (em_junk_check_junk), (em_junk_report_junk), (em_junk_report_non_junk): Allow propagation of the error from the plugin in the hook target. * plugins/bogo-junk-plugin/bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk), (em_junk_bf_report_junk), (em_junk_bf_report_non_junk): Propagate possible errors to the UI. * sa-junk-plugin/em-junk-filter.c: (em_junk_sa_commit_reports), (em_junk_sa_validate_binary): Fix function prototype. * sa-junk-plugin/em-junk-filter.c: (pipe_to_sa_full), (em_junk_sa_test_spamd_running), (em_junk_sa_test_spamassassin), (pipe_to_sa), (em_junk_sa_run_spamd), (em_junk_sa_test_spamd), (em_junk_sa_is_available), (em_junk_sa_check_junk), (get_spamassassin_version), (em_junk_sa_report_junk), (em_junk_sa_report_non_junk): Propagate possible errors to the UI. svn path=/trunk/; revision=35415
* ** Fix for bug #529855Milan Crha2008-04-252-2/+9
| | | | | | | | | | | | 2008-04-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #529855 * org-gnome-shared-folder.errors.xml: (recurrence): Use proper label element name, these are localized by default. svn path=/trunk/; revision=35414
* ** Fixes #528793, solution by Reece HartMatthew Barnes2008-04-222-0/+8
| | | | | | | | | | | | 2008-04-21 Matthew Barnes <mbarnes@redhat.com> ** Fixes #528793, solution by Reece Hart * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: Add inline disposition for "audio/microsoft-wav" MIME types. svn path=/trunk/; revision=35398
* ** Fix for bug #448863Milan Crha2008-04-212-2/+25
| | | | | | | | | | | | | 2008-04-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #448863 * default-source.c: (org_gnome_default_book), (get_calendar_option_caption), (org_gnome_default_cal): Use better description of the option based on source type. svn path=/trunk/; revision=35396
* Fixes bnc #378203 * exchange-folder-permission.c: ↵Bharath Acharya2008-04-212-0/+12
| | | | | | (org_gnome_exchange_folder_permissions): Return sanely if the path value is corrupted svn path=/trunk/; revision=35392
* Fix some compilation errors.Matthew Barnes2008-04-203-5/+13
| | | | | | | | | | | | 2008-04-19 Matthew Barnes <mbarnes@redhat.com> * plugins/ipod-sync/ical-fomat.c (do_save_calendar_ical): * plugins/ipod-sync/ipod-sync.c (open_for_writing), (destination_save_addressbook): Fix some compilation errors. svn path=/trunk/; revision=35389
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-1820-256/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ** Fix for bug #451976Milan Crha2008-04-172-1/+27
| | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #451976 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try to find text/html part in multipart/alternative when in normal mode. svn path=/trunk/; revision=35374
* Added new files deleted files not needed.Sankar P2008-04-176-55/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Sankar P <psankar@novell.com> * Makefile.am: Added new files deleted files not needed. * external-editor.c: (convert_to_camel_internet_address), (ee_editor_command_changed), (e_plugin_lib_get_configure_widget), (async_external_editor), (show_composer_dialog), (org_gnome_external_editor): Leak fixes, Temporary files, Bug fixes and so on. * org-gnome-external-editor-errors.xml: Modified error file for staying aligned with other plugins * apps-evolution-external-editor.schemas.in: Added new file for default schema * org-gnome-external-editor.error.xml: Removed in favor of the other errors file. ** Fix for bug #517168 svn path=/trunk/; revision=35373
* Patch from Ambuj Chitranshi <ambuj_1075@yahoo.co.in>: Fix for bug #484793 ↵Suman Manjunath2008-04-072-1/+8
| | | | | | (String change: 'Continue Editing' -> 'Edit Message') svn path=/trunk/; revision=35331
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-0312-217/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-02 Matthew Barnes <mbarnes@redhat.com> ** Merge the mbarnes-composer branch * configure.in: Bump libgtkhtml requirement to 3.19.1. Add gtkhtml-editor dependency for addressbook, calendar and mail. Remove print-message plugin; new composer implements this natively. * tools/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list), (eab_send_contact_list_as_attachment): Adapt to new Bonobo-less composer widget. * calendar/gui/Makefile.am: Remove CORBA rules for the old composer. * calendar/gui/itip-utils.c (comp_from), (comp_to_list), (comp_subject), (comp_content_type), (comp_filename), (comp_description), (append_cal_attachments), (itip_send_comp), (reply_to_calendar_comp): Adapt to new Bonobo-less composer widget. * composer/Makefile.am: Remove CORBA rules for the old composer. * composer/e-msg-composer.c: * composer/e-msg-composer.h: EMsgComposer is now a subclass of GtkhtmlEditor. Extensive refactoring and cleanup, too much to list in detail. * composer/e-composer-header.c: * composer/e-composer-header.h: Add "sensitive" property along with get/set functions. * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: Propagate "refreshed" signal from EAccountComboBox. Add function e_composer_from_header_get_account_list(). * composer/e-composer-private.c: * composer/e-composer-private.h: New files manage composer's private data. Allows other composer files to manipulate private data. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Remove these files; replaced by EComposerHeaderTable widget. * composer/evolution-composer.c: * composer/evolution-composer.h: Remove these files; composer is now a subclass of GtkhtmlEditor. * composer/e-msg-composer-select-file.c: * composer/e-msg-composer-select-file.h: Remove these files; logic moved to e-msg-composer.c. * composer/listener.c: * composer/listener.h: Remove these files; event handlers moved to e-msg-composer.c. * composer/Composer.idl: * composer/Evolution-Composer.idl: Remove these files; composer is no longer a Bonobo object. * mail/em-composer-prefs (sig_edit_cb), (em_composer_prefs_new_signature): Adapt to new Bonobo-less signature editor. * mail/mail-signature-editor.c: * mail/mail-signature-editor.h: Rewrite the signature editor as a subclass of GtkhtmlEditor. Eliminates Bonobo from the equation. * mail/em-composer-utils.c (composer_get_message), (em_utils_composer_send_cb), (save_draft_done), (em_utils_composer_save_draft_cb), (create_new_composer), (em_utils_compose_new_message), (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), (em_utils_post_to_url), (edit_message), (forward_attached), (forward_non_attached), (reply_get_composer), (composer_set_body), (em_utils_reply_to_message), (post_reply_to_message): Adapt to new Bonobo-less composer. * mail/mail-component-factory.c: Composer is no longer needs a Bonobo factory. * mail/mail-config.c: Fix style pattern for EMsgComposer widgets. * plugins/groupwise/mail-send-options.c (org_gnome_composer_send_options): Adapt to streamlined EMsgComposer API. * plugins/exchange-operations/Makefile.am: Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS. * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header), (org_gnome_exchange_send_options): Adapt to streamlined EMsgComposer API. * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): Adapt to streamlined EMsgComposer API. * po/POTFILES.in: Update file list for new composer. * ui/evolution-composer-entries.xml: Remove this file; obsoleted by new composer. * widgets/misc/Makefile.am: Add EVOLUTION_MAIL_LIBS. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New function e_account_combo_box_get_account_list(). Emit a "refreshed" signal when the EAccountList changes. Add an internal reverse-lookup index. * widgets/misc/e-charset-picker.c (e_charser_add_radio_actions): New function adds radio actions to an action group. Will eventually replace e_charset_picker_bonobo_ui_populate(). * widgets/misc/e-signature-combo-box.c: * widgets/misc/e-signature-combo-box.h: New function e_signature_combo_box_get_signature_list(). ... separate issue ... * configure.in: Bump eds_minimum_version to 2.23.1 for CAMEL_FOLDER_JUNKED_NOT_DELETED symbol. svn path=/trunk/; revision=35313
* ** Fix for bug #522764Ross Burton2008-04-024-3/+8
| | | | | | | | | | | | | 2008-04-02 Ross Burton <ross@openedhand.com> ** Fix for bug #522764 * exchange-account-setup.c: * exchange-folder-subscription.c: * exchange-folder-permission.c: Remove unused include. svn path=/trunk/; revision=35311
* Mono Loader Camel.cs: Type cast. Fixes compile error.Johnny Jacob2008-04-012-12/+16
| | | | svn path=/trunk/; revision=35295
* Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic ↵Suman Manjunath2008-03-316-3/+24
| | | | | | conflicts) svn path=/trunk/; revision=35288
* Patch from Frederic Crozat <fcrozat@mandriva.com>: Fix for bug #501885 ↵Suman Manjunath2008-03-312-1/+7
| | | | | | (Specify locale directory correctly) svn path=/trunk/; revision=35287
* ** Fix for bug #523541Milan Crha2008-03-272-0/+10
| | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #523541 * itip-formatter.c: (find_server): Do not leak memory returned by e_cal_component_get_recurid_as_string. svn path=/trunk/; revision=35275
* ** Fix for bug #511957Milan Crha2008-03-275-28/+37
| | | | | | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511957 * plugins/groupwise-features/org-gnome-proxy-login-errors.xml: * plugins/groupwise-features/org-gnome-shared-folder.errors.xml: * plugins/groupwise-features/org-gnome-proxy-errors.xml: * plugins/groupwise-features/org-gnome-mail-retract-errors.xml: Mark messages for translation. * po/POTFILES.in: Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml. svn path=/trunk/; revision=35269
* ** Fix for bug #511956Milan Crha2008-03-273-6/+14
| | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511956 * share-folder.c: (notification_clicked): Mark text for translation. * properties.glade: Make dialog nicer. svn path=/trunk/; revision=35268
* ** Fix for bug #511953Milan Crha2008-03-272-3/+9
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511953 * share-folder.c: (notification_clicked): Create dialog properly. svn path=/trunk/; revision=35266
* ** Fix for bug #511950Milan Crha2008-03-272-4/+6
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511950 * properties.glade: Do not force button/label sizes. svn path=/trunk/; revision=35264
* We are using some g_object_set on EAccount. We should also avoidSankar P2008-03-252-0/+8
| | | | | | | | | | 2008-03-25 Sankar P <psankar@novell.com> * proxy.c: (org_gnome_proxy): We are using some g_object_set on EAccount. We should also avoid double-free later. So reffing. svn path=/trunk/; revision=35241
* Use "true" instead of "yes"Sankar P2008-03-202-1/+6
| | | | | | | | | 2008-03-20 Sankar P <psankar@novell.com> * org-gnome-plugin-manager.eplug.xml: Use "true" instead of "yes" svn path=/trunk/; revision=35224
* - Use Plugin load levels. Mono loader should load and register the typeSankar P2008-03-193-16/+38
| | | | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> * mono-plugin.c: (epm_invoke), (load_plugin_type_register_function): * org-gnome-evolution-mono.eplug.xml: - Use Plugin load levels. Mono loader should load and register the type "mono", before a plugin of type "mono" is loaded. svn path=/trunk/; revision=35218
* ** Fix for bug #496839Sankar P2008-03-193-4/+22
| | | | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> ** Fix for bug #496839 * org-gnome-plugin-manager.eplug.xml: * plugin-manager.c: (org_gnome_plugin_manager_manage): - Do not show all plugins in plugin-manager. Hide the core system plugins. svn path=/trunk/; revision=35217
* ** Fix for bug #519304Sankar P2008-03-192-1/+8
| | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> ** Fix for bug #519304 * org-gnome-bogo-junk-plugin.eplug.xml: Mark plugin name for translation. svn path=/trunk/; revision=35215
* ** Fix for bug #511952Milan Crha2008-03-186-4/+19
| | | | | | | | | | | | | | | | | 2008-03-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #511952 * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_create_name_selector): * plugins/groupwise-features/share-folder.c: (share_folder_construct): * plugins/groupwise-features/proxy.c: (proxy_add_account): * plugins/exchange-operations/exchange-folder-subscription.c: (setup_name_selector): * plugins/exchange-operations/exchange-send-options.c: (exchange_sendoptions_dialog_run): Marking text for translation. svn path=/trunk/; revision=35212
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #519421 (Also allow ↵Suman Manjunath2008-03-173-1/+13
| | | | | | <libytnef/ytnef.h> header while compiling the TNEF attachment decoder plugin) svn path=/trunk/; revision=35206
* ** Fix for bug #515786Milan Crha2008-03-133-2/+10
| | | | | | | | | | | | | | 2008-03-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #515786 * plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml: * plugins/sa-junk-plugin/em-junk-filter.c: (org_gnome_sa_use_remote_tests): * mail/em-migrate.c: (em_migrate), (em_update_sa_junk_setting_2_23): Fix misspelled SpamAssassin word. svn path=/trunk/; revision=35183
* ** Fixes bug #513951Matthew Barnes2008-03-112-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-03-11 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #513951 * addressbook/gui/component/addressbook-component.c (ensure_sources): * addressbook/gui/component/addressbook-migrate.c (addressbook_migrate): * calendar/gui/cal-search-bar.c (cal_search_bar_construct): * calendar/gui/migration.c (create_calendar_sources), (create_task_sources), (migrate_calendars), (migrate_tasks), (create_memo_sources): * calendar/gui/e-memos.c (e_memos_setup_view_menus): * calendar/gui/tasks-component.c (ensure_sources): * calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus): * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/memos-component.c (ensure_sources): * mail/mail-config.c (gconf_mime_types_changed): Adapt to new meaning of xxx_component_peek_base_directory(). * addressbook/gui/component/addressbook-component.c (addressbook_component_init): * addressbook/gui/component/addressbook-migrate.c (create_groups): * calendar/gui/tasks-component.c (tasks_component_init): * calendar/gui/calendar-component.c (calendar_component_init): * calendar/gui/memos-component.c (memos_component_init): * composer/e-msg-composer.c (autosave_manager_query_load_orphans), (autosave_init_file): * e-util/e-mktemp.c (get_dir): * e-util/e-util.c (get_lock_filename): * mail/mail-component.c: * plugins/face/face.c (org_gnome_composer_face): * smime/lib/e-cert-db.c (initialize_nss): Use e_get_user_data_dir() instead of constructing the full path. * calendar/gui/migration.c (add_gw_esource): * composer/e-msg-composer.c (e_msg-composer_unrealize), (e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto), (e_msg_composer_set_view_to), (e_msg_composer_set_view_postto), (e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc): * e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path): Emit warnings if saving to GConf fails. * e-util/e-util.c (e_get_user_data_dir): New function returns the base directory for Evolution user data. This should be the /only/ place in the application where this directory is hard-coded. svn path=/trunk/; revision=35175
* Free the memory returned by e_cal_component_get_recurid_as_string.Chenthill Palanisamy2008-02-252-3/+10
| | | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> * itip-formatter.c: (find_server), (update_attendee_status): * Free the memory returned by e_cal_component_get_recurid_as_string. svn path=/trunk/; revision=35087
* Because Solaris tar doesn't respect '-z' option, use gzip&tar to finishJeff Cai2008-02-252-2/+8
| | | | | | | | | | | 2008-02-25 Jeff Cai<jeff.cai@sun.com> * backup.c: (backup), (restore): Because Solaris tar doesn't respect '-z' option, use gzip&tar to finish the silimar function. svn path=/trunk/; revision=35084
* Fixes#516408 Free the memory returned by libical.Chenthill Palanisamy2008-02-252-5/+20
| | | | | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> Fixes#516408 * itip-formatter.c (find_attendee), (find_to_address), (find_from_address), (update_item): Free the memory returned by libical. svn path=/trunk/; revision=35082
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #517082 (Fixed a ↵Suman Manjunath2008-02-202-1/+8
| | | | | | small memory-leak) svn path=/trunk/; revision=35064
* ** Follow up on bug #517072Paul Bolle2008-02-202-46/+53
| | | | | | | | | | | | 2008-02-19 Paul Bolle <pebolle@tiscali.nl> ** Follow up on bug #517072 * itip-view.c: (set_calendar_sender_text), (set_tasklist_sender_text), (set_journal_sender_text): Properly escape text here too. svn path=/trunk/; revision=35062
* Use "pkill -x" to kill the process and use "$HOME" insteadJeff Cai2008-02-202-6/+13
| | | | | | | of "~". Fix for bug #516648 svn path=/trunk/; revision=35060
* ** Fix for bug #517072Paul Bolle2008-02-192-1/+8
| | | | | | | | | | | | 2008-02-19 Paul Bolle <pebolle@tiscali.nl> ** Fix for bug #517072 * itip-view.c: (set_summary_text): Properly escape summary text. svn path=/trunk/; revision=35051
* ** Part of fix for bug #515744Milan Crha2008-02-188-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-18 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #515744 * addressbook/gui/component/addressbook-migrate.c: (get_source_name): * plugins/groupwise-features/send-options.c: (get_source): * plugins/groupwise-features/share-folder-common.c: (get_container_id): * plugins/groupwise-features/install-shared.c: (install_folder_response): * plugins/external-editor/external-editor.c: (convert_to_camel_internet_address), (org_gnome_external_editor): * plugins/itip-formatter/itip-formatter.c: (idle_open_cb): * mail/em-folder-view.c: (emfv_setup_view_instance): * mail/mail-component.c: (impl_finalize): * mail/message-list.c: (ml_tree_value_at): * composer/e-msg-composer.c: (drop_action): * e-util/e-config.c: (ep_finalise): Use proper member to free. * widgets/misc/e-cursors.c: (e_cursors_init): * widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month): * calendar/gui/dialogs/comp-editor.c: (drop_action): * calendar/gui/calendar-config.c: (calendar_config_get_hide_completed_tasks_sexp): * calendar/gui/comp-editor-factory.c: (edit_existing): * calendar/gui/e-day-view.c: (e_day_view_reshape_long_event), (e_day_view_on_top_canvas_drag_data_received): * calendar/gui/e-day-view-main-item.c: (e_day_view_main_item_draw_events_in_vbars), (e_day_view_main_item_draw_long_events_in_vbars): * calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event): * calendar/gui/e-cal-model.c: (redo_queries): * calendar/gui/e-calendar-table.c: (e_calendar_table_open_task): * calendar/gui/e-memo-table.c: (open_memo): * calendar/gui/print.c: (print_todo_details): * calendar/gui/migration.c: (get_source_name): Memory leak fix. * calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things. svn path=/trunk/; revision=35044
* Patch from OpenSUSESrinivasa Ragavan2008-02-182-1/+5
| | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE svn path=/trunk/; revision=35043
* Fix for bug #339266Srinivasa Ragavan2008-02-182-1/+15
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * Fix for bug #339266 * exchange-account-setup.c: (org_gnome_exchange_show_folder_size_factory): Upstreamed OpenSUSE patch. svn path=/trunk/; revision=35041
* ** Fix for bug #294999Srinivasa Ragavan2008-02-182-1/+8
| | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #294999 * exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed OpenSUSE patch. svn path=/trunk/; revision=35040
* ** Patch from OpenSUSE.Srinivasa Ragavan2008-02-182-0/+11
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Patch from OpenSUSE. * exchange-delegates-user.c: Warnings. svn path=/trunk/; revision=35032
* Pushing a downstream patch from OpenSUSE.Srinivasa Ragavan2008-02-182-0/+12
| | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * exchange-folder-subscription.c: (subscribe_to_folder), (create_folder_subscription_dialog): Pushing a downstream patch from OpenSUSE. svn path=/trunk/; revision=35029
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514736 (Added ↵Suman Manjunath2008-02-072-0/+11
| | | | | | 'application/ms-tnef' MIME type for TNEF attachment decoding) svn path=/trunk/; revision=34970
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514771 (Fix for a ↵Suman Manjunath2008-02-072-1/+8
| | | | | | crash while decoding TNEF attachments) svn path=/trunk/; revision=34969
* ** Fix for bug #514622Milan Crha2008-02-062-13/+9
| | | | | | | | | | | | | 2008-02-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #514622 * icsimporter.c: (dialog_close_cb): Drop this function. * icsimporter.c: (init_widgets), (dialog_response_cb), (ical_import_done): Do not call "close" on already closed dialog. svn path=/trunk/; revision=34965
* Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #468427, also fixes ↵Suman Manjunath2008-02-052-130/+181
| | | | | | a lot of other crashes around itip-formatter. svn path=/trunk/; revision=34960
* Fix a compiler warning.Matthew Barnes2008-02-032-1/+6
| | | | | | | | | | | | | | | 2008-02-03 Matthew Barnes <mbarnes@redhat.com> * pluginsattachment-reminder.c (org_gnome_evolution_attachment_reminder): Fix a compiler warning. * widgets/text/e-text.c (update_im_cursor_position): * widgets/text/e-text.c (e_text_get_cursor_locations): Remove these unused functions to silence compiler warnings. svn path=/trunk/; revision=34952
* ** Fixes bug #513395Jeff Cai2008-02-022-7/+30
| | | | | | | | | | | | | 2008-02-02 Jeff Cai <jeff.cai@sun.com> ** Fixes bug #513395 * exchange-account-setup.c: (owa_authenticate_user), (owa_editor_entry_changed), (org_gnome_exchange_owa_url), (org_gnome_exchange_check_options), (org_gnome_exchange_commit): Check parameters before calling camel_url_new svn path=/trunk/; revision=34947
* Added proper translator comments for stringsJohnny Jacob2008-01-282-1/+7
| | | | svn path=/trunk/; revision=34917
* Fixes a double free.Srinivasa Ragavan2008-01-282-0/+6
| | | | | | | | | 2008-01-28 Srinivasa Ragavan <sragavan@novell.com> * exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double free. svn path=/trunk/; revision=34916
* Fixes Bug #511226. String fix.Johnny Jacob2008-01-282-2/+8
| | | | svn path=/trunk/; revision=34913
* Fix for Bug 504567. Added gettext for plurals in mail-notification plugin.Johnny Jacob2008-01-282-3/+13
| | | | svn path=/trunk/; revision=34912
* Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a ↵Suman Manjunath2008-01-282-12/+18
| | | | | | gettext context to the string "Read") svn path=/trunk/; revision=34910
* Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.Tor Lillqvist2008-01-282-1/+6
| | | | | | | | | | 2008-01-25 Tor Lillqvist <tml@novell.com> * Makefile.am (liborg_gnome_evolution_google_la_LIBADD): Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/. svn path=/trunk/; revision=34903
* ** Fix for bug #475781Milan Crha2008-01-255-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #475781 * plugins/save-calendar/csv-format.c: (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf): * plugins/itip-formatter/itip-formatter.c: (format_itip_object): * calendar/gui/dialogs/recurrence-page.c: (fill_ending_date), (recurrence_page_fill_widgets): * calendar/gui/dialogs/memo-page.c: (memo_page_fill_widgets): * calendar/gui/e-day-view.c: 2*(e_day_view_finish_long_event_resize), 2*(e_day_view_on_editing_stopped): * calendar/gui/itip-utils.c: (comp_compliant), (reply_to_calendar_comp): * calendar/gui/e-week-view.c: (e_week_view_on_editing_stopped): * calendar/gui/e-calendar-view.c: (e_calendar_view_add_event), (e_calendar_view_get_tooltips): * calendar/gui/e-cal-component-preview.c: (write_html): * calendar/gui/e-cal-component-memo-preview.c: (write_html): * calendar/gui/e-cal-model.c: (add_instance_cb): Fix memory leaks around ECalComponentDateTime. svn path=/trunk/; revision=34895
* Fix for #503327 : Fixes memory leaks and a buffer overflow in attachment ↵Johnny Jacob2008-01-252-7/+26
| | | | | | reminder. svn path=/trunk/; revision=34890
* ** Part of bug #511488Milan Crha2008-01-242-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-01-24 Milan Crha <mcrha@redhat.com> ** Part of bug #511488 * mail/mail-vfolder.h: * mail/mail-vfolder.c: (vfolder_loaded): Function dropped. * mail/mail-vfolder.c: (vfolder_load_storage): Allow to call this function more than once, but do load the storage only once. * mail/em-folder-utils.c: (emfu_popup_new_folder_response): * mail/mail-vfolder.c: (vfolder_edit), (vfolder_gui_add_rule), (vfolder_gui_add_from_message), (vfolder_gui_add_from_address): * mail/em-folder-browser.c: (emfb_search_menu_activated): * mail/em-folder-view.c: (emp_uri_popup_vfolder_sender), (emp_uri_popup_vfolder_recipient), (vfolder_type_current): Ensure vfolder is running. * plugins/groupwise-features/share-folder-common.c: (users_dialog_response): The logic to check if vfolder is running has been changed, so reflect it here too. svn path=/trunk/; revision=34878
* Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users. FixedSrinivasa Ragavan2008-01-182-3/+12
| | | | | | | | | | 2008-01-18 Srinivasa Ragavan <sragavan@novell.com> * imap-headers.c: (imap_headers_commit), (org_gnome_imap_headers): Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users. Fixed it. svn path=/trunk/; revision=34848
* Add missing punctuation.Kjartan Maraas2008-01-142-2/+7
| | | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * apps-evolution-attachment-reminder.schemas.in: Add missing punctuation. svn path=/trunk/; revision=34820
* ** Fix for bug #502303Milan Crha2008-01-112-6/+17
| | | | | | | | | | | | | | | | 2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #502303 * plugin-manager.c: (eppm_response): Always destroy dialog and unset global variable. * plugin-manager.c: (org_gnome_plugin_manager_manage): Use G_TYPE_POINTER instead of GTK_TYPE_WIDGET in a list store to get rid of reference counting troubles on configuration widgets of plugins. Remember created dialog for future use. svn path=/trunk/; revision=34799
* ** Fix for bug #496402Milan Crha2008-01-112-22/+68
| | | | | | | | | | | | | 2008-01-10 Milan Crha <mcrha@redhat.com> ** Fix for bug #496402 * gaimbuddies.c: (parse_buddy_group), (get_all_blocked), (bbdb_get_gaim_buddy_list), (free_gaim_body), (free_buddy_list), (parse_buddy_group): Do not synchronize blocked bodies from pidgin. svn path=/trunk/; revision=34795
* ** Fix for bug #492702Srinivasa Ragavan2008-01-097-376/+40
| | | | | | | | | | | | | 2008-01-09 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #492702 * configure.in: Just disable the dbus message part of mail notification if dbus isn't there. Also remove new-mail-notify plugin. svn path=/trunk/; revision=34784
* ** Fix for bug #300336Milan Crha2008-01-072-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #300336 * plugins/groupwise-features/share-folder-common.c: (users_dialog_response): Ensure vfolder is running. * mail/mail-vfolder.h: (vfolder_loaded): * mail/mail-vfolder.c: (vfolder_loaded): New helper function. * mail/em-folder-utils.c: (emfu_popup_new_folder_response): * mail/mail-vfolder.c: (vfolder_gui_add_rule), (vfolder_gui_add_from_message), (vfolder_gui_add_from_address): * mail/em-folder-browser.c: (emfb_search_menu_activated): * mail/em-folder-view.c: (emp_uri_popup_vfolder_sender), (emp_uri_popup_vfolder_recipient), (vfolder_type_current): Ensure vfolder is running. * mail/mail-component.c: (mc_startup): Do not start vfolder when disabled by option '/apps/evolution/mail/display/enable_vfolders'. * mail/evolution-mail.schemas.in: Added schema for new option. * mail/mail-config.glade: * mail/em-mailer-prefs.h: * mail/em-mailer-prefs.c: Added checkbox for "Enable Search Folders" option. Note: if your schema failed to install, then the search folders will be hidden. Enable by hand then. svn path=/trunk/; revision=34775
* Patch from João Vale <jpvale@gmail.com>: Fix for bug #375580 (Use ↵Suman Manjunath2008-01-072-2/+13
| | | | | | ISO-8859-1 encoding to store contacts in iPod) svn path=/trunk/; revision=34771
* Patch from Christian Krause <chkr@plauener.de>: Fix for bug #506772 ↵Suman Manjunath2008-01-073-22/+33
| | | | | | (Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin. svn path=/trunk/; revision=34768
* ** Fix for bug #502914Milan Crha2008-01-022-1/+7
| | | | | | | | | | | 2008-01-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #502914 * bbdb.c: (enable_toggled_cb): Do not write NULL into gconf. svn path=/trunk/; revision=34747
* fix spelling.Andre Klapper2008-01-022-1/+6
| | | | | | | | | | 2008-02-01 Andre Klapper <a9016009@gmx.de> * plugin-manager.c: (org_gnome_plugin_manager_manage): fix spelling. svn path=/trunk/; revision=34746
* Show the actual displayed folder name rather than the decoded/handled oneSrinivasa Ragavan2008-01-022-6/+6
| | | | | | | | | 2008-01-02 Srinivasa Ragavan <sragavan@novell.com> * mail-notification.c: (new_notify_status): Show the actual displayed folder name rather than the decoded/handled one from uri. svn path=/trunk/; revision=34745
* Patch from Sushma Rai <rsushma@novell.com>: Fix for bug #327965 (Set the ↵Suman Manjunath2007-12-313-4/+30
| | | | | | e-source property username with the domain, if the domain is specified) svn path=/trunk/; revision=34739
* Patch from Nyall <nyall@zombiepigs.net>: Fix for bug #503954 (Accept custom ↵Suman Manjunath2007-12-232-1/+23
| | | | | | domain names while setting up a Google Calendar account) svn path=/trunk/; revision=34732
* ** Fixes bug #362638Matthew Barnes2007-12-2113-70/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #362638 * calendar/gui/alarm-notify/alarm-notify.c: * calendar/gui/alarm-notify/alarm-notify.h: * calendar/gui/alarm-notify/alarm-queue.c: Rewrite message passing to use GThreadPool instead of EThread. * mail/mail-mt.h: Overhaul the message passing API: - Define a MailMsg type as the base message struct. - Define types for the various callback functions. - Add a priority value to each message (not yet used). - Add a reference count to each message. - Define a MailMsgInfo type for the virtual function table. - Record the size of message sub-types in MailMsgInfo. - New/changed functions: mail_msg_new() - Easier to use. mail_msg_ref() - Increase reference count. mail_msg_unref() - Decrease reference count. mail_msg_main_loop_push() } mail_msg_unordered_push() } Submit MailMsgs to various mail_msg_fast_ordered_push() } message-processing threads. mail_msg_slow_ordered_push() } * mail/mail-mt.c (mail_msg_new): Use GSlice for memory allocation. * mail/mail-mt.c (mail_msg_ref), (mail_msg_unref): New functions increment/decrement a MailMsg's reference count. * mail/mail-mt.c (mail_cancel_hood_add), (mail_cancel_hook_remove): Convert the 'cancel_hook_list' from an EDList to a GHookList and modify the API accordingly. * mail/mail-mt.c: Use GThreadPools instead of EThreads. Use GAsyncQueues instead of EMsgPorts. * mail/em-composer-utils.c: * mail/em-folder-browser.c: * mail/em-folder-properties.c: * mail/em-folder-tree.c: * mail/em-folder-utils.c: * mail/em-folder-view.c: * mail/em-format-html-print.c: * mail/em-format-html.c: * mail/em-subscribe-editor.c: * mail/em-sync-stream.c: * mail/importers/elm-importer.c: * mail/importers/mail-importer.c: * mail/importers/pine-importer.c: * mail/mail-component.c: * mail/mail-folder-cache.c: * mail/mail-mt.c: * mail/mail-ops.c: * mail/mail-ops.h: * mail/mail-send-recv.c: * mail/mail-session.c: * mail/mail-vfolder.c: * mail/message-list.c: * plugins/folder-unsubscribe/folder-unsubscribe.c: * plugins/groupwise-features/share-folder-common.c: * plugins/exchange-operations/exchange-folder.c: * plugins/mark-all-read/mark-all-read.c: * plugins/mailing-list-actions/mailing-list-actions.c: * plugins/itip-formatter/itip-formatter.c: * plugins/save-attachments/save-attachments.c: Use the new MailMsg API for messages. svn path=/trunk/; revision=34730
* Actually remove the mail-remote plugin, like the ChangeLog says.Matthew Barnes2007-12-1728-4066/+0
| | | | svn path=/trunk/; revision=34721
* ** Fix for bug #504030Milan Crha2007-12-172-1/+8
| | | | | | | | | | | | 2007-12-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #504030 * mail-notification.c: (new_notify_sound): Do not play sound on every new mail arrival in a row. svn path=/trunk/; revision=34720
* Part of fix for #492702 from Milan Crha : New mail notify and preferences ui ↵Johnny Jacob2007-12-154-113/+786
| | | | | | movement. svn path=/trunk/; revision=34702
* Attachment reminder cleanup. Fixes 502312. Added some more fixes over Milan ↵Johnny Jacob2007-12-152-77/+94
| | | | | | Crha's work. svn path=/trunk/; revision=34700
* Patch by <nickspoon0@gmail.com>Tobias Mueller2007-12-142-1/+9
| | | | | | | | | | | | | 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. svn path=/trunk/; revision=34697
* Patch by evilninjasquirrel@hotbrev.comTobias Mueller2007-12-133-6/+15
| | | | | | | | | | | | | | | 2007-12-13 Tobias Mueller <tobiasmue@svn.gnome.org> Patch by evilninjasquirrel@hotbrev.com ** Fixes bug 474043 * plugins/exchange-operations/exchange-operations.c: * plugins/exchange-operations/exchange-operations.h Prevent buffer overflows, by introducing a fourth parameter to exchange_operations_tokenize_string - a max size to copy svn path=/trunk/; revision=34692
* ** Fixes bug 474651Tobias Mueller2007-12-105-5/+5
| | | | | | | | | | | | | | | | | | | | | 2007-12-10 Tobias Mueller <tobiasmue@svn.gnome.org> ** Fixes bug 474651 * addressbook/gui/contact-editor/eab-editor.c: * plugins/save-calendar/ical-format.c: * plugins/save-calendar/csv-format.c: * plugins/save-calendar/rdf-format.c: * plugins/ipod-sync/ical-format.c: * plugins/ipod-sync/ipod-sync.c: * plugins/ipod-sync/evolution-ipod-sync.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/copy-source-dialog.c: * calendar/gui/dialogs/delete-error.c: Use format strings in gtk_message_dialog_new svn path=/trunk/; revision=34680
* Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing ↵Suman Manjunath2007-12-073-4/+14
| | | | | | mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog) svn path=/trunk/; revision=34662
* Move preferences to the configure tab.Sankar P2007-12-052-5/+13
| | | | | | | | | | | 2007-12-05 Sankar P <psankar@novell.com> * attachment-reminder.c: (e_plugin_lib_get_configure_widget): Move preferences to the configure tab. svn path=/trunk/; revision=34651
* ** Fix for bug #466241David Turner2007-12-042-3/+10
| | | | | | | | | | | | | | | | 2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #466241 * plugins/exchange-operations/exchange-account-setup.c: (org_gnome_exchange_auth_section): Added a mnemonic to the Authentication Type label/dropdown * mail/mail-config.glade: Added a mnemonic to "Authentication type" in the recieving mail section of configuration svn path=/trunk/; revision=34643
* ** Fix for bug #220846Milan Crha2007-12-044-4/+58
| | | | | | | | | | | | | | | | 2007-12-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #220846 * itip-view.h: * itip-view.c: (itip_view_set_show_free_time_check), (itip_view_get_free_time_check_state), (struct _ItipViewPrivate), (itip_view_init): * itip-formatter.c: (view_response_cb), (format_itip_object): New option to accept meeting request as free time. svn path=/trunk/; revision=34640
* ** Fix for bug #500210Milan Crha2007-12-042-177/+213
| | | | | | | | | | | | | | | | | | | | | 2007-12-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #500210 * plugins/plugin-manager/plugin-manager.c: Changed coding-style to be more accurate to other sources, but the main change was to show configuration options of the plugin into extra tab, instead of new popup under 'Configure' button. * e-util/e-plugin.h: * e-util/e-plugin.c: (e_plugin_configure), (e_plugin_is_configurable), (epl_configure), (e_plugin_get_configure_widget), (epl_get_configure_widget): Removed old configure functions, replaced by get_configure_widget functions, to be able show plugin configuration in a tab of plugin manager. svn path=/trunk/; revision=34639
* Committed on behalf of Denis Washington <denisw@svn.gnome.org>Sankar P2007-12-043-2/+11
| | | | | | | | | | | | | | | 2007-12-04 Sankar P <psankar@novell.com> * Committed on behalf of Denis Washington <denisw@svn.gnome.org> ** Fix for bug #496298 * org-gnome-external-editor.eplug.xml: * org-gnome-external-editor.xml: Change mails to messages. svn path=/trunk/; revision=34635
* ** Fix for bug #391062Srinivasa Ragavan2007-12-032-1/+16
| | | | | | | | * bbdb.c: (bbdb_open_addressbook): Dont add contacts, if it is enabled to do so. svn path=/trunk/; revision=34626
* Make it selectable, fixes bug 401523, patch by Lucky WankhedeTobias Mueller2007-12-032-3/+8
| | | | | | | | | | 2007-12-02 Tobias Mueller <tobiasmue@svn.gnome.org> * imap-headers.glade: Make it selectable, fixes bug 401523, patch by Lucky Wankhede <wlakke@novell.com> svn path=/trunk/; revision=34623
* ** Fixes bug #495123Matthew Barnes2007-11-282-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #495123 * composer/Makefile.am: Add a bunch of files for managing composer headers. * composer/e-msg-composer.c (build_message), (from_changed_cb), (set_editor_signature), (e_msg_composer_set_body), (e_msg_composer_get_preferred_account): * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header): Use e_msg_composer_hdrs_get_from_account() to obtain the EAccount. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Massive refactoring to use new EComposerHeader classes. * composer/e-composer-header.c: * composer/e-composer-header.h: * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: * composer/e-composer-name-header.c: * composer/e-composer-name-header.h: * composer/e-composer-post-header.c: * composer/e-composer-post-header.h: * composer/e-composer-text-header.c: * composer/e-composer-text-header.h: New GObject classes manage different types of composer headers. See bug #495123 for a more detailed description of each class. * mail/mail-session.c (mail_session_init): Pass the CamelSession to the EAccountComboBox class (ugly hack). * widgets/misc/Makefile.am: Add e-account-combo-box.[ch]. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New widget renders an EAccountList as a combo box. Also listens for changes to the EAccountList and updates itself accordingly. svn path=/trunk/; revision=34600
* ** Fixes bug #499644Matthew Barnes2007-11-262-2/+11
| | | | | | | | | | | | | | 2007-11-26 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #499644 * em-junk-filter.c (user_remote_tests_cb), (org_gnome_sa_use_remote_tests): The behavior of the "Include remote tests" check button was swapped with respect to its state. Probably why SpamAssassin seemed slow. svn path=/trunk/; revision=34586
* ** Fix for bug #353807Milan Crha2007-11-232-2/+28
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #353807 * mail-to-task.c: (do_mail_to_task): Notice user if any error occur during opening calendar, calendar is readonly or when add fails. svn path=/trunk/; revision=34576
* ** Fix for bug #479081Milan Crha2007-11-232-0/+10
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #479081 * exchange-account-setup.c: (org_gnome_exchange_owa_url): Check for input validity immediately after creating setup widgets. svn path=/trunk/; revision=34572
* ** Fix for bug #458237Milan Crha2007-11-232-0/+11
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #458237 * itip-formatter.c: (start_calendar_server), (source_selected_cb): Check for non-NULL source before using it to prevent a crash. svn path=/trunk/; revision=34570
* ** Fix for bug #498173Sankar P2007-11-192-1/+9
| | | | | | | | | | | | | | 2007-11-19 Sankar P <psankar@novell.com> ** Fix for bug #498173 * plugin-manager.c: (eppm_response): e_plugin_configure should be called only when user clicks on Configure button. svn path=/trunk/; revision=34553
* ** Fix for bug #495875Gilles Dartiguelongue2007-11-186-4/+25
| | | | | | right click menu reordering svn path=/trunk/; revision=34549
* fixing little typoGilles Dartiguelongue2007-11-181-1/+1
| | | | | | * fixing little typo svn path=/trunk/; revision=34548
* ** Fix bug #495872Gilles Dartiguelongue2007-11-1812-15/+130
| | | | | | uniformization of actions with memos/calendars/tasks svn path=/trunk/; revision=34547
* Call camel_folder_info_new() instead of g_new0().Matthew Barnes2007-11-152-1/+6
| | | | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-tree.c (em_folder_tree_get_selected_folder_info): * plugins/exchange-operations/exchange-folder.c (ex_create_folder_info): Call camel_folder_info_new() instead of g_new0(). svn path=/trunk/; revision=34538
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-15108-2274/+2274
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* ** Fix for bug #458515 string correctedindu2007-11-132-1/+7
| | | | | | | | | | | 2007-11-12 indu <indu_ait@yahoo.co.in> ** Fix for bug #458515 * status-track.c: (recipient->undelivered_date) string corrected svn path=/trunk/; revision=34527
* ** Fix bug #487318Gilles Dartiguelongue2007-11-122-1/+8
| | | | | | | | * org-gnome-new-mail-notify.eplug.xml: Fix typo in D-Bus svn path=/trunk/; revision=34522
* Remove useless GtkVBox, remove the useless popup to have an inline headerGilles Dartiguelongue2007-11-083-126/+221
| | | | | | | | | | | | | | * imap-headers.c: (imap_headers_abort), (imap_headers_commit), (epif_header_is_valid), (epif_add_sensitivity), (epif_add_header), (epif_remove_header_clicked), (epif_fetch_all_headers_toggled), (epif_entry_changed), (org_gnome_imap_headers): * imap-headers.glade: Remove useless GtkVBox, remove the useless popup to have an inline header entry field, concentrate all UI elements in a structure, added a prefix to relevant functions. svn path=/trunk/; revision=34516
* ** Fix for bug #492102Michael Monreal2007-11-052-1/+7
| | | | | | | | | | 2007-11-05 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492102 Use mail-mark-read icon. svn path=/trunk/; revision=34499