Matthew Barnes
c85109fc32
Coding style and whitespace cleanup.
2012-08-19 14:17:55 -04:00
Matthew Barnes
2a39437ee9
Adapt to single-include E-D-S libraries.
2012-06-03 15:14:03 -04:00
Matthew Barnes
f8528336da
Adapt bbdb plugin to new ESource API.
2012-06-02 23:00:42 -04:00
Matthew Barnes
7950d6a0c6
Adapt to libedataserver[ui] changes.
2012-04-21 17:07:15 -04:00
Matthew Barnes
b4f895265d
Add missing linker flags.
2012-03-03 14:11:12 -05:00
Srinivasa Ragavan
14f82dde34
Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils.
2012-03-03 09:02:33 -05:00
Matthew Barnes
23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
Milan Crha
8ec5982480
Bug #666341 - [bbdb] Invalid free in bbdb_do_it
2011-12-16 10:23:29 +01:00
Matthew Barnes
2e60b6a4a2
Tweak GSettings schemas.
...
- Don't use the term "eplugin" for modules.
- Use the term "plugin" instead of "eplugin" for plugins.
- Split SpamAssassin settings into a separate schema.
2011-11-22 20:42:56 -05:00
Rodrigo Moya
73656ae57e
Port autocontacts plugin to GSettings
2011-11-17 17:19:48 +01:00
Matthew Barnes
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
Matthew Barnes
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
Matthew Barnes
f59681796d
Coding style and whitespace cleanup.
2011-08-13 11:27:51 -04:00
Milan Crha
fe67798104
Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part
2011-08-09 17:18:42 +02:00
Milan Crha
38790d8478
Do not use deprecated EBook/ECal API
2011-06-14 08:54:20 +02:00
Matthew Barnes
f014ab82c8
Coding style and whitespace cleanups.
2011-06-08 13:14:48 -04:00
Matthew Barnes
394e580dfd
Including <glib.h> directly is rarely needed.
2011-05-28 10:39:52 -04:00
Milan Crha
756c8abcb8
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-05-27 15:23:07 +02:00
Matthew Barnes
cb97c2dc8f
Coding style and whitespace cleanup.
2011-05-21 17:56:06 -04:00
Matthew Barnes
8a186c3588
Coding style cleanups.
2011-05-08 13:37:20 -04:00
Milan Crha
2e1a37d574
Bug #634387 - Crash in bbdb_sync_buddy_list_in_thread
2010-11-25 18:21:22 +01:00
Matthew Barnes
ebcce86769
Coding style and whitespace cleanups.
2010-09-11 14:14:04 -04:00
Milan Crha
a96676f446
Bug #626579 - [bbdb] Crash in free_gaim_body() (gaimbuddies.c)
2010-09-10 12:00:06 +02:00
Matthew Barnes
72797decc1
Giant leap towards GSEAL compliance.
2010-04-08 11:05:26 -04:00
Matthew Barnes
26240e0b18
Generate ChangeLog files for tarball releases.
...
Remove old ChangeLog files that predate our switch to git.
2010-04-02 18:18:33 -04:00
Matthew Barnes
fabb6b035c
Only #include Camel's top-level header.
2010-04-02 16:59:20 -04:00
Matthew Barnes
32e811aff0
More build fixes.
2010-03-31 18:05:32 -04:00
Matthew Barnes
ebf898a9fc
Bug 611883 - Missing mnemonic in automatic contacts tab
2010-03-27 18:48:03 -04:00
Michael Meeks
495f8f8003
Alter UI conditional syntax to be more familiar cpp style, which
...
avoids the need for intltool changes.
2010-03-23 10:25:54 +00:00
Matthew Barnes
ec73f5522f
Coding style and whitespace cleanup.
2010-01-30 18:09:19 -05:00
Milan Crha
a26fc50120
Bug #603480 - [bbdb] Traverse lists in destinations properly
2010-01-19 16:39:31 +01:00
Milan Crha
7befe13bd0
Bug #603480 - [bbdb] Crash on unref of uninitialized memory
...
after address book error
2010-01-19 15:06:23 +01:00
Matthew Barnes
cae22334fa
Remove dead assignments found by clang.
2010-01-15 21:50:05 -05:00
Matthew Barnes
5c80f1534b
Coding style and whitespace cleanup.
2010-01-04 20:22:21 -05:00
Matthew Barnes
59bd81691d
Compiler and linker flag cleanups.
2009-12-27 14:32:39 -05:00
Milan Crha
fa057e9f04
Bug #557505 - [bbdb] hangs and is unresponsive
...
Reverted some parts of bug #599199 and did the same differently
2009-11-04 14:33:09 +01:00
Milan Crha
d00a56d4cc
Bug #599199 - Hangs regularly when synchro with pidgin is activated
...
The sync is done only once on idle after start. The method of checking for
buddy list changes is done by md5 checksum now, as the pidgin start/stop
changed file time, which was the old method of detecting changes. Also not
using getenv("HOME"), but g_get_home_dir() instead.
2009-10-27 11:45:17 +01:00
H.Habighorst
f62728b55e
Bug 596848 - Use per-target CPPFLAGS in automake files
2009-09-30 23:37:50 -04:00
Matthew Barnes
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
Matthew Barnes
374bd42f69
Fix excessive whitespace.
2009-07-14 11:26:22 -04:00
Matthew Barnes
b554b16594
Fix merge issues in EMAccountEditor.
2009-07-01 14:39:23 -04:00
Matthew Barnes
1351c8e4fb
Merge branch 'master' into kill-bonobo
2009-07-01 10:47:10 -04:00
Matthew Barnes
bfc5ba2511
Fix "make distcheck" errors and other build cleanups.
2009-06-30 18:34:08 -04:00
Matthew Barnes
42e75c9162
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
2009-06-30 17:20:23 -04:00
Fridrich Strba
3bfe9497a6
Add libraries to LIBADD so that -no-undefined on win32 works well.
2009-06-03 19:26:24 +02:00
Matthew Barnes
14f8eee012
Whitespace cleanup.
2009-05-28 13:21:01 -04:00
Matthew Barnes
6413227cef
Whitespace cleanup.
2009-05-28 13:13:05 -04:00
Milan Crha
e66024d664
Bug #583441 - bbdb plugin is getting information from composer now
...
It used to ask composer for a message, a generated one, which asks
for a password to the signing twice, once here and once when composer
itself generates message for sending. bbdb crashed when user canceled
password prompt for a key, as it didn't check for NULL returned.
2009-05-28 12:17:57 -04:00
Matthew Barnes
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
Matthew Barnes
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00