Commit Graph

21 Commits

Author SHA1 Message Date
Matthew Barnes cd53ba9900 Coding style cleanups. 2010-09-13 08:28:58 -04:00
Milan Crha 91020b05a3 Bug #360461 - Avoid markup in translatable messages 2010-04-23 11:20:50 +02: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
Milan Crha 9a8fa88b6a Move some ESource-plugin common code to e-plugin-util.h/.c 2010-02-04 12:55:42 +01:00
Matthew Barnes 59bd81691d Compiler and linker flag cleanups. 2009-12-27 14:32:39 -05: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 bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
Matthew Barnes 14f8eee012 Whitespace cleanup. 2009-05-28 13:21:01 -04:00
Matthew Barnes 948235c3d1 Prefer GLib basic types over C types. 2009-05-27 10:29:19 -04:00
Matthew Barnes e4afd3f9fb Remove trailing whitespace, again. 2009-05-26 23:21:02 -04:00
Matthew Barnes 1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
Matthew Barnes d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
Milan Crha 2403bbcdd1 Use new ESourceList API (simplifies code)
** Part of fix for bug #569652
2009-04-24 19:40:31 +02:00
Matthew Barnes 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
Milan Crha 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
Milan Crha 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
Philip Withnall 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
Bharath Acharya 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
Suman Manjunath 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