Commit Graph

73 Commits

Author SHA1 Message Date
Michael Meeks 077c732635 Alter UI conditional syntax to be more familiar cpp style, which
avoids the need for intltool changes.
2010-03-24 09:56:20 +00:00
Michael Meeks 97f274dffd Disable a chunk of UI from the mail-to-task plugin
Allow plugins to disable chunks of their UI - *NB* requires patched intltool,
that doesn't elide comments in XML
Remove some debug
2010-03-13 20:53:16 -05:00
Matthew Barnes bcb2123941 Revert "Without this evo 2.28.2 will not link/run at all"
This reverts commit 013ce5b70e.

Looks like it was meant for gnome-2-28 branch.  In any case it contains
unresolved merge conflicts which breaks compilation.
2010-01-28 16:25:12 -05:00
Fridrich Strba 013ce5b70e Without this evo 2.28.2 will not link/run at all
The change is needed:
1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not
2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again
2010-01-28 14:48:36 +01:00
Gustavo Noronha Silva d635b839f8 Make authentication functionality available
This involves renaming the calendar auth-related functions to have a
prefix, and shipping the headers.

Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
2010-01-27 11:23:36 -02:00
Matthew Barnes 59bd81691d Compiler and linker flag cleanups. 2009-12-27 14:32:39 -05:00
Matthew Barnes 5e938b590f Expand the EMailReader interface so it's easier to use.
Adds the following methods:

  CamelFolder *   (*get_folder)          (EMailReader *reader);
  const gchar *   (*get_folder_uri)      (EMailReader *reader);
  GPtrArray *     (*get_selected_uids)   (EMailReader *reader);
2009-12-01 15:01:14 -05:00
Matthew Barnes d94534c367 Merge bits and pieces of the anjal-evo-2-30 branch. 2009-11-30 18:34:38 -05:00
Matthew Barnes 28589a3097 Add e_attachment_store_load_async().
This is a convenience function for adding multiple attachments to a
store and loading them concurrently.

Also included: e_attachment_store_load_finish()
2009-11-19 21:45:26 -05:00
Jonathon Jongsma 623d0541ee More build failures due to missing internal lib dependencies 2009-11-11 11:28:07 -06:00
Matthew Barnes 5783bb4eb0 Kill more redundant save functions. 2009-11-07 16:09:05 -05:00
Milan Crha c27b8cbd63 Bug #523335 - [mail-to-task] Enhancements 2009-10-15 16:27:20 +02:00
H.Habighorst f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
Matthew Barnes acb28fef9d Goodbye libgnome and libgnomeui!! 2009-09-18 12:34:47 -04:00
Matthew Barnes 0177724596 Fix crashes in mail-to-task plugin. 2009-09-12 23:07:42 -05:00
Matthew Barnes e841a0b223 Bug 594863 - Message body doesn't allow right click pop up menu 2009-09-12 22:35:45 -05:00
Diego Escalante Urrelo 959ebe30bd Bug 594284 - FTBFS: missing links 2009-09-06 08:33:56 -04:00
Matthew Barnes 016805f54d Get the mailing-list-actions plugin working.
Also get mail-to-task working for the message browser window.
Came up with a new technique for managing actions and action groups in
the process.  Also gave the EMailReader interface an "update-actions"
signal for plugins to connect to.
2009-09-05 11:35:02 -04:00
Milan Crha 1d64a0655a Bug #593648 - mail-to-task used full path in .eplug file
just a part-of-bug, this doesn't fix whole bug.
2009-08-31 12:29:40 +02:00
Matthew Barnes 0f7f4cfe38 Coding style and whitespace cleanup. 2009-08-30 00:48:57 -04:00
Milan Crha 4846995f5e Bug #584030 - [Mail-To-Task] improve duplicate handling and such 2009-08-11 17:47:08 -04:00
Matthew Barnes 45d475c31b Kill EMMenu and EMPopup.
Also finish adapting Templates plugin to EPluginUI.
It was still leaning pretty hard on EMPopup.
2009-08-10 10:32:03 -04:00
Matthew Barnes bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
Matthew Barnes ce37d56d0b Get the "mail-to-task" plugin working again.
This one was more challenging.  It exposed some flaws in the new shell
design and in EPluginUI, which is good because they're fixed now.
2009-06-26 11:05:58 -04:00
Matthew Barnes c0d998229d Stop abusing forward declarations. 2009-06-18 16:01:29 -04:00
Matthew Barnes 948235c3d1 Prefer GLib basic types over C types. 2009-05-27 10:29:19 -04:00
Matthew Barnes e4afd3f9fb Remove trailing whitespace, again. 2009-05-26 23:21:02 -04:00
Matthew Barnes 1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
Matthew Barnes d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
Milan Crha 96a85a6ecd Be able to save mail to event, meeting, task or memo
** Fix for bug #342296
2009-04-24 20:10:29 +02:00
Milan Crha 4afefd78df ** Fix for bug #576696
2009-03-26  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #576696

	* plugins/mail-to-task/mail-to-task.c: (set_attendees):
	* plugins/mail-to-meeting/mail-to-meeting.c: (add_attendee_cb):
	Set mandatory properties.


svn path=/trunk/; revision=37477
2009-03-26 11:28:49 +00:00
Tor Lillqvist e790f2dee0 Remove a trailing space after the line continuation backslash.
2009-01-28  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Remove a trailing space after the line continuation
	backslash.


svn path=/trunk/; revision=37146
2009-01-28 16:19:44 +00:00
Milan Crha cd893ae561 Use also EVOLUTION_CALENDAR_CFLAGS.
2009-01-21  Milan Crha  <mcrha@redhat.com>

	* plugins/import-ics-attachments/Makefile.am:
	* plugins/backup-restore/Makefile.am:
	* plugins/mail-to-meeting/Makefile.am:
	* plugins/startup-wizard/Makefile.am:
	* plugins/mail-to-task/Makefile.am:
	Use also EVOLUTION_CALENDAR_CFLAGS.

svn path=/trunk/; revision=37116
2009-01-21 14:59:23 +00:00
Matthew Barnes ec1f102019 ** Fixes bug #558726 (patch by Frederic van Starbmann)
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
2008-10-31 21:04:30 +00:00
Sankarasivasubramanian Pasupathilingam 1bad915150 License Changes
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
Bharath Acharya f5c5017848 Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
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
2008-08-12 04:04:18 +00:00
Milan Crha a908563be0 ** Fix for bug #318089
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
2008-06-18 16:01:10 +00:00
Milan Crha 36917891fe ** Fix for bug #353807
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
2007-11-23 09:51:07 +00:00
Matthew Barnes 9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
Milan Crha 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
Milan Crha 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
Milan Crha e0965ab239 2007-09-07 mcrha Fix for bug #473903
svn path=/trunk/; revision=34192
2007-09-07 07:51:47 +00:00
Wang Xin 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
Milan Crha ca5d6d6a33 2007-08-16 mcrha Part of fix for bug #350539
svn path=/trunk/; revision=34017
2007-08-16 10:51:06 +00:00
Hiroyuki Ikezoe e0b92a2aaa ** Fix for bug #455799
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
2007-08-03 23:52:01 +00:00
Sankar P 0c83d5d341 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
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
2007-04-02 07:13:50 +00:00
Chenthill Palanisamy 322b2c1d30 Fixes #310489
svn path=/trunk/; revision=32448
2006-07-31 09:57:57 +00:00
Hiroyuki Ikezoe 90a4b67603 Fixes #332605. Multipart message handling. (set_attachments): New
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
2006-06-06 05:52:53 +00:00
Chenthill Palanisamy 28a79ecadd added a bug id which was fixed with the previous patch.
svn path=/trunk/; revision=31679
2006-03-10 06:44:07 +00:00
Chenthill Palanisamy d8727b9916 included the header file, authentication.h
svn path=/trunk/; revision=31638
2006-03-04 10:16:29 +00:00