Commit Graph

17 Commits

Author SHA1 Message Date
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 53bc6ffc53 The EExtension framework is now in libebackend.
The EModule, EExtensible and EExtension classes as well as the
e_type_traverse() function have been moved to Evolution-Data-Server's
libebackend library to replace e-data-server-module.c.

Now Evolution-Data-Server modules use the same framework as Evolution.
2011-09-26 09:45:55 -04:00
Matthew Barnes 26ece7454d connman: Recover from dropped D-Bus connections faster. 2011-07-07 14:39:35 -04:00
Matthew Barnes 0c1a97bf11 connman: Miscellaneous cleanups. 2011-07-07 08:55:25 -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
Milan Crha 3712e3981b Bug #644301 - Invalid GVariant format in NetworkManager module 2011-03-11 14:48:19 +01:00
Hao H Li cbcae0eef2 Bug 644164 - Using outdated Connman D-Bus names 2011-03-08 08:08:09 -05:00
Matthew Barnes c6fd77460f Coding style and whitespace cleanup. 2011-03-05 12:34:28 -05:00
Matthew Barnes 7a1677520d Remove NULL checks for GObject methods.
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally.  Remove unnecessary checks.
2011-02-12 12:54:08 -05:00
Milan Crha 22b2d26d04 Free/busy meeting view doesn't work due to non-working extension 2010-12-06 14:23:20 +01:00
Milan Crha d07f15d207 Build break with evolution-connman - new parameter in a GDBus function 2010-08-24 09:27:27 +02:00
Milan Crha 52ad80d601 Bug #625606 - git/master build dies with glib-2.25.12 2010-07-29 21:07:26 +02:00
Milan Crha 6158bcecd7 Bug #622912 - Migrate from dbus-glib to glib's GDBus 2010-07-28 16:21:40 +02:00
Matthew Barnes 9653887891 Coding style and whitespace cleanup. 2010-05-25 10:15:32 -04:00
Michael Meeks 3cc02e83c7 checking the sender: not a good idea 2010-05-11 15:41:25 +01:00
Michael Meeks e439bfcdda Turns out the filter function gets lots of messages, despite the bus-side filter. 2010-05-11 12:30:28 +01:00
Michael Meeks 6416086f14 Add ConnMan support (words fail me ...)
Conflicts:

	configure.ac
	modules/Makefile.am
2010-04-07 12:22:09 +01:00