Commit Graph

913 Commits

Author SHA1 Message Date
78b09515e6 Remove useless GtkVBox, remove the useless popup to have an inline header
* 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
2007-11-08 13:36:03 +00:00
319df4d638 ** Fix for bug #492102
2007-11-05  Michael Monreal  <mmonreal@svn.gnome.org>

        ** Fix for bug #492102

        Use mail-mark-read icon.

svn path=/trunk/; revision=34499
2007-11-05 10:44:12 +00:00
c8d11592e4 ** Fix for bug #334675
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
2007-11-05 10:33:42 +00:00
5022430bb6 ** Fix for bug #353779
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
2007-11-05 09:51:30 +00:00
f13fd21b50 Fix warnings from sparse and gcc
svn path=/trunk/; revision=34458
2007-10-30 22:21:14 +00:00
f3c3bddaed Every plugin should have a ChangeLog. Added.
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
2007-10-30 10:06:23 +00:00
21ec67eb25 ** Fix for bug #487922 (Sometimes evolution does not recognize
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
2007-10-30 09:06:26 +00:00
69c8f40f09 Use g_cclosure_marshal_VOID__POINTER instead of
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
2007-10-29 20:28:16 +00:00
e48ca861ed Ssssshhhhhhhh the compiler warning.
2007-10-26  Sankar P  <psankar@novell.com>

	* plugin-manager.c: (eppm_selection_changed):
	Ssssshhhhhhhh the compiler warning.

svn path=/trunk/; revision=34433
2007-10-26 11:40:15 +00:00
131a11a8a6 ** Fix for bug #461272
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
2007-10-26 10:54:17 +00:00
820424bc8c Added new plugins external-editor, which will make it possible to use an
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
2007-10-25 10:44:27 +00:00
e85cbf0690 configure.in Initial commit for the Google Calendar Feature.
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
2007-10-23 10:46:42 +00:00
b37af8f269 ** Fixes part of bug #417999
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
2007-10-22 18:49:30 +00:00
8bd9a3dfa2 Miscellaneous changes related to bug #437579.
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
2007-10-11 20:44:33 +00:00
b32649a94c ** Fixes bug #437579
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-10 04:54:36 +00:00
3a6784cbb6 2007-10-04 mcrha Fix for bug #331578
svn path=/trunk/; revision=34351
2007-10-04 09:03:22 +00:00
589ed56722 2007-10-03 mcrha Fix for bug #346146
svn path=/trunk/; revision=34347
2007-10-03 10:58:46 +00:00
09d4af6fff ** Fixes bug #469657
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-02 11:54:42 +00:00
67250759b5 2007-10-01 mcrha Fix for bug #428402
svn path=/trunk/; revision=34341
2007-10-01 07:44:05 +00:00
7029abc8cd Use consistent terminology for mail messages (#480621).
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
2007-09-28 02:30:14 +00:00
7352689ab7 ** Fixes part of bug #474000
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
2007-09-27 20:20:56 +00:00
e2e5e8d754 Fix for bug #461195 from Hiroyuki Ikezoe.
Use GObject's marshalers whenever possible.


svn path=/trunk/; revision=34324
2007-09-27 20:08:55 +00:00
54d4e5e5f8 ** Fixes bug #477045
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
2007-09-27 17:48:23 +00:00
770c2204ae use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR.
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
2007-09-27 12:25:32 +00:00
5ad1bf8506 Remove the --enable-file-chooser configure option.
GtkFileChooser has been around since 2004.

svn path=/trunk/; revision=34257
2007-09-14 15:29:05 +00:00
37d15e396a fix chen's string freeze break.
2007-09-10  Andre Klapper  <a9016009@gmx.de>

	* publish-calendar.c: (publish):
	fix chen's string freeze break.


svn path=/trunk/; revision=34222
2007-09-10 17:07:27 +00:00
07bec7e9f8 ** Fix for bug #301044 (Novell Bugzilla)
svn path=/trunk/; revision=34213
2007-09-10 10:50:13 +00:00
d11528c92c Fixes #274047 (bnc)
svn path=/trunk/; revision=34209
2007-09-09 21:13:02 +00:00
552c833e7c Fixes #277159 (bnc)
svn path=/trunk/; revision=34208
2007-09-09 21:08:20 +00:00
ff3ee70182 Fixes #274048 (bnc)
svn path=/trunk/; revision=34207
2007-09-09 21:05:57 +00:00
0245574d78 Fixes #330223
svn path=/trunk/; revision=34206
2007-09-09 20:53:16 +00:00
90abadc84d Fix for bug #468366. Committing on behalf of B S Srinidhi
<srinidhi.bs@gmail.com> 

svn path=/trunk/; revision=34193
2007-09-07 08:52:14 +00:00
e0965ab239 2007-09-07 mcrha Fix for bug #473903
svn path=/trunk/; revision=34192
2007-09-07 07:51:47 +00:00
9841d5bfd2 Fixes #273417 (bnc)
svn path=/trunk/; revision=34191
2007-09-07 07:00:20 +00:00
7679c6e7f6 plugins/audio-inline/org-gnome-audio-inline.eplug.xml
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
2007-09-05 12:24:44 +00:00
e4a5f66109 Fixes an invalid return type issue.
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
2007-09-05 09:50:05 +00:00
8c122d3426 ** Fix for bug #431459
svn path=/trunk/; revision=34155
2007-09-02 18:14:48 +00:00
8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
cff92b519a Avoid reentrancy in enable
svn path=/trunk/; revision=34112
2007-08-27 05:34:53 +00:00
72690460fa Avoid reentrancy in enable
svn path=/trunk/; revision=34111
2007-08-27 05:33:13 +00:00
67c9a151f7 ** Fixes bug #355766
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 17:10:58 +00:00
b815f556a9 2007-08-24 Suman Manjunath Fix for bug #440807
svn path=/trunk/; revision=34096
2007-08-24 10:47:40 +00:00
8438fd99b7 Fix for empty menu in the UI.
svn path=/trunk/; revision=34089
2007-08-24 08:58:04 +00:00
3e8006805f 2007-08-23 mcrha Fix for bug #329746
svn path=/trunk/; revision=34078
2007-08-23 16:08:09 +00:00
158e09129c ** Fix for bug #308636
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
2007-08-23 06:53:00 +00:00
67aba9a455 ** Fix for bug #468804
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
2007-08-22 05:48:36 +00:00
21a976149c Marked strings for translation
2007-08-21  Andre Klapper  <a9016009@gmx.de>

	* org-gnome-attachment-reminder.error.xml:  Marked strings for
	translation


svn path=/trunk/; revision=34059
2007-08-21 19:38:57 +00:00
43ad02e4e2 ** Fix for bug #468294
svn path=/trunk/; revision=34055
2007-08-21 19:13:41 +00:00
1cd6a9cb40 ** Fix for bug #468303
svn path=/trunk/; revision=34054
2007-08-21 19:09:27 +00:00
a5c73aaa9a Fixes #301835 (bnc)
svn path=/trunk/; revision=34053
2007-08-21 11:17:57 +00:00