fa3d3c2403
Bug 722068 - Make Evolution build under Win32
...
This also makes gnome-desktop an optional dependency, which can
be avoided with --disable-gnome-desktop configure option.
2014-07-10 21:01:42 +02:00
b21733d067
Bug 721545 - License text contains obsolete FSF postal address
2014-01-07 16:05:51 -05:00
c85109fc32
Coding style and whitespace cleanup.
2012-08-19 14:17:55 -04:00
23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
756c8abcb8
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-05-27 15:23:07 +02:00
cb97c2dc8f
Coding style and whitespace cleanup.
2011-05-21 17:56:06 -04:00
49ef32b76c
Coding style and whitespace cleanup.
2010-02-07 13:26:37 -05:00
ad3995870b
Bug #602827 - Disable broken plugins automatically
2010-01-19 16:19:56 +01:00
4165d1ef05
Bug 606940 - plugin_lib_loadmodule() always enables the plugin
2010-01-18 16:04:56 -05:00
d97ab45f5c
Fix Windows build
...
There was a strange typo, e_util_replace_prefix() is what was
intended. Thus include libedataserver/e-data-server-util.h.
2009-11-11 18:24:48 +02:00
54fe7e3b2a
Fix EPluginLib callback signatures.
...
Dynamically loaded library plugins do not need to know about EPluginLib
specifically. Passing them an EPlugin pointer is sufficient.
2009-11-10 10:47:11 -05:00
32f545cdf0
Simplify EPlugin loading at startup.
...
- 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-08-29 17:23:20 -04:00