| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Don't use the term "eplugin" for modules.
- Use the term "plugin" instead of "eplugin" for plugins.
- Split SpamAssassin settings into a separate schema.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Still remaining:
GtkAccessible::widget
GtkAssistant::forward
GtkAssistant::back
GtkObject::flags
GtkTreeStore::stamp
The GtkAssistant fields are related to bug #596428. We don't
need accessor functions so much as the enhancement described
there implemented.
https://bugzilla.gnome.org/show_bug.cgi?id=615613
|
| |
|
|
|
|
| |
Remove old ChangeLog files that predate our switch to git.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Require all EPlugin and EPluginHook subtypes be registered before
loading plugins. This drastically simplifies the EPlugin/EPluginHook
negotiation.
- Turn most EPluginHook subtypes into GTypeModules and register their
types from an e_module_load() function (does not include shell hooks).
- Convert EPluginLib and the Mono and Python bindings to GTypeModules
and register their types from an e_module_load() function, and kill
EPluginTypeHook.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #567687
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Force text/html part only when choosing between text/plain and it.
svn path=/trunk/; revision=37071
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #551492
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Initialize variable before using it.
svn path=/trunk/; revision=36290
|
|
|
|
|
|
| |
More changes to come.
svn path=/trunk/; revision=36247
|
|
|
|
|
|
|
|
|
|
| |
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-06-06 Matthew Barnes <mbarnes@redhat.com>
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
GTK_DISABLE_SINGLE_INCLUDES defined. (#536637)
svn path=/trunk/; revision=35606
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #532384
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Choose the text/html part in normal mode only if the alrenative
multipart contains also a text/plain part.
svn path=/trunk/; revision=35554
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #451976
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try
to find text/html part in multipart/alternative when in normal mode.
svn path=/trunk/; revision=35374
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
| |
svn path=/trunk/; revision=34458
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
| |
svn path=/trunk/; revision=34155
|
|
|
|
| |
svn path=/trunk/; revision=34017
|
|
|
|
|
|
|
|
| |
Fix for bug #428125
Added mnemonic for "Plain Text Mode" in preferences.
svn path=/trunk/; revision=33978
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Andre Klapper <a9016009@gmx.de>
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml: cahnged
"emails" to "messages". I learn American English day by day. Yeah.
svn path=/trunk/; revision=31245
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Andre Klapper <a9016009@gmx.de>
* plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml:
* plugins/exchange-operations/org-gnome-exchange-operations.error.xml:
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml
changed "mails" to "mail", "emails" or "messages". Fixes bug 325569.
svn path=/trunk/; revision=31244
|
|
|
|
|
|
|
|
|
| |
2005-05-17 Not Zed <NotZed@Ximian.com>
* org-gnome-prefer-plain.eplug.xml: make it clear this is a demonstratio
n only.
svn path=/trunk/; revision=29377
|
|
|
|
| |
svn path=/trunk/; revision=29328
|
|
|
|
|
|
|
| |
remove use of e-error-tool
tag xml for translations where appropriate
svn path=/trunk/; revision=29304
|
|
|
|
|
|
|
|
| |
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* clean up author/descriptions for various plugins.
svn path=/trunk/; revision=28889
|
|
|
|
| |
svn path=/trunk/; revision=27781
|
|
|
|
| |
svn path=/trunk/; revision=27677
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Not Zed <NotZed@Ximian.com>
* prefer-plain.c (e_plugin_lib_enable): setup the right plugin
init function.
svn path=/trunk/; revision=27676
|
|
|
|
| |
svn path=/trunk/; revision=27674
|
|
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported prefer-plain plugin.
svn path=/trunk/; revision=27645
|