Commit Graph

28 Commits

Author SHA1 Message Date
d97c776f24 WebKit port - port plugins 2012-03-28 18:39:26 +02:00
5c03d975b4 Add missing linker flags. 2012-01-19 09:07:41 -05:00
61ae36351b Introduce libemail-engine and libemail-utils.
These libraries are bound for E-D-S so they live at the lowest layer of
Evolution for now -- even libeutil can link to them (but please don't).

This is the first step toward moving mail handing to a D-Bus service.
2012-01-18 23:48:47 -05:00
1f38f4d92c Simplify library dependency flags.
We have a confusing array of nearly-identical CFLAGS/LIBS definitions in
configure.ac.  Time to simplify.  Instead let's just have one definition
that includes all the libraries provided by Evolution-Data-Server (incl.
Camel).  That, in combination with GNOME_PLATFORM, gives us most of what
we need for compliation and linking, and we can sprinkle definitions for
additional library dependencies in Makefile.am's as needed.
2011-10-04 22:27:14 -04:00
38790d8478 Do not use deprecated EBook/ECal API 2011-06-14 08:54:20 +02:00
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
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
59bd81691d Compiler and linker flag cleanups. 2009-12-27 14:32:39 -05:00
623d0541ee More build failures due to missing internal lib dependencies 2009-11-11 11:28:07 -06:00
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
acb28fef9d Goodbye libgnome and libgnomeui!! 2009-09-18 12:34:47 -04:00
959ebe30bd Bug 594284 - FTBFS: missing links 2009-09-06 08:33:56 -04:00
4846995f5e Bug #584030 - [Mail-To-Task] improve duplicate handling and such 2009-08-11 17:47:08 -04:00
bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
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
c0d998229d Stop abusing forward declarations. 2009-06-18 16:01:29 -04:00
504642b798 Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-03 12:47:34 -04:00
fee5916b60 Merge revisions 37108:37199 from trunk.
svn path=/branches/kill-bonobo/; revision=37200
2009-01-31 19:03:12 +00:00
7ade227e64 Merge revisions 35951:35992 from trunk.
svn path=/branches/kill-bonobo/; revision=35994
2008-08-14 20:19:12 +00:00
6826f9d01e reverting the previous commit.
svn path=/trunk/; revision=31394
2006-02-01 09:58:47 +00:00
45f799eb86 Make this place a bit more quiet
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
8bcc31b593 Add some much needed ego to NCLUDES ;-)
2006-01-17 Harish Krishnaswamy <kharish@novell.com>

	* Makefile.am : Add some much needed ego to NCLUDES ;-)

svn path=/trunk/; revision=31222
2006-01-17 06:16:53 +00:00
6bc41914c4 Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes static
2006-01-16  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Enumerate files for BUILT_SOURCES macro
as plugin_DATA now includes static files from the source
tree.

svn path=/trunk/; revision=31214
2006-01-16 15:23:34 +00:00
cf100885d0 ** Fixes bug #323011
2006-01-14  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #323011

	* Makefile.am: Added org-gnome-mail-to-task.xml to build
	* mail-to-task.c (convert_to_task), (org_gnome_mail_to_task),
	(org_gnome_mail_to_task_menu): Added Code to handle menu.
	* org-gnome-mail-to-task.eplug.xml: Added plug to show Convert to Task
	menu item under Message menu.
	* org-gnome-mail-to-task.xml: Added UI files for menu item.

svn path=/trunk/; revision=31179
2006-01-14 07:05:08 +00:00
f835feb962 Fixed built_sources && cleanfiles for generated files
svn path=/trunk/; revision=29327
2005-05-12 04:27:39 +00:00
b9269bd098 fix names so that intltool will parse as xml
remove use of e-error-tool
	tag xml for translations where appropriate

svn path=/trunk/; revision=29304
2005-05-06 09:24:13 +00:00
69d4437179 Dist .eplug.in files
svn path=/trunk/; revision=27781
2004-11-01 18:39:17 +00:00
f737b385d7 implemented plugin for converting selected mails to tasks.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* mail-to-task.c: implemented plugin for converting selected
	mails to tasks.

svn path=/trunk/; revision=27682
2004-10-21 17:19:48 +00:00