Commit Graph

16 Commits

Author SHA1 Message Date
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04: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
374bd42f69 Fix excessive whitespace. 2009-07-14 11:26:22 -04:00
bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
14f8eee012 Whitespace cleanup. 2009-05-28 13:21:01 -04:00
948235c3d1 Prefer GLib basic types over C types. 2009-05-27 10:29:19 -04:00
e4afd3f9fb Remove trailing whitespace, again. 2009-05-26 23:21:02 -04:00
1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
2403bbcdd1 Use new ESourceList API (simplifies code)
** Part of fix for bug #569652
2009-04-24 19:40:31 +02:00
43622cd610 ** Fixes bug #572950
2009-02-26  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #572950

	* plugins/caldav/Makefile.am:
	* plugins/google-account-setup/Makefile.am:
	* plugins/webdav-account-setup/Makefile.am:
	Fix ordering of -I compiler directives.  Patch by Daniel Macks.

	* addressbook/printing/Makefile.am:
	Remove meaningless GNOME_INCLUDEDIR.


svn path=/trunk/; revision=37343
2009-02-26 18:23:33 +00:00
408ed63671 ** Fix for bug #559719
2009-02-25  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #559719

	* google-contacts-source.c: (struct ui_data), (destroy_ui_data), (plugin_google_contacts):
	* plugins/google-account-setup/plugins/webdav-account-setup/webdav-contacts-source.c: (destroy_ui_data), (plugin_webdav_contacts):
	Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet.


svn path=/trunk/; revision=37325
2009-02-25 10:52:45 +00:00
7261b445bc ** Fix for bug #539467
2009-01-29  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #539467

	* plugins/webdav-account-setup/webdav-contacts-source.c: (find_webdav_group),
	(ensure_webdav_contacts_source_group),
	(remove_webdav_contacts_source_group):
	* plugins/google-account-setup/google-contacts-source.h: (manage_google_group):
	* plugins/google-account-setup/google-contacts-source.c: (manage_google_group),
	(ensure_google_contacts_source_group),
	(remove_google_contacts_source_group):
	* plugins/google-account-setup/google-source.c: (ensure_google_source_group):
	Find group by its base uri, not by a localized name.


svn path=/trunk/; revision=37165
2009-01-29 11:16:06 +00:00
2ecb4c7dc0 ** Fixes bug #553479
2008-09-24  Philip Withnall  <philip@tecnocode.co.uk>

	** Fixes bug #553479

	* shell/shell.error.xml:
	* plugins/webdav-account-setup/webdav-contacts-source.c
	(plugin_webdav_contacts):
	* plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml:
	* plugins/python/org-gnome-evolution-python.eplug.xml:
	* 
plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
	* plugins/audio-inline/org-gnome-audio-inline.eplug.xml:
	* mail/em-migrate.c (migrate_to_db):
	* mail/evolution-mail.schemas.in:
	* addressbook/gui/component/ldap-config.glade: String 
capitalisation
	improvements.


svn path=/trunk/; revision=36439
2008-09-24 06:28:25 +00:00
72fc7814fa Added necessary libraries to link to. Build break while compiling on
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Added necessary libraries to link to. Build break
        while compiling on Windows.
        

svn path=/trunk/; revision=35959
2008-08-12 03:25:12 +00:00
5313d89e23 Patch from Matthias Braun <matze@braunis.de>: Fix for bug #544051 (WebDAV backend for addressbook - GUI plugin for account setup).
svn path=/trunk/; revision=35902
2008-08-04 04:31:34 +00:00