Commit Graph

59 Commits

Author SHA1 Message Date
ae9db3ed23 Coding style and whitespace cleanup. 2011-09-14 14:08:48 +02:00
22cd7a5239 Use the same term 'Secure connection' everywhere instead of SSL 2011-09-14 14:08:41 +02:00
b5e3c51aba Use email instead of e-mail spelling, like anywhere else 2011-09-14 14:08:41 +02:00
6c54eecdf8 Adapt to CamelSession and e-passwords changes. 2011-09-14 14:08:34 +02:00
84339b3be5 Do not use deprecated EBook/ECal API 2011-06-29 18:42:27 +02:00
7132d0f0c2 Including <glib.h> directly is rarely needed. 2011-06-29 18:42:21 +02:00
c24038c4f6 Bug #646109 - Fix use of include <config.h> to make sure translations work 2011-06-29 18:42:20 +02:00
dbc22f9de5 More whitespace cleanup. 2011-06-29 18:41:29 +02:00
6af0c53b69 Coding style and whitespace cleanup. 2011-06-29 18:41:29 +02:00
7a49a21178 Dialogs no longer have separators. 2011-06-29 18:41:25 +02:00
a3ba231fcc Drop backward-compatibility cruft. 2011-06-29 18:41:25 +02:00
49dd425fc9 Bug #631568 - Scheduling Meetings with CalDAV calendars 2011-06-29 18:41:09 +02:00
8e848e5059 CalDAV plugin - use saved password, if available, for server browsing 2011-06-29 18:41:07 +02:00
ebcce86769 Coding style and whitespace cleanups. 2010-09-11 14:14:04 -04:00
c30d29425e Coding style and whitespace cleanup. 2010-05-01 23:18:28 -04:00
91020b05a3 Bug #360461 - Avoid markup in translatable messages 2010-04-23 11:20:50 +02:00
96421ff37c Use accessor functions instead direct access (GSEAL work)
Still remaining:
GtkAccessible::widget
GtkAssistant::forward
GtkAssistant::back
GtkObject::flags
GtkTreeStore::stamp

The GtkAssistant fields are related to bug #596428.  We don't
need accessor functions so much as the enhancement described
there implemented.

https://bugzilla.gnome.org/show_bug.cgi?id=615613
2010-04-13 16:23:16 +02:00
3ba0b61f9f Replace ESpinner with GtkSpinner.
Also, bump our GTK+ requirement to 2.20.
2010-04-08 10:24:08 -04:00
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
619b073719 Fix some dead assignments. 2010-02-07 21:08:49 -05:00
9a8fa88b6a Move some ESource-plugin common code to e-plugin-util.h/.c 2010-02-04 12:55:42 +01:00
59bd81691d Compiler and linker flag cleanups. 2009-12-27 14:32:39 -05:00
83a264cd7e Coding style and whitespace cleanup. 2009-12-19 18:36:46 -05:00
3a0a795a16 Bug #359755 - Do not fetch content of a CalDAV calendar when given it 2009-12-16 15:58:49 +01:00
a7cede983c Bug #359755 - Support for CalDAV collections 2009-12-07 21:19:50 +01:00
054c088169 Bug 589153 - Use GtkBuilder instead of libglade 2009-11-16 19:33:32 -05:00
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
433eac7844 More code cleanup. 2009-06-02 10:35:03 -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
c37d828382 Bug #578335 - CalDAV - replace '@' in username to "%40" 2009-05-25 17:55:38 +02: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
8da8026619 Store username in a source URL in CalDAV
** Fix for bug #578335

	* caldav-source.c: (user_changed), (location_changed):
	Revert part of bug #562990, as EPassword requires username
	as part of an URL to store passwords properly to a keyring.
2009-04-28 17:02:53 +02:00
2403bbcdd1 Use new ESourceList API (simplifies code)
** Part of fix for bug #569652
2009-04-24 19:40:31 +02:00
8a072ffc7c GN-bug #572348 - Removed deprecated Gtk+ symbols
Some still left, because those gone in kill-bonobo branch.
2009-04-24 11:45:21 +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
4c4c720bc8 ** Fix for bug #562990
2008-12-08  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #562990

	* caldav-source.c: (user_changed), (oge_caldav): Use 'username'
	property of the ESource to read/write user name, not the uri.


svn path=/trunk/; revision=36850
2008-12-08 11:05:08 +00:00
c3bf6cb846 ** Part of fix for bug #503662
2008-11-28  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #503662

	* caldav-source.c: (user_changed):
	Set NULL properly to protect against using already freed memory.


svn path=/trunk/; revision=36821
2008-11-28 12:20:23 +00:00
d1d61c75f9 ** Part of fix for bug #359745
2008-11-28  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #359745

	* caldav-source.c: (ensure_caldav_source_group),
	(e_plugin_lib_enable): Ensure source group for VTODO and VJOURNAL too.
	* caldav-source.c: (set_refresh_time), (get_refresh_minutes),
	(spin_changed), (option_changed), (oge_caldav):
	Be able to change refresh time for the CalDAV sources.
	* org-gnome-evolution-caldav.eplug.xml:
	Show CalDAV options under all the other standard options.

Note: Requires at least eds revision 9781 (version 2.25.2, in configure.in already)


svn path=/trunk/; revision=36820
2008-11-28 10:42:26 +00:00
14fa5c8a8c Change License from GPL to LGPL. 2nd batch.
More changes to come.

svn path=/trunk/; revision=36247
2008-09-02 16:25:53 +00:00
92c958d9bf ** Fixes bug #546785
2008-08-07  Paul Bolle  <pebolle@tiscali.nl>

	** Fixes bug #546785

	* plugins/bbdb/bbdb.c: (e_plugin_lib_enable):
	The bbdb plugin is noisy when enabled:
	    "BBDB spinning up..."
	Make this plugin just as polite as google-account-setup.

	* plugins/caldav/caldav-source.c: (e_plugin_lib_enable):
	The caldav plugin is noisy when enabled:
	    "CalDAV Eplugin starting up ..."
	Make this plugin just as polite as google-account-setup.


svn path=/trunk/; revision=35928
2008-08-07 17:35:04 +00:00
77bfb99eac ** Fixes bug #545568
2008-07-31  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #545568

	* e-plugin.c (ep_load):
	Make sure system plugins are enabled on startup.

	* plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml:
	* plugins/caldav/org-gnome-caldav.eplug.xml:
	* plugins/calendar-file/org-gnome-calendar-file.eplug.xml:
	* plugins/calendar-http/org-gnome-calendar-http.eplug.xml:
	* plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml:
	* plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml:
	* plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
	* plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	* plugins/hula-account-setup/org-gnome-hula-account-setup.eplug.xml:
	Add "system_plugin=true" so it's not shown in the Plugin Manager.
	These plugins are not designed to be disabled by the user.


svn path=/trunk/; revision=35871
2008-07-31 11:29:15 +00:00
abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
f13fd21b50 Fix warnings from sparse and gcc
svn path=/trunk/; revision=34458
2007-10-30 22:21:14 +00:00
8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00