Commit Graph

14 Commits

Author SHA1 Message Date
d85eac7969 itip-formatter/plugin: Can't link a module to another module.
Point modules/itip-formatter/plugin/Makefile.am to the source files it
needs from the module directory.  Have to rebuild them for the plugin.
2012-06-25 22:07:38 -04:00
5a2b402287 Include e-mail-part-itip.h in tarball.
Private header, but still need to distribute it.
2012-06-25 22:07:38 -04:00
0f09050e4a itip-formatter: Forgot to build the EPlugin 2012-06-25 22:07:38 -04:00
cc8bf823ec Coding style and whitespace cleanup. 2012-06-24 20:31:43 -04:00
f960fd2dff Reduce usage of g_type_class_peek_parent().
G_DEFINE_TYPE macros define a static "parent_class" variable.
2012-06-24 20:31:42 -04:00
6c05b09be1 Do not call g_object_notify() when property didn't change 2012-06-18 15:35:44 +02:00
35a4012e05 Fix typo in SOURCES for itip-formatter 2012-06-15 09:16:42 +02:00
6fac903eab Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files 2012-06-14 11:29:14 +02:00
0c25f646c8 Bug #677607 - Closing Mail Browser emits critical warnings 2012-06-12 18:30:19 +02:00
a6e1709a36 itip-formatter: Remove redundant declaration. 2012-06-08 18:20:41 -04:00
c95ad7585c ItipView should hold a reference to underlaying WebKitDOMDocument 2012-06-08 17:46:12 +02:00
a6cac3f275 Bug #670876 - Missing mnemonics for buttons for vcard attached to email 2012-06-08 11:30:44 +02:00
c2f9c0862c Fix build issue in itip-formatter 2012-06-07 08:42:51 +02:00
9311914746 Mail formatter rewrite - convert some plugins to modules
audio-inline, itip-formatter, prefer-plain, tnef-attachments
and vcard-inline plugins were converted to modules so that they
can fit into concept of the new formatter.

Every module still installs .eplug file, because there is no
suitable API at the moment to register plugins to the plugins dialog
and to extend the Preferences dialog.
2012-06-06 15:29:38 +02:00