aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* ** Fix for bug #334675Milan Crha2007-11-052-4/+81
| | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #334675 * plugins/mail-to-task/mail-to-task.c: (do_mail_to_task), (text_contains_nonwhitespace), (get_selected_text), (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): When selected only one message, then try to use selected text in preview as description, instead of whole message body. * Requires newer GthHtml (API extended, since revision 8614). * mail/em-folder-view.c: (emfv_message_reply): Leak fix. svn path=/trunk/; revision=34497
* ** Fix for bug #353779Milan Crha2007-11-054-5/+19
| | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #353779 * mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml: Allow convert more than one mail to meeting with one click. * mail-to-task/org-gnome-mail-to-task.eplug.xml: Allow convert more than one mail to task with one click. svn path=/trunk/; revision=34493
* Fix warnings from sparse and gccKjartan Maraas2007-10-3130-39/+119
| | | | svn path=/trunk/; revision=34458
* Every plugin should have a ChangeLog. Added.Sankar P2007-10-302-1/+17
| | | | | | | | | | | | | 2007-10-30 Sankar P <psankar@novell.com> * ChangeLog: Every plugin should have a ChangeLog. Added. * google-source.c: Commented an unused function. Marked Debug statements conditional. svn path=/trunk/; revision=34454
* ** Fix for bug #487922 (Sometimes evolution does not recognizeMilan Crha2007-10-302-10/+55
| | | | | | | | | | | | | | | | 2007-10-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #487922 (Sometimes evolution does not recognize attachments) * prefer-plain.c: (export_as_attachments): New helper function to export message parts as attachments. This will traverse whole hierarchy of message's parts in multipart message. * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Use this function to export other parts as attachments. svn path=/trunk/; revision=34452
* Use g_cclosure_marshal_VOID__POINTER instead ofMatthew Barnes2007-10-302-1/+7
| | | | | | | | | | | 2007-10-29 Matthew Barnes <mbarnes@redhat.com> * evolution-mail-sessionlistener.c: Use g_cclosure_marshal_VOID__POINTER instead of evolution_mail_marshal_VOID__POINTER. svn path=/trunk/; revision=34451
* Ssssshhhhhhhh the compiler warning.Sankar P2007-10-262-1/+5
| | | | | | | | | 2007-10-26 Sankar P <psankar@novell.com> * plugin-manager.c: (eppm_selection_changed): Ssssshhhhhhhh the compiler warning. svn path=/trunk/; revision=34433
* ** Fix for bug #461272Sankar P2007-10-262-1/+17
| | | | | | | | | | | | | | | 2007-10-26 Sankar P <psankar@novell.com> ** Fix for bug #461272 * plugin-manager.c: (eppm_selection_changed), (org_gnome_plugin_manager_manage): Configure button should not be enabled for all. configure button needs a hot-key. svn path=/trunk/; revision=34432
* Added new plugins external-editor, which will make it possible to use anSankar P2007-10-256-0/+255
| | | | | | | | | | | | | | 2007-10-25 Sankar P <psankar@novell.com> * configure.in: * plugins/external-editor: Added new plugins external-editor, which will make it possible to use an external editor as the mail composer. svn path=/trunk/; revision=34423
* configure.in Initial commit for the Google Calendar Feature.Chenthill Palanisamy2007-10-233-0/+445
| | | | | | | | | | | | | 2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>. svn path=/trunk/; revision=34413
* ** Fixes part of bug #417999Matthew Barnes2007-10-236-53/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #417999 * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-list-editor/contact-list-editor.c: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/event-page.glade: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/memo-page.glade: * calendar/gui/dialogs/task-page.c: * calendar/gui/dialogs/task-page.glade: * calendar/gui/e-itip-control.c: * plugins/bbdb/bbdb.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-view.c: * widgets/misc/e-pilot-settings.c: Use ESourceComboBox instead of ESourceOptionMenu (deprecated). svn path=/trunk/; revision=34408
* Miscellaneous changes related to bug #437579.Matthew Barnes2007-10-122-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | 2007-10-11 Matthew Barnes <mbarnes@redhat.com> Miscellaneous changes related to bug #437579. * configure.in: Put a blank line between the configuration summary and the final "now type make" message. * mail/em-format.c (em_format_add_puri): Use G_GSIZE_FORMAT when printing a gsize/size_t to make compilers on all arches happy. * plugins/mail-notification/mail-notification.c: Put the notification_callback() declaration inside a #ifdef HAVE_LIBNOTIFY block to avoid a potential compiler warning. * calendar/gui/alarm-notify/alarm-queue.c: Fix an implicit GTK+ function declaration on x86_64. svn path=/trunk/; revision=34378
* ** Fixes bug #437579Matthew Barnes2007-10-109-9/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-09 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #437579 * addressbook/conduit/address-conduit.c: * addressbook/gui/component/addressbook-config.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/widgets/eab-gui-util.c: * calendar/conduits/calendar/calendar-conduit.c: * calendar/conduits/memo/memo-conduit.c: * calendar/conduits/todo/todo-conduit.c: * calendar/gui/dialogs/alarm-dialog.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-day-view-layout.c: * calendar/gui/e-day-view-layout.h: * calendar/gui/print.c: * e-util/e-pilot-map.c: * e-util/e-plugin.c: * e-util/e-profile-event.c: * e-util/e-signature.c: * filter/filter-file.c: * mail/e-searching-tokenizer.c: * mail/em-folder-browser.c: * mail/em-format-html.c: * mail/em-format-view.c: * mail/em-format.c: * mail/em-mailer-prefs.c: * mail/em-mailer-prefs.h: * mail/mail-session.c: * mail/mail-session.h: * mail/mail-vfolder.c: * mail/message-list.c: * plugins/bbdb/bbdb.c: * plugins/bbdb/gaimbuddies.c: * plugins/calendar-http/calendar-http.c: * plugins/exchange-operations/exchange-user-dialog.c: * plugins/face/face.c: * shell/e-shell-window.c: * shell/e-shell.c: * smime/lib/e-cert-db.c: * tools/killev.c: * widgets/misc/e-cursors.c: * widgets/misc/e-spinner.c: * widgets/misc/e-unicode.c: * widgets/table/e-table-field-chooser-item.c: * widgets/table/e-table-header-item.c: * widgets/table/e-table-header-item.h: * widgets/table/e-table-header-utils.c: * widgets/table/e-table.c: * widgets/text/e-text.c: Fix various compiler warnings. Patch from Milan Crha. svn path=/trunk/; revision=34368
* 2007-10-04 mcrha Fix for bug #331578Milan Crha2007-10-042-6/+60
| | | | svn path=/trunk/; revision=34351
* 2007-10-03 mcrha Fix for bug #346146Milan Crha2007-10-034-92/+141
| | | | svn path=/trunk/; revision=34347
* ** Fixes bug #469657Matthew Barnes2007-10-024-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #469657 * addressbook/importers/evolution-ldif-importer.c: * calendar/gui/comp-editor-factory.c: * composer/e-msg-composer.c: * e-util/e-config-listener.c: * mail/em-composer-prefs.c: * mail/em-folder-tree-model.c: * mail/em-format.c: * mail/em-format-html.c: * mail/em-migrate.c: * mail/em-subscribe-editor.c: * mail/mail-component.c: * mail/mail-send-recv.c: * mail/message-list.c: * mail/importers/elm-importer.c: * plugins/exchange-operations/exchange-folder-size-display.c: * plugins/mono/mono-plugin.c: * shell/e-shell-settings-dialog.c: * tools/killev.c: * widgets/table/e-table-extras.c: * widgets/table/e-table-selection-model.c: Use destroy functions in GHashTables to simplify memory management. svn path=/trunk/; revision=34344
* 2007-10-01 mcrha Fix for bug #428402Milan Crha2007-10-014-6/+19
| | | | svn path=/trunk/; revision=34341
* Use consistent terminology for mail messages (#480621).Matthew Barnes2007-09-2811-6/+31
| | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> * mail/em-account-editor.c: * mail/evolution-mail.schemas.in: * mail/mail-config.glade: * plugins/bbdb/bbdb.c (bbdb_page_factory): * plugins/bogo-junk-plugin/bf-junk-filter.c: * plugins/face/org-gnome-face-eplug.xml: * plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml: * plugins/print-message/org-gnome-print-message.eplug.xml: Use consistent terminology for mail messages (#480621). svn path=/trunk/; revision=34326
* ** Fixes part of bug #474000Matthew Barnes2007-09-282-1/+8
| | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #474000 * addressbook/importers/evolution-ldif-importer.c: Remove redundant Base64 codec implementation. Use GLib's. * mail/em-format-html.c (efh_format_headers): * mail/em-migrate.c (upgrade_passwords_1_2): * plugins/face/face.c: Use GLib's Base64 API instead of Camel's. svn path=/trunk/; revision=34325
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-282-2/+6
| | | | | | | Use GObject's marshalers whenever possible. svn path=/trunk/; revision=34324
* ** Fixes bug #477045Matthew Barnes2007-09-287-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #477045 * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor-address.c: * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * calendar/gui/calendar-commands.c: * calendar/gui/calendar-component.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-editor.c: * calendar/gui/dialogs/task-editor.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-calendar-view.c: * calendar/gui/e-day-view.c: * calendar/gui/e-memo-table.c: * calendar/gui/e-week-view.c: * calendar/gui/memos-component.c: * calendar/gui/memos-control.c: * calendar/gui/tasks-component.c: * calendar/gui/tasks-control.c: * composer/e-msg-composer-select-file.c: * composer/e-msg-composer.c: * mail/em-folder-tree.c: * mail/em-folder-view.c: * mail/em-popup.c: * mail/mail-component.c: * mail/mail-mt.c: * mail/mail-send-recv.c: * mail/message-list.c: * plugins/exchange-folder-permission.c: * plugins/exchange-folder.c: * plugins/groupwise-features/share-folder-common.c: * shell/e-shell-window-commands.c: * ui/evolution-addressbook.xml: * ui/evolution-calendar.xml: * ui/evolution-composer-entries.xml: * ui/evolution-editor.xml: * ui/evolution-event-editor.xml: * ui/evolution-mail-list.xml: * ui/evolution-mail-message.xml: * ui/evolution-memos.xml: * ui/evolution-message-composer.xml: * ui/evolution-subscribe.xml: * ui/evolution-task-editor.xml: * ui/evolution-tasks.xml: * ui/evolution.xml: Use standard icon names where applicable. svn path=/trunk/; revision=34322
* use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR.Pedro Villavicencio Garrido2007-09-272-1/+8
| | | | | | | | | | | | 2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org> * url-editor-dialog.c: (url_editor_dialog_construct): use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR. Fixes #480804. svn path=/trunk/; revision=34320
* Remove the --enable-file-chooser configure option.Matthew Barnes2007-09-149-50/+37
| | | | | | GtkFileChooser has been around since 2004. svn path=/trunk/; revision=34257
* fix chen's string freeze break.Andre Klapper2007-09-112-2/+7
| | | | | | | | | | 2007-09-10 Andre Klapper <a9016009@gmx.de> * publish-calendar.c: (publish): fix chen's string freeze break. svn path=/trunk/; revision=34222
* ** Fix for bug #301044 (Novell Bugzilla)Srinivasa Ragavan2007-09-102-1/+12
| | | | svn path=/trunk/; revision=34213
* Fixes #274047 (bnc)Chenthill Palanisamy2007-09-103-6/+17
| | | | svn path=/trunk/; revision=34209
* Fixes #277159 (bnc)Chenthill Palanisamy2007-09-102-0/+19
| | | | svn path=/trunk/; revision=34208
* Fixes #274048 (bnc)Chenthill Palanisamy2007-09-102-0/+23
| | | | svn path=/trunk/; revision=34207
* Fixes #330223Chenthill Palanisamy2007-09-102-2/+8
| | | | svn path=/trunk/; revision=34206
* Fix for bug #468366. Committing on behalf of B S SrinidhiJohnny Jacob2007-09-072-6/+92
| | | | | | <srinidhi.bs@gmail.com> svn path=/trunk/; revision=34193
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-0710-15/+45
| | | | svn path=/trunk/; revision=34192
* Fixes #273417 (bnc)Chenthill Palanisamy2007-09-072-1/+7
| | | | svn path=/trunk/; revision=34191
* plugins/audio-inline/org-gnome-audio-inline.eplug.xmlFrederic Crozat2007-09-053-150/+161
| | | | | | | | | | | | | | | 2007-09-05 Frederic Crozat <fcrozat@mandriva.com> * configure.in: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml * plugins/audio-inline/ChangeLog * plugins/audio-inline/audio-inline.c audio-inline plugin has been ported to gstreamer 0.10 (bug #329629). svn path=/trunk/; revision=34180
* Fixes an invalid return type issue.Sankar P2007-09-052-1/+6
| | | | | | | | | 2007-09-05 Sankar P <psankar@novell.com> * prefer-plain.c: (e_plugin_lib_enable): Fixes an invalid return type issue. svn path=/trunk/; revision=34179
* ** Fix for bug #431459Srinivasa Ragavan2007-09-032-2/+11
| | | | svn path=/trunk/; revision=34155
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-02105-135/+135
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Avoid reentrancy in enableSrinivasa Ragavan2007-08-272-2/+8
| | | | svn path=/trunk/; revision=34112
* Avoid reentrancy in enableSrinivasa Ragavan2007-08-272-0/+10
| | | | svn path=/trunk/; revision=34111
* ** Fixes bug #355766Matthew Barnes2007-08-252-1/+8
| | | | | | | | | | | | | | | | | 2007-08-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #355766 * plugins/print-message/print-message.c (org_gnome_print_preview): Call e_msg_composer_get_message_print(). * composer/e-msg-composer.[ch] (e_msg_composer_get_message_print): New function overrides composer flags for printing. Patch by Mayank Jain. svn path=/trunk/; revision=34099
* 2007-08-24 Suman Manjunath Fix for bug #440807Milan Crha2007-08-243-10/+20
| | | | svn path=/trunk/; revision=34096
* Fix for empty menu in the UI.Srinivasa Ragavan2007-08-242-3/+5
| | | | svn path=/trunk/; revision=34089
* 2007-08-23 mcrha Fix for bug #329746Milan Crha2007-08-242-10/+19
| | | | svn path=/trunk/; revision=34078
* ** Fix for bug #308636Milan Crha2007-08-232-7/+21
| | | | | | | | | | | | | | | | 2007-08-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #308636 * camel-gw-listener.c: (add_esource): Set "create_source=yes" property to source group based on new parameter and always set property "delete=no" to new source. * camel-gw-listener.c: , (add_calendar_tasks_sources), (add_proxy_sources): Uses add_source. svn path=/trunk/; revision=34067
* ** Fix for bug #468804Wang Xin2007-08-221-1/+5
| | | | | | | | | | | 2007-08-22 Wang Xin <jedy.wang@sun.com> ** Fix for bug #468804 * plugins/mail-to-task/mail-to-task.c: Handle NUll pointer. svn path=/trunk/; revision=34063
* Marked strings for translationAndre Klapper2007-08-222-2/+7
| | | | | | | | | | 2007-08-21 Andre Klapper <a9016009@gmx.de> * org-gnome-attachment-reminder.error.xml: Marked strings for translation svn path=/trunk/; revision=34059
* ** Fix for bug #468294Srinivasa Ragavan2007-08-222-1/+8
| | | | svn path=/trunk/; revision=34055
* ** Fix for bug #468303Srinivasa Ragavan2007-08-224-2/+14
| | | | svn path=/trunk/; revision=34054
* Fixes #301835 (bnc)Chenthill Palanisamy2007-08-212-4/+12
| | | | svn path=/trunk/; revision=34053
* Fix some distcheck errors.Matthew Barnes2007-08-207-0/+16
| | | | svn path=/trunk/; revision=34046
* Fix for 468159 from Gilles Dartiguelongue <gdartigu@svn.gnome.org>Johnny Jacob2007-08-204-6/+13
| | | | | | | | | | | | --This line, and th se below, will be ignored-- A plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in M plugins/attachment-reminder/ChangeLog M plugins/attachment-reminder/Makefile.am D plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in M plugins/tnef-attachments/Makefile.am svn path=/trunk/; revision=34040
* Fix for bug #458715Johnny Jacob2007-08-172-1/+24
| | | | svn path=/trunk/; revision=34022
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-166-3/+29
| | | | svn path=/trunk/; revision=34017
* 2007-08-16 mcrha Fix for bug #466548Milan Crha2007-08-164-0/+20
| | | | svn path=/trunk/; revision=34010
* ** Fix for bug #330968Sankar P2007-08-132-13/+25
| | | | | | | | | | | | | 2007-08-13 Sankar P <psankar@novell.com> ** Fix for bug #330968 * proxy.c: (proxy_page_changed_cb): Fixes a crash on account-editor. Proxy Preferences Crash Fix. svn path=/trunk/; revision=33993
* Fix for bug #458822 from Anand V M <avmuttagi@gmail.com>Johnny Jacob2007-08-132-1/+7
| | | | svn path=/trunk/; revision=33991
* Fixed/Marked attachment-reminder strings for translation.Johnny Jacob2007-08-123-9/+21
| | | | svn path=/trunk/; revision=33987
* Backup-restore-plugin: string issues resolved. Bug #458508.Johnny Jacob2007-08-114-20/+28
| | | | | | | committing on behalf of Anand V M <avmuttagi@gmail.com> svn path=/trunk/; revision=33980
* Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences.Johnny Jacob2007-08-102-2/+11
| | | | | | | | Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences. svn path=/trunk/; revision=33978
* 2007-08-10 mcrha Fix for bug #327977Milan Crha2007-08-105-8/+29
| | | | svn path=/trunk/; revision=33972
* Committed on behalf of Diego Escalante Urrelo <diegoe@gnome.org>Sankar P2007-08-063-16/+14
| | | | | | | | | | | | | | | | | 2007-08-06 Sankar P <psankar@novell.com> * Committed on behalf of Diego Escalante Urrelo <diegoe@gnome.org> * bbdb.c: (bbdb_timeout), (bbdb_open_addressbook): * gaimbuddies.c: (bbdb_sync_buddy_list_check): "Synchronize now" should work even if periodic checking is not enabled. Fixes bug #377309 svn path=/trunk/; revision=33957
* ** Fix for bug #460326Srinivasa Ragavan2007-08-062-0/+16
| | | | svn path=/trunk/; revision=33951
* Fix for bug #455799 from Anand V M <avmuttagi@gmail.com>Johnny Jacob2007-08-052-1/+10
| | | | svn path=/trunk/; revision=33948
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-0440-159/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* ** Fix for bug #460821Hiroyuki Ikezoe2007-08-032-1/+8
| | | | | | | | | | | | 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #460821 * attachment-reminder.c: (strip_text_msg): The second argument of g_utf8_strdown() expects the length of string in bytes or -1. svn path=/trunk/; revision=33943
* ** Fix for bug #462010Hiroyuki Ikezoe2007-08-033-0/+16
| | | | | | | | | | | | 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #462010 * proxy.c: (proxy_update_tree_view): * proxy-login.c: (proxy_login_update_tree): Plugged memory leak. svn path=/trunk/; revision=33942
* Popup the right warning.Srinivasa Ragavan2007-08-012-1/+6
| | | | svn path=/trunk/; revision=33920
* Generate HTML Mail instead of ascii text for summarizing permissions.Veerapuram Varadhan2007-08-012-19/+35
| | | | | | * Generate HTML Mail instead of ascii text for summarizing permissions. svn path=/trunk/; revision=33917
* calendar/gui/dialogs/memo-page.glade:Andre Klapper2007-07-318-4/+24
| | | | | | | | | | | | | | | | | | | | | | | 2007-07-31 Andre Klapper <a9016009@gmx.de> * calendar/gui/dialogs/schedule-page.glade: calendar/gui/dialogs/memo-page.glade: calendar/gui/dialogs/meeting-page.glade: calendar/gui/dialogs/task-page.glade: calendar/gui/dialogs/task-details-page.glade: calendar/gui/dialogs/cal-prefs-dialog.glade: calendar/gui/dialogs/event-page.glade: calendar/gui/e-itip-control.glade: smime/gui/smime-ui.glade: filter/filter.glade: plugins/attachment-reminder/attachment-reminder.glade: plugins/imap-features/imap-headers.glade: plugins/exchange-operations/exchange-permissions-dialog.glade: plugins/publish-calendar/publish-calendar.glade: remove "window1" string from translation svn path=/trunk/; revision=33913
* Added translator comments.Chenthill Palanisamy2007-07-302-8/+25
| | | | svn path=/trunk/; revision=33904
* 2007-07-30 Part of fix for bug #360461 - Avoid markup in translatable messagesMilan Crha2007-07-303-20/+36
| | | | svn path=/trunk/; revision=33894
* : GtkTreeView should have a model. Fixes #445248Johnny Jacob2007-07-302-3/+12
| | | | | | | | | | 2007-07-20 Johnny Jacob <jjohnny@novell.com> * imap-headers.c : (org_gnome_imap_headers) : GtkTreeView should have a model. Fixes #445248 svn path=/trunk/; revision=33893
* Fixes #268162.Chenthill Palanisamy2007-07-293-0/+84
| | | | svn path=/trunk/; revision=33877
* ** Fix for bug #410287 from LuckySrinivasa Ragavan2007-07-292-3/+9
| | | | svn path=/trunk/; revision=33875
* ** Fix for bug #428123 from LuckySrinivasa Ragavan2007-07-292-1/+7
| | | | svn path=/trunk/; revision=33873
* Configure attachment-reminder plugin within the plugin-manager.Sankar P2007-07-263-20/+45
| | | | | | | | | | | | 2007-07-26 Sankar P <psankar@novell.com> * attachment-reminder.c: (e_plugin_lib_configure), (org_gnome_attachment_reminder_config_option): * attachment-reminder.glade: Configure attachment-reminder plugin within the plugin-manager. svn path=/trunk/; revision=33854
* Plugged memory leak.Hiroyuki Ikezoe2007-07-262-0/+6
| | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * bf-junk-filter.c: (convert_unicode_cb): Plugged memory leak. svn path=/trunk/; revision=33850
* Plugins should be configurable within the plugin-manager itself.Sankarasivasubramanian Pasupathilingam2007-07-262-3/+44
| | | | | | | Fixes Preferences dialog bloating. See bug #459522 svn path=/trunk/; revision=33847
* Plugged memory leak and the second argument of g_utf8_strdown() should beHiroyuki Ikezoe2007-07-262-9/+26
| | | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * attachment-reminder.c: Plugged memory leak and the second argument of g_utf8_strdown() should be in bytes. svn path=/trunk/; revision=33842
* ** Fix for bug #458511Hiroyuki Ikezoe2007-07-262-5/+12
| | | | | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #458511 * exchange-delegates-user.c: (exchange_delegates_user_edit): each message is enclosed with double quotes line by line. svn path=/trunk/; revision=33841
* Plugged memory leak.Hiroyuki Ikezoe2007-07-262-0/+7
| | | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * default-mailer.c: (org_gnome_default_mailer_check_default): Plugged memory leak. svn path=/trunk/; revision=33837
* Minor typos in strings.Claude Paroz2007-07-212-1/+5
| | | | svn path=/trunk/; revision=33825
* Fixed syntax of ngettext.Claude Paroz2007-07-202-1/+6
| | | | svn path=/trunk/; revision=33824
* Remove unused variables.Sankar P2007-07-182-2/+7
| | | | | | | | | 2007-07-18 Sankar P <psankar@novell.com> * face.c: (org_gnome_composer_face): Remove unused variables. svn path=/trunk/; revision=33817
* Initial set of files. Implements Face header support.Sankar P2007-07-176-0/+239
| | | | | | | | | | | | | 2007-07-17 Sankar P <psankar@novell.com> * org-gnome-face.eplug.xml: * org-gnome-face-ui.xml: * org-gnome-face.errors.xml: * Makefile.am: * face.c: Initial set of files. Implements Face header support. svn path=/trunk/; revision=33812
* Changed the string "Cancel" to "Continue Editing"Sankar P2007-07-172-4/+9
| | | | | | | | | | | 2007-07-17 Sankar P <psankar@novell.com> * org-gnome-attachment-reminder.errors.xml: Changed the string "Cancel" to "Continue Editing" svn path=/trunk/; revision=33811
* Fix a bunch of new implicit function declarations.Matthew Barnes2007-07-132-2/+12
| | | | | | | | | | 2007-07-12 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-delegates-user.c: Fix a bunch of new implicit function declarations. svn path=/trunk/; revision=33802
* Fixed Marking for Translation bugsSankar P2007-07-102-3/+8
| | | | | | | | | | | 2007-07-10 Sankar P <psankar@novell.com> * org-gnome-attachment-reminder.errors.xml: Fixed Marking for Translation bugs svn path=/trunk/; revision=33797
* Fix for build breakSrinivasa Ragavan2007-07-102-1/+7
| | | | svn path=/trunk/; revision=33790
* Fixed a build break.Chenthill Palanisamy2007-07-092-4/+8
| | | | | | | | | 2007-07-09 Chenthill Palanisamy <pchenthill@novell.com> * itip-formatter.c: (format_itip_object): Fixed a build break. svn path=/trunk/; revision=33788
* Adding the exchange delegation feature.Chenthill Palanisamy2007-07-091-0/+21
| | | | svn path=/trunk/; revision=33787
* reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-0910-31/+609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-09 Chenthill Palanisamy <pchenthill@novell.com> reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> * exchange-delegates-user.c: (map_to_full_role_name), (em_utils_delegates_done), (exchange_delegates_user_edit): * exchange-delegates-user.h: * exchange-delegates.c: (add_button_clicked_cb), (edit_button_clicked_cb), (email_look_up), (table_click_cb): * exchange-delegates.glade: * exchange-delegates.h: * exchange-mail-send-options.c: (append_to_header): * exchange-send-options.c: (exchange_send_options_get_widgets_data), (get_widgets), (exchange_send_options_fill_widgets_with_data), (exchange_send_options_cb), (delegate_option_toggled), (addressbook_dialog_response), (addressbook_entry_changed), (address_button_clicked), (exchange_sendoptions_dialog_run), (exchange_sendoptions_dialog_init): * exchange-send-options.glade: * exchange-send-options.h: * org-gnome-exchange-operations.error.xml: Added the exchange delegation support. Committing on behalf of Bharath Acharya <abharath@novell.com> svn path=/trunk/; revision=33784
* reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-094-151/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-09 Chenthill Palanisamy <pchenthill@novell.com> reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> * itip-formatter.c: (find_attendee), (find_attendee_if_sentby): Finds the address of the account owner in the attendees list. (find_to_address), (find_from_address): Establishes the current account id. (extract_itip_data), (view_response_cb), (format_itip_object), (pitip_free): Sets the corresponding itip-view components. * itip-view.h: * itip-view.c: (set_calendar_sender_text), (set_tasklist_sender_text), (set_journal_sender_text), (itip_view_destroy), (itip_view_set_organizer_sentby), (itip_view_get_organizer_sentby), (itip_view_set_attendee_sentby), (itip_view_get_attendee_sentby), (itip_view_set_proxy), (itip_view_get_proxy): Sets the message appropriately in the itip-view. Committing on behalf of Suman Manjunath <msuman@novell.com> svn path=/trunk/; revision=33783
* Fixed bugs where the .so wasn't reffered rightly.Srinivasa Ragavan2007-07-092-3/+6
| | | | | | | | * org-gnome-tnef-attachments.eplug.xml: Fixed bugs where the .so wasn't reffered rightly. svn path=/trunk/; revision=33782
* ** Cleanups from Lucky Wankhede Srinivasa Ragavan2007-07-093-143/+174
| | | | svn path=/trunk/; revision=33781
* Added mnemonics. Fixed warnings. Added new strings.Johnny Jacob2007-07-094-15/+23
| | | | | | | | | | | 2007-07-09 Johnny Jacob <jjohnny@novell.com> * attachment-remidner.glade : Added mnemonics. * attachment-reminder.c : Fixed warnings. * org-gnome-attachment-reminder.errors.xml : Added new strings. svn path=/trunk/; revision=33780
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-07-093-204/+290
| | | | | | | | | | | | | | | 2007-07-09 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * imap-headers.c: (add_header_clicked), (remove_header_clicked), (org_gnome_imap_headers): * imap-headers.glade: HIGify. Disable the Delete button when there are no headers. See bug #437892 svn path=/trunk/; revision=33778
* Commit for tnef attachment and attachment reminderSrinivasa Ragavan2007-07-0911-0/+2099
| | | | svn path=/trunk/; revision=33769
* ** Fix for byug #452900 from Cosimo CecchiSrinivasa Ragavan2007-07-052-7/+44
| | | | svn path=/trunk/; revision=33757
* Form the password url right.Srinivasa Ragavan2007-07-032-6/+19
| | | | svn path=/trunk/; revision=33743
* ** Fix for bug #334140Srinivasa Ragavan2007-07-012-0/+18
| | | | svn path=/trunk/; revision=33733
* ** Fix for bug #448970Srinivasa Ragavan2007-07-012-2/+9
| | | | svn path=/trunk/; revision=33732
* Fix for bug #437584Srinivasa Ragavan2007-06-1816-99/+124
| | | | svn path=/trunk/; revision=33697
* Remove BASE_VERSION from the binarySrinivasa Ragavan2007-06-182-1/+5
| | | | svn path=/trunk/; revision=33696
* ** Fix for bug #428328 from Ghislain MARYSrinivasa Ragavan2007-06-182-46/+46
| | | | svn path=/trunk/; revision=33695
* ** Fix for bug #325882Srinivasa Ragavan2007-06-185-5/+15
| | | | svn path=/trunk/; revision=33694
* fix some bad mnemonics, mark string for translation. Fixes bug #439186.Andre Klapper2007-06-162-3/+8
| | | | | | | | | | 2006-09-14 Andre Klapper <a9016009@gmx.de> * itip-view.c: fix some bad mnemonics, mark string for translation. Fixes bug #439186. svn path=/trunk/; revision=33681
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-032-13/+18
| | | | svn path=/trunk/; revision=33647
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-038-32/+47
| | | | svn path=/trunk/; revision=33646
* Fix for version removal from installed filesSrinivasa Ragavan2007-06-031-0/+0
| | | | svn path=/trunk/; revision=33645
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-0/+0
| | | | svn path=/trunk/; revision=33644
* Fix for version removal from installed filesSrinivasa Ragavan2007-06-031-0/+0
| | | | svn path=/trunk/; revision=33643
* Fix compilation warning in plugins/itip-formatter directory. (#440272)Matthew Barnes2007-06-032-1/+6
| | | | svn path=/trunk/; revision=33629
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-266-55/+66
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-25 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-component.c (ensure_sources): * addressbook/gui/component/addressbook-migrate.c (ensure_sources): * calendar/gui/migration.c (create_calendar_sources), (create_task_sources), (create_memo_sources): * calendar/gui/tasks-component.c (ensure_sources): * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/memos-component.c (ensure_sources): * plugins/hula-account-setup/camel-hula-listener.c (remove_esource), (modify_esource): * plugins/groupwise-account-setup/camel-gw-listener.c (remove_esource), (modify_esource): Don't assume the relative URI is non-NULL (#427232). * plugins/exchange-operations/exchange-config-listener.c (exchange_add_autocompletion_folders): Don't assume the absolute URI is non-NULL (#427232). svn path=/trunk/; revision=33577
* ** Fixes bug #424562Matthew Barnes2007-05-252-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #424562 * e-util/eggtrayicon.c: * e-util/eggtrayicon.h: Evolution requires GTK+ 2.10 now so kill this widget. * e-util/Makefile.am: Remove eggtrayicon.c and eggtrayicon.h. * calendar/gui/dialogs/recur-comp.c (recur_component_dialog): * e-util/e-dialog-utils.c (e_notice): * plugins/calendar-weather/calendar-weather.c (e_calendar_weather_location): * widgets/text/e-text.c (e_text_copy_clipboard), (e_text_update_primary_selection), (e_text_paste), (e_text_do_popup): Remove check for obsolete GTK+ version. * gui/alarm-notify/alarm-queue.c: EggTrayIcon is dead; always use GtkStatusIcon. svn path=/trunk/; revision=33573
* Move files that have translations but are not shipped to POTFILES.skip.Matthew Barnes2007-05-202-2/+11
| | | | | | | | | | | | | | | 2007-05-19 Matthew Barnes <mbarnes@redhat.com> * POTFILES.in: * POTFILES.skip: Move files that have translations but are not shipped to POTFILES.skip. Patch from Philip Withnall. (#436985) * plugins/mail-notification/Makefile.am: Fix a couple distcheck errors. svn path=/trunk/; revision=33559
* ** Fix for bug #439316Srinivasa Ragavan2007-05-182-10/+24
| | | | svn path=/trunk/; revision=33557
* ** Fix for bug #439146 and #438711 from Ross Burton and Daniel ↵Srinivasa Ragavan2007-05-184-20/+87
| | | | | | Gryniewicz svn path=/trunk/; revision=33556
* ** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>Sankar P2007-05-142-1/+9
| | | | | | | | | | | | | | 2007-05-14 Sankar P <psankar@novell.com> ** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com> * imap-headers.c: Evolution crashes when clicking "Edit" button Fixes #425506 svn path=/trunk/; revision=33539
* ** Fix for bug #414195 from Loïc MinierSrinivasa Ragavan2007-05-142-4/+11
| | | | svn path=/trunk/; revision=33537
* ** Fix for bug #414195 from Loïc MinierSrinivasa Ragavan2007-05-142-0/+7
| | | | svn path=/trunk/; revision=33533
* ** Fix for bug #375234 from Vitaliy Ischenko Srinivasa Ragavan2007-05-142-0/+9
| | | | svn path=/trunk/; revision=33532
* Fixes bug #324982Srinivasa Ragavan2007-05-142-9/+7
| | | | svn path=/trunk/; revision=33530
* Fix for #325965Srinivasa Ragavan2007-05-142-2/+9
| | | | svn path=/trunk/; revision=33527
* ** Fixes part of bug #337616Matthew Barnes2007-05-1313-5/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
* Fix errno reset issueJules Colding2007-05-121-2/+2
| | | | svn path=/trunk/; revision=33516
* Fix file descriptor leaks (#437664)Jules Colding2007-05-112-0/+11
| | | | svn path=/trunk/; revision=33512
* Bug 437584 – Compilation warning in evolution's plugins folderSankarasivasubramanian Pasupathilingam2007-05-1118-41/+111
| | | | svn path=/trunk/; revision=33507
* Fix a build error.Srinivasa Ragavan2007-05-112-1/+6
| | | | svn path=/trunk/; revision=33506
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-05-112-53/+127
| | | | | | | | | | | | | | | 2007-05-11 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * plugin-manager.c: (eppm_show_plugin), (eppm_selection_changed), (eppm_enable_toggled), (eppm_free), (org_gnome_plugin_manager_manage): Sort the list of plugins based on name so that it is easy to use svn path=/trunk/; revision=33505
* Fix for build break.Srinivasa Ragavan2007-05-072-0/+6
| | | | svn path=/trunk/; revision=33490
* Make libnotify conditionalSrinivasa Ragavan2007-05-032-0/+7
| | | | svn path=/trunk/; revision=33475
* Initial commit for Mail notification plugin.Srinivasa Ragavan2007-05-034-0/+202
| | | | svn path=/trunk/; revision=33474
* Revert the previous wrong commit.Srinivasa Ragavan2007-05-034-182/+126
| | | | svn path=/trunk/; revision=33473
* Commit Mail notification plugin to the trunk.Srinivasa Ragavan2007-05-034-126/+182
| | | | svn path=/trunk/; revision=33472
* Send the new mail count via the dbus interface.Srinivasa Ragavan2007-05-032-6/+12
| | | | svn path=/trunk/; revision=33471
* Distcheck fixes.Veerapuram Varadhan2007-04-262-0/+5
| | | | svn path=/trunk/; revision=33459
* Distribute bogo-junk-plugin.schemas.in.in. (#432616)Matthew Barnes2007-04-242-2/+6
| | | | | | | | | 2007-04-23 Matthew Barnes <mbarnes@redhat.com> * Makefile.am: Distribute bogo-junk-plugin.schemas.in.in. (#432616) svn path=/trunk/; revision=33452
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-202-58/+24
| | | | svn path=/trunk/; revision=33440
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-207-9/+30
| | | | svn path=/trunk/; revision=33432
* Reworked Backup/restore plugin.Srinivasa Ragavan2007-04-137-54/+417
| | | | svn path=/trunk/; revision=33422
* ** Fixes #426481 Fix Typo AssitantElizabeth Greene2007-04-102-1/+6
| | | | | | | | | | 2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fixes #426481 * exchange-account-setup.c: Fix Typo Assitant svn path=/trunk/; revision=33414
* fix typos and reword a string. Fixes bug #404764.Andre Klapper2007-04-102-4/+9
| | | | | | | | | | 2007-04-10 Andre Klapper <a9016009@gmx.de> * plugins/ipod-sync/evolution-ipod-sync.c: fix typos and reword a string. Fixes bug #404764. svn path=/trunk/; revision=33412
* Use GLib marshallers wherever possible.Matthew Barnes2007-04-053-3/+9
| | | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-config-listener.c (class_init): * plugins/exchange-operations/exchange-delegates-user.c (class_init): Use GLib marshallers wherever possible. svn path=/trunk/; revision=33387
* Committing reworked SA with options in the plugin.Srinivasa Ragavan2007-04-033-3/+65
| | | | svn path=/trunk/; revision=33366
* Committing the right Makefile.amSrinivasa Ragavan2007-04-032-2/+41
| | | | svn path=/trunk/; revision=33365
* Added bogofilter to Evolution.Srinivasa Ragavan2007-04-036-0/+404
| | | | svn path=/trunk/; revision=33364
* Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.Matthew Barnes2007-04-033-4/+11
| | | | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/evolution-mail.schemas.in.in: * plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name): * plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml: Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes. svn path=/trunk/; revision=33363
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-0234-20/+156
| | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankarasivasubramanian Pasupathilingam2007-04-022-2/+10
| | | | | | | | | | | * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mailing-list-actions.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33353
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankarasivasubramanian Pasupathilingam2007-04-022-11/+23
| | | | | | | | | | | * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mail-account-disable.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33352
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankarasivasubramanian Pasupathilingam2007-04-022-13/+26
| | | | | | | | | | | | | * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mail-folder-unsubscribe.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33351
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-13/+24
| | | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mark-all-read.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33350
* ** Fixes bug #373116Matthew Barnes2007-04-022-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #373116 * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/e-cal-model.c (ecm_get_color_for_component): * calendar/gui/memos-component.c (ensure_sources): * calendar/gui/migration.c (create_calendar_contact_source), (create_calendar_sources), (create_task_sources), (create_memo_sources), (add_gw_esource): * calendar/gui/tasks-component.c (ensure_sources): * plugins/groupwise-account-setup/camel-gw-listener.c (add_esource): Use the new ESource color API. * calendar/gui/dialogs/cal-prefs-dialog.c: * calendar/gui/dialogs/cal-prefs-dialog.glade: * calendar/gui/dialogs/calendar-setup.c: * calendar/gui/dialogs/calendar-setup.glade: * filter-colour.c (get_widget): * mail/em-composer-prefs.c: * mail/em-composer-prefs.h: * mail/em-mailer-prefs.c: * mail/em-mailer-prefs.h: * mail/mail-config.glade: Migrate from GnomeColorPicker to GtkColorButton. * filter/filter-colour.h: Store color as a GdkColor instead of separate RGBA components. * filter/filter-colour.c (color_eq): Use gdk_color_equal() to compare colors. * filter/filter-colour.c (xml_encode): Encode color as a single property ("spec"). * filter/filter-colour.c (xml_decode): Read the color from a single property ("spec"). Provide a migration path for old XML files. * calendar/gui/calendar-component.c (calendar_config_get_tasks_due_today_color), (calendar_config_get_tasks_overdue_color): Return a GdkColor instead of an X color specification. * calendar/gui/calendar-component.c (calendar_config_set_tasks_due_today_color), (calendar_config_set_tasks_overdue_color): Accept a GdkColor instead of an X color specification. * calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component): Adapt to modified color API in calendar-component.c by converting the GdkColor to an X color specification. This is an ugly hack to be fixed later. svn path=/trunk/; revision=33349
* Rewritten GroupWise Status TrackingSankar P2007-03-302-84/+88
| | | | | | | | | | | 2007-03-30 Sankar P <psankar@novell.com> * status-track.c: (format_date), (track_status): Rewritten GroupWise Status Tracking svn path=/trunk/; revision=33344
* Evolution requires GLib 2.10 now; remove dead backward-compatibility codeMatthew Barnes2007-03-302-4/+6
| | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * mail/em-utils.c: * mail/mail-config.c: * plugins/save-attachments/save-attachments.c: Evolution requires GLib 2.10 now; remove dead backward-compatibility code for GLib < 2.8 (#418971). svn path=/trunk/; revision=33341
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-306-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/e-day-view.c: * calendar/gui/e-week-view.c: * calendar/gui/tasks-control.c: * composer/e-msg-composer-select-file.c: * mail/em-account-editor.c: * mail/em-folder-view.c: * mail/em-format-html-display.c: * mail/em-format-html.c: * mail/em-format.h: * mail/em-mailer-prefs.c: * mail/em-vfolder-rule.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/message-list.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-formatter.c: * plugins/save-calendar/save-calendar.c: * shell/e-shell-window.c: * widgets/misc/e-icon-entry.c: * widgets/table/e-table-header-utils.c: * widgets/table/e-table-item.c: * widgets/table/e-tree-header-item.c: * widgets/table/e-tree-table-adapter.c: Fix "incompatible pointer type" warnings (#360619). svn path=/trunk/; revision=33339
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-277-20/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * a11y/e-table/gal-a11y-e-cell-text.c: * a11y/e-table/gal-a11y-e-cell-vbox.c: * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * addressbook/gui/widgets/gal-view-minicard.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-tasks.c: * calendar/gui/gnome-cal.c: * composer/e-msg-composer.c: * mail/em-folder-browser.c: * mail/em-format.c: * mail/em-popup.c: * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/import-ics-attachments/icsimporter.c: * widgets/misc/e-filter-bar.c: * widgets/misc/e-multi-config-dialog.c: * widgets/table/e-cell-checkbox.c: * widgets/table/e-table-header-item.c: Don't mix declarations and code (#405495). svn path=/trunk/; revision=33324
* ** Fixes bug #419524Matthew Barnes2007-03-2134-21/+99
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* ** Fixes bug #360240Matthew Barnes2007-03-172-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360240 * addressbook/gui/widgets/e-addressbook-view.c (e_contact_print_button): * addressbook/printing/e-contact-print.c (complete_sequence), (e_contact_build_style), (e_contact_print_response), (e_contact_print_contact_list_dialog_new): * shell/e-shell-importer.c (importer_file_page_new): * plugins/startup-wizard/startup-wizard.c (startup_wizard_timezone_page): * mail/em-vfolder-rule.c (select_source_with_changed), (get_widget): * mail/em-format-quote.c (emfq_format_source): * mail/mail-ops.c (save_messages_save): * mail/em-format.c (emf_init): * mail/em-format-html-display (em_format_html_get_search_dialog), (em_format_html_display_seearch_with), (ehhd_resize), (efhd_attachment_optional), (efhd_format_optional): * mail/em-folder-view.c (emfv_init): * mail/message-list.c (ml_tree_value_at): * composer/e-msg-composer-hdrs (header_new_recipient): * composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action): * widgets/table/e-cell-text.c (ect_free_color): * widgets/misc/e-calendar-item.c (e_calendar_item_unrealize): * widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget): Remove unused variables. svn path=/trunk/; revision=33315
* Add the timezone information while publishing the calendars.Chenthill Palanisamy2007-02-212-0/+52
| | | | svn path=/trunk/; revision=33231
* Add the timezone information while exporting the calendars.Chenthill Palanisamy2007-02-212-1/+53
| | | | svn path=/trunk/; revision=33230
* Fixes some string to int conversion.Sankar P2007-02-192-2/+11
| | | | | | | | | 2007-02-19 Sankar P <psankar@novell.com> * url-editor-dialog.c: (set_from_uri): Fixes some string to int conversion. svn path=/trunk/; revision=33226
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-122-13/+18
| | | | svn path=/trunk/; revision=33201
* Deletes all instances of a recurrence appointment as soon as theSankar P2007-02-092-12/+55
| | | | | | | | | | | | | 2007-02-09 Sankar P <psankar@novell.com> * itip-formatter.c: (update_item), (view_response_cb): Deletes all instances of a recurrence appointment as soon as the invitation is accepted/declined adn applied-to-all. Fixes #312301 svn path=/trunk/; revision=33190
* Picks a random color for proxy calendars, Checks the Memo/Notes componentSankar P2007-02-092-5/+25
| | | | | | | | | | | | 2007-02-09 Sankar P <psankar@novell.com> * camel-gw-listener.c: (add_esource), (remove_esource), (add_proxy_sources): Picks a random color for proxy calendars, Checks the Memo/Notes component for proxies svn path=/trunk/; revision=33189
* Include missing header fileSankar P2007-02-052-1/+6
| | | | | | | | | 2007-02-05 Sankar P <psankar@novell.com> * junk-settings.c: Include missing header file svn path=/trunk/; revision=33176
* Fixes a memory leak and a scenario where, some IMAP servers doesnt returnSankar P2007-01-302-2/+14
| | | | | | | | | | | | | | 2007-01-30 Sankar P <psankar@novell.com> * imap-headers.c: (imap_headers_commit): Fixes a memory leak and a scenario where, some IMAP servers doesnt return headers if the string contains more than one consecutive embedded spaces in the HEADER. svn path=/trunk/; revision=33167
* don't split sentences. Fixes bug #401288.Nickolay V. Shmyrev2007-01-272-2/+10
| | | | | | | | | | 2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * install-shared.c: (org_gnome_popup_wizard): don't split sentences. Fixes bug #401288. svn path=/trunk/; revision=33154
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-2716-33/+69
| | | | svn path=/trunk/; revision=33152
* Fix a crash when setting up a GroupWise account. Closes bug #330969. PatchKjartan Maraas2007-01-262-1/+7
| | | | | | | | | | 2007-01-25 Kjartan Maraas <kmaraas@gnome.org> * send-options.c: (get_cnc): Fix a crash when setting up a GroupWise account. Closes bug #330969. Patch from Parthasarathi Susarla. svn path=/trunk/; revision=33148
* Added code for implementing Send options via a data hook .Raghavendran2007-01-233-18/+21
| | | | | | | | | | | | 2007-01-18 Raghavendran <raghavguru7@gmail.com> * org-gnome-groupwise-features.xml: * mail-send-options.c : Added code for implementing Send options via a data hook . svn path=/trunk/; revision=33139
* Adding files corresponding to the implementation.Veerapuram Varadhan2007-01-234-0/+893
| | | | svn path=/trunk/; revision=33138
* Glade file for exchange send options . Added a hook for implementing sendVeerapuram Varadhan2007-01-233-3/+27
| | | | | | | | | | | | | | | * exchange-send-options.glade :Glade file for exchange send options . * org-gnome-exchange-operations.eplug.xml :Added a hook for implementing send options . * exchange-mail-send-options.c :Contains code for invoking the dialog and processing the data received and destroying the dialog . * exchange-send-options.[c,h] :Contains the GType for exchange send options dialog . svn path=/trunk/; revision=33137
* Added support for configuring the imap-headers plugin.Sankar P2007-01-225-0/+614
| | | | | | | | | | 2007-01-22 Sankar P <psankar@novell.com> * configure.in: Added support for configuring the imap-headers plugin. svn path=/trunk/; revision=33133
* Fixes bnc #208395Veerapuram Varadhan2006-12-192-1/+23
| | | | | | | | | * exchange-folder-permission.c: (org_gnome_exchange_folder_permissions): Decode the derived path using camel_url_decode_path(), as path may contain encoded characters. svn path=/trunk/; revision=33082
* Fixes bug #357970Matthew Barnes2006-12-042-1/+8
| | | | | | | | | | | 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * exchange-config-listener.c: Don't call deprecated GLib / GDK functions. svn path=/trunk/; revision=33047
* Add code to prune dead proxy entries (so they are executed regardless ofHarish Krishnaswamy2006-12-042-89/+83
| | | | | | | | | | | | | | | 2006-12-03 Harish Krishnaswamy <kharish@novell.com> * plugins/groupwise-account-setup/camel-gw-listener.c: (add_esource), (add_calendar_tasks_sources), (get_addressbook_names_from_server), (add_proxy_sources), (prune_proxies), (camel_gw_listener_construct): Add code to prune dead proxy entries (so they are executed regardless of which component gets loaded first). Clean up the existing code, fix leaks and ensure new proxy calendars have their (different) color set. svn path=/trunk/; revision=33037
* Mark description for translation.Kjartan Maraas2006-12-042-1/+6
| | | | | | | | | 2006-09-19 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-gw-account-setup.eplug.xml: Mark description for translation. svn path=/trunk/; revision=33034
* ** Fix bug #348679Parthasarathi Susarla2006-11-292-10/+23
| | | | | | | | | | | | 2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com> ** Fix bug #348679 * icsimporter.c: (org_gnome_evolution_import_ics_attachment): Do not access structure elements directly. Use the methods of the class in the CamelDataWrapper Class svn path=/trunk/; revision=33030
* Remove an extraneous initialization that leaks a CamelUrl on eachHarish Krishnaswamy2006-11-172-1/+6
| | | | | | | | | | 2006-11-17 Harish Krishnaswamy <kharish@novell.com> * proxy-login.c: (proxy_login_get_cnc): Remove an extraneous initialization that leaks a CamelUrl on each invocation. svn path=/trunk/; revision=32990
* Fixed typo in plugin description. Fixes bug 363999.Priit Laes2006-10-232-1/+6
| | | | | | | | 2006-10-23 Priit Laes <amd@store20.com> * org-gnome-default-source.eplug.xml: Fixed typo in plugin description. Fixes bug 363999. svn path=/trunk/; revision=32933
* Fix typo. Fixes #363999.Priit Laes2006-10-222-1/+5
| | | | | | | 2006-10-21 Priit Laes <amd@store20.com> * org-gnome-default-source.eplug.xml: Fix typo. Fixes #363999. svn path=/trunk/; revision=32926
* Fixes #360815Chenthill Palanisamy2006-10-162-4/+6
| | | | svn path=/trunk/; revision=32897
* Mark name and description for translation.Kjartan Maraas2006-10-162-2/+7
| | | | | | | | | 2006-08-28 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-evolution-mail-attachments-import-ics.eplug.xml: Mark name and description for translation. svn path=/trunk/; revision=32892
* addressbook/importers/evolution-ldif-importer.cFrancisco Javier F. Serrador2006-10-153-3/+3
| | | | | | | | | | | | | | | | 2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com> * addressbook/gui/widgets/eab-contact-display.c: addressbook/importers/evolution-ldif-importer.c addressbook/importers/evolution-vcard-importer.c calendar/importers/icalendar-importer.c plugins/groupwise-features/properties.glade plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml plugins/save-attachments/org-gnome-save-attachments.xml shell/shell.error.xml : Make some string improvements to allow better use of gettext compendia. svn path=/trunk/; revision=32879
* Chain up to parent's finalize() method.Matthew Barnes2006-09-192-0/+7
| | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-hula-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32786
* Chain up to parent's finalize() method.Matthew Barnes2006-09-192-0/+7
| | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-gw-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32785
* correct display of time. Fixes bug #343686.Andre Klapper2006-09-152-1/+5
| | | | | | | | 2006-09-14 Andre Klapper <a9016009@gmx.de> * itip-view.c: correct display of time. Fixes bug #343686. svn path=/trunk/; revision=32765
* Mark name and description for translation. Makefile.am: Rename the aboveKjartan Maraas2006-08-283-3/+9
| | | | | | | | | | 2006-08-28 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-evolution-caldav.eplug.xml: Mark name and description for translation. Makefile.am: Rename the above from .in to .xml svn path=/trunk/; revision=32689
* ** Fix for bug #347248Srinivasa Ragavan2006-08-234-4/+18
| | | | svn path=/trunk/; revision=32647
* improve GError initialization code - fixes bug 352423. committed by AndreMatthew Barnes2006-08-232-2/+7
| | | | | | | | | | | 2006-08-23 Matthew Barnes <mbarnes@redhat.com> * plugins/mailing-list-actions/mailing-list-actions.c: * widgets/misc/e-multi-config-dialog.c: improve GError initialization code - fixes bug 352423. committed by Andre Klapper svn path=/trunk/; revision=32638
* fix an uninitialized GError - fixes bug 352423. committed by Andre KlapperMatthew Barnes2006-08-232-1/+6
| | | | | | | | | | | 2006-08-23 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/e-itip-control.c: * plugins/itip-formatter/itip-formatter.c: fix an uninitialized GError - fixes bug 352423. committed by Andre Klapper svn path=/trunk/; revision=32637
* ** Fix for bug #350395 by Øystein GisnåsSrinivasa Ragavan2006-08-232-2/+11
| | | | svn path=/trunk/; revision=32635
* ** Fix for bug #350823Srinivasa Ragavan2006-08-232-2/+41
| | | | svn path=/trunk/; revision=32634
* #if 0 out unused function and plug a leak.Kjartan Maraas2006-08-222-1/+8
| | | | | | | | | 2006-08-22 Kjartan Maraas <kmaraas@gnome.org> * em-junk-filter.c: (em_junk_sa_init): #if 0 out unused function and plug a leak. svn path=/trunk/; revision=32628
* Quiet CVS a bitKjartan Maraas2006-08-221-0/+3
| | | | svn path=/trunk/; revision=32623
* Don't leak the key.Kjartan Maraas2006-08-222-0/+5
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * prefer-plain.c: (e_plugin_lib_enable): Don't leak the key. svn path=/trunk/; revision=32622
* "Disable" did not work for "On This Computer" - fixes bug 350901.Matthew Barnes2006-08-212-22/+24
| | | | | | | | | 2006-08-21 Matthew Barnes <mbarnes@redhat.com> * mail-account-disable.c: "Disable" did not work for "On This Computer" - fixes bug 350901. svn path=/trunk/; revision=32616
* Fix for bug #308271Srinivasa Ragavan2006-08-212-3/+24
| | | | svn path=/trunk/; revision=32608
* ** Fixes bug #322771Srinivasa Ragavan2006-08-212-50/+18
| | | | svn path=/trunk/; revision=32602
* Fixes #328268.Chenthill Palanisamy2006-08-192-0/+10
| | | | svn path=/trunk/; revision=32592
* Don't leak the file path here.Kjartan Maraas2006-08-182-0/+8
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * gaimbuddies.c: (bbdb_sync_buddy_list_check): Don't leak the file path here. svn path=/trunk/; revision=32573
* Plug a couple leaks.Kjartan Maraas2006-08-172-1/+10
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * bbdb.c: (bbdb_open_addressbook), (create_addressbook_option_menu): Plug a couple leaks. svn path=/trunk/; revision=32560
* Plug a leak.Kjartan Maraas2006-08-172-3/+8
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * rdf-format.c: (add_time_to_rdf): Plug a leak. svn path=/trunk/; revision=32557
* Add evolution-ipod-sync.h to dist. Fixes #350388.Harish Krishnaswamy2006-08-112-1/+7
| | | | | | | | | 2006-05-13 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Add evolution-ipod-sync.h to dist. Fixes #350388. svn path=/trunk/; revision=32533
* Add missing argument in the call to itip_send_comp.Harish Krishnaswamy2006-08-111-3/+3
| | | | | | | | | 2006-08-11 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (send_comp_to_attendee): Add missing argument in the call to itip_send_comp. svn path=/trunk/; revision=32532
* Add missing argument in the call to itip_send_comp.Harish Krishnaswamy2006-08-112-1/+6
| | | | | | | | | 2006-08-11 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (send_comp_to_attendee): Add missing argument in the call to itip_send_comp. svn path=/trunk/; revision=32531
* Corrected the spelling mistake in an error message. Fixes #350231.Sushma Rai2006-08-072-1/+6
| | | | svn path=/trunk/; revision=32484
* Fix for some bugs in gaim synchronization and automatic contacts.Devashish Sharma2006-08-032-1/+20
| | | | svn path=/trunk/; revision=32467
* Fixes #343991.Chenthill Palanisamy2006-08-022-0/+7
| | | | svn path=/trunk/; revision=32462
* Fixes #310489Chenthill Palanisamy2006-07-312-4/+35
| | | | svn path=/trunk/; revision=32448
* Fixes #329740.Chenthill Palanisamy2006-07-312-1/+23
| | | | svn path=/trunk/; revision=32445
* Fixes #347973Chenthill Palanisamy2006-07-312-38/+21
| | | | svn path=/trunk/; revision=32438
* Added support for gadu gadu im in contact entry.Devashish Sharma2006-07-241-0/+2
| | | | svn path=/trunk/; revision=32407
* Handling the errors EXCHANGE_ACCOUNT_FOLDER_GC_NOTREACHABLE andSushma Rai2006-07-243-0/+20
| | | | | | | EXCHANGE_ACCOUNT_FOLDER_NO_SUCH_USER. Added an error code folder-no-gc-error and corresponding error string. Fixes #234359. svn path=/trunk/; revision=32403
* Added support for Gw notes.Chenthill Palanisamy2006-07-222-0/+13
| | | | svn path=/trunk/; revision=32379
* Checking if a user is subscribing to his own folder. Fixes #311322.Sushma Rai2006-07-222-0/+19
| | | | | | Patch submitted by "Vandana Shenoy .B <shvandana@novell.com>" svn path=/trunk/; revision=32374
* Added support for shared notes.Chenthill Palanisamy2006-07-224-78/+186
| | | | svn path=/trunk/; revision=32373
* [addressbook]Ross Burton2006-07-192-1/+8
| | | | | | | | | | | | | | | | | | | 2006-07-18 Ross Burton <ross@openedhand.com> * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-list-editor/e-contact-list-editor.c: * addressbook/gui/widgets/eab-contact-display.c: Fix for EContactPhoto changes. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, finished by myself. (#347870). [plugins/bbdb] 2006-07-18 Ross Burton <ross@openedhand.com> * gaimbuddies.c: Fix for EContactPhoto change. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, rest by me. (#347870) svn path=/trunk/; revision=32343
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-194-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-18 Andre Klapper <a9016009@gmx.de> * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/fullname.glade: * addressbook/gui/contact-editor/fulladdr.glade: * addressbook/gui/contact-editor/im.glade: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/calendar-setup.glade: * calendar/gui/dialogs/new-calendar.glade: * calendar/gui/dialogs/new-task-list.glade: * calendar/gui/dialogs/url-editor-dialog.glade: * mail/message-tags.glade: * plugins/exchange-operations/exchange-change-password.glade: * plugins/groupwise-features/properties.glade: * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: * widgets/menus/gal-view-new-dialog.glade: * widgets/misc/e-attachment.glade: * widgets/misc/gal-categories.glade: remove "*" from translation. Fixes bug #331147. svn path=/trunk/; revision=32340
* Made the success message translatable and fixed a typo.Sankar P2006-07-172-1/+6
| | | | | | | | | 2006-07-17 Sankar P <psankar@novell.com> * mail-retract.c: (retract_mail_settings) Made the success message translatable and fixed a typo. svn path=/trunk/; revision=32330
* Evolution side coding for implementing security-classification send-options ↵Sankarasivasubramanian Pasupathilingam2006-07-173-1/+14
| | | | | | for GroupWise svn path=/trunk/; revision=32329
* Added support for GroupWise Message Retract mail-retract.c,Sankar P2006-07-175-4/+118
| | | | | | | | | | 2006-07-17 Sankar P <psankar@novell.com> * Added support for GroupWise Message Retract * Files added: mail-retract.c, org-gnome-mail-retract-errors.xml * Files modified: org-gnome-groupwise-features.eplug.xml, Makefile.am svn path=/trunk/; revision=32325
* remove empty strings from translationAndre Klapper2006-07-132-2/+7
| | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * mail/mail-config.glade: * plugins/exchange-operations/exchange-permissions-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: remove empty strings from translation svn path=/trunk/; revision=32300
* Marking two strings for translation that were accidentally not marked.Andre Klapper2006-07-122-2/+7
| | | | | | | | | 2006-07-12 Andre Klapper <a9016009@gmx.de> * bbdb.c: Marking two strings for translation that were accidentally not marked. Fixes bug #347312. svn path=/trunk/; revision=32296
* Fixing header capitalization in menu. Fixes bug #323952. (Committed byMatthew Barnes2006-07-082-6/+11
| | | | | | | | | 2006-07-08 Matthew Barnes <mbarnes@redhat.com> * org-gnome-mailing-list-actions.xml: Fixing header capitalization in menu. Fixes bug #323952. (Committed by Andre Klapper) svn path=/trunk/; revision=32260
* ** Fixes bug #341369Hiroyuki Ikezoe2006-07-085-0/+15
| | | | | | | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #341369 * filter/rule-editor.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/save-attachments/save-attachments.c: fixing memory leaks. svn path=/trunk/; revision=32256
* Handle ICAL_X methods from Microsoft Live as request methods.Harish Krishnaswamy2006-07-062-2/+14
| | | | | | | | | | 2006-07-06 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (format_itip_object): Handle ICAL_X methods from Microsoft Live as request methods. svn path=/trunk/; revision=32239
* Using proper header capitalization for the menu entry. Fixes bug #318755.Karsten Bräckelmann2006-07-052-1/+6
| | | | svn path=/trunk/; revision=32232
* add translator comments to the string "Proxy login". Fixes bug #345055.Andre Klapper2006-06-292-0/+8
| | | | | | | | | 2006-06-29 Andre Klapper <a9016009@gmx.de> * proxy-login.c: add translator comments to the string "Proxy login". Fixes bug #345055. svn path=/trunk/; revision=32205
* Free GSList and its data after callingHarish Krishnaswamy2006-06-192-0/+9
| | | | | | | | | | 2006-06-19 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c (update_item): Free GSList and its data after calling e_cal_component_get_attachment_list. svn path=/trunk/; revision=32169
* Remove stray debug statements that should not have been committed.Harish Krishnaswamy2006-06-191-2/+0
| | | | | | | | | 2006-06-19 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c (update_item): Remove stray debug statements that should not have been committed. svn path=/trunk/; revision=32166
* Deletes a GroupWise appointment if accepted or deleted.Sankar P2006-06-162-38/+57
| | | | | | | | | 2006-06-16 Sankar P <psankar@novell.com> * itip-formatter.c: (view_response_cb): Deletes a GroupWise appointment if accepted or deleted. svn path=/trunk/; revision=32162
* Fixes #179774Chenthill Palanisamy2006-06-162-1/+18
| | | | svn path=/trunk/; revision=32159
* Use NO_UNDEFINED.Tor Lillqvist2006-06-152-2/+4
| | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * Makefile.am: Use NO_UNDEFINED. svn path=/trunk/; revision=32153
* On successful connection, checking if the OOF state is set in theSushma Rai2006-06-154-4/+581
| | | | | | | server, and if it is set, asking the user if he wants to change it to in-office during login. Fixes #344650. svn path=/trunk/; revision=32152
* Use SOEXT.Tor Lillqvist2006-06-152-1/+5
| | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * org-gnome-evolution-caldav.eplug.in: Use SOEXT. svn path=/trunk/; revision=32151
* Pass startup timezone as NULL, so that the local timezone will be shown.Srinivasa Ragavan2006-06-142-3/+6
| | | | svn path=/trunk/; revision=32133
* Defined and using new error code for displayig offline state of Evolution.Sushma Rai2006-06-133-18/+23
| | | | | | Fixes #344270. svn path=/trunk/; revision=32127
* org-gnome-proxy-login-errors.xml: Handled error case to not allow proxySankar P2006-06-123-1/+21
| | | | | | | | | | 2006-06-12 Sankar P <psankar@novell.com> * proxy-login.c: org-gnome-proxy-login-errors.xml: Handled error case to not allow proxy login to the same account more than once. Fixes #340535 svn path=/trunk/; revision=32111
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-092-0/+7
| | | | | | | | | | | | | 2006-06-09 Chris Heath <chris@heathens.co.nz> * addressbook/gui/widgets/eab-popup-control.c (eab_popup_control_set_free_form): * addressbook/gui/contact-editor/e-contact-quick-add.c (quick_add_merge_contact): * e-util/e-plugin.c (ep_construct): * mail/message-list.c (message_list_finalise): * plugins/itip-view.c (itip_view_destroy): Fix memory leak. Fixes bug #335423. svn path=/trunk/; revision=32101
* Fixes 340296Chenthill Palanisamy2006-06-072-76/+98
| | | | svn path=/trunk/; revision=32087
* Enabling the OK button only when the username is entered, fixes #317025.Sushma Rai2006-06-072-1/+26
| | | | svn path=/trunk/; revision=32086
* Fixes #332605. Multipart message handling. (set_attachments): NewHiroyuki Ikezoe2006-06-062-2/+109
| | | | | | | | | | | | | | 2006-06-06 Hiroyuki Ikezoe <poincare@ikezoe.net> Fixes #332605. * mail-to-task.c: (set_description): Multipart message handling. (set_attachments): New function. Set attachment files to a task. (clean_name): New function. from plugins/save-attachments/save-attachments.c. svn path=/trunk/; revision=32083
* Increases the height of the dialog to make it easily usableDavid Richards2006-05-312-0/+6
| | | | | | | | | 2006-05-31 David Richards <drichard@largo.com> * proxy-login-dialog.glade: Increases the height of the dialog to make it easily usable svn path=/trunk/; revision=32060
* Added support for saving/attaching files/events/mails from/to remote sharesSrinivasa Ragavan2006-05-252-0/+7
| | | | svn path=/trunk/; revision=32024
* patch submitted by: Hiroyuki IkezoeHarish Krishnaswamy2006-05-132-0/+7
| | | | | | | | | | 2006-05-13 Harish Krishnaswamy <kharish@novell.com> patch submitted by: Hiroyuki Ikezoe * ipod.c: Remove compiler warning. Fixes 341606. svn path=/trunk/; revision=31980
* Do not print the password in the terminal.Sankar P2006-05-112-1/+6
| | | | | | | | | 2006-05-11 Sankar P <psankar@novell.com> * exchange-account-setup.c: (btn_chpass_clicked): Do not print the password in the terminal. svn path=/trunk/; revision=31972
* Using the HIGified notification message. Fixes #302825.Sushma Rai2006-05-103-3/+12
| | | | svn path=/trunk/; revision=31968
* Not displaying error message on cancel operation. Fixes #332131.Sushma Rai2006-05-102-1/+8
| | | | svn path=/trunk/; revision=31966