platform/upstream/evolution-data-server.git
14 years agoRemove a stray file
Kjartan Maraas [Sat, 1 May 2010 17:33:18 +0000 (19:33 +0200)]
Remove a stray file

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 1 May 2010 17:32:02 +0000 (19:32 +0200)]
Updated Norwegian bokmål translation

14 years agoDon't abbreviate public symbols.
Matthew Barnes [Fri, 30 Apr 2010 21:09:13 +0000 (17:09 -0400)]
Don't abbreviate public symbols.

Public Camel symbols need to be in the "camel" namespace.

14 years agoUse GObject properties instead of CamelArg.
Matthew Barnes [Sat, 24 Apr 2010 20:35:29 +0000 (16:35 -0400)]
Use GObject properties instead of CamelArg.

Persistent properties are implemented as normal GObject properties, but
with a special GParamFlag: CAMEL_PARAM_PERSISTENT.

Currently all persistent properties are of type boolean, so the state
file read/write logic has been scaled down to support only booleans.

14 years agoGtk-Doc updates.
Matthew Barnes [Thu, 29 Apr 2010 17:23:02 +0000 (13:23 -0400)]
Gtk-Doc updates.

14 years agoAvoid passing NULL to g_strstrip in e_contact_get calls
Milan Crha [Fri, 30 Apr 2010 11:46:12 +0000 (13:46 +0200)]
Avoid passing NULL to g_strstrip in e_contact_get calls

14 years agoBug #617263 - Crash of e-addressbook-factory on second start of evolution
Milan Crha [Fri, 30 Apr 2010 11:26:08 +0000 (13:26 +0200)]
Bug #617263 - Crash of e-addressbook-factory on second start of evolution

14 years agoBug #545505 - Properly free unused message infos periodically
Milan Crha [Thu, 29 Apr 2010 14:02:17 +0000 (16:02 +0200)]
Bug #545505 - Properly free unused message infos periodically

14 years agoBug #616819 - CamelIMAPXStore type definition typo
Milan Crha [Thu, 29 Apr 2010 10:13:28 +0000 (12:13 +0200)]
Bug #616819 - CamelIMAPXStore type definition typo

14 years agoUpdated German translation
Mario Blättermann [Wed, 28 Apr 2010 20:39:11 +0000 (22:39 +0200)]
Updated German translation

14 years agoBug #615735 - Contacts are not displayed in GW Addressbook.
Bharath Acharya [Wed, 28 Apr 2010 06:14:00 +0000 (11:44 +0530)]
Bug #615735 - Contacts are not displayed in GW Addressbook.

14 years agoSpecify the executable extension where applicable in the service files
Fridrich Štrba [Tue, 27 Apr 2010 22:43:25 +0000 (00:43 +0200)]
Specify the executable extension where applicable in the service files

14 years agoBug #608620 - Use CRLF in signed & encrypted S/MIME messages
dev+gnome [Tue, 27 Apr 2010 14:49:01 +0000 (16:49 +0200)]
Bug #608620 - Use CRLF in signed & encrypted S/MIME messages

14 years agoBug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all)
Matt McCutchen 2 [Tue, 27 Apr 2010 12:19:41 +0000 (14:19 +0200)]
Bug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all)

14 years agoBug #616318 - Don't use an unitialized key in folder_changed_remove_uid
Claudio Saavedra [Tue, 27 Apr 2010 11:04:03 +0000 (13:04 +0200)]
Bug #616318 - Don't use an unitialized key in folder_changed_remove_uid

If g_hash_table_lookup_extended() returns FALSE, then the oldkey
is unset, so don't use it to insert a new item in the hash table.

14 years agoThe 'operation' in camel_mime_filter_progress_new can be NULL
Milan Crha [Mon, 26 Apr 2010 17:28:42 +0000 (19:28 +0200)]
The 'operation' in camel_mime_filter_progress_new can be NULL

14 years agoBug #616821 - From field missing in mail
Milan Crha [Mon, 26 Apr 2010 17:09:11 +0000 (19:09 +0200)]
Bug #616821 - From field missing in mail

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 26 Apr 2010 09:17:08 +0000 (16:17 +0700)]
Updated Thai translation.

14 years agoPort Camel to GObject.
Matthew Barnes [Thu, 22 Apr 2010 13:28:45 +0000 (09:28 -0400)]
Port Camel to GObject.

14 years agoUpdated Galician translations
Fran Diéguez [Thu, 22 Apr 2010 21:50:28 +0000 (23:50 +0200)]
Updated Galician translations

14 years agoUpdated Kannada translations
Shankar Prasad [Thu, 22 Apr 2010 06:39:35 +0000 (12:09 +0530)]
Updated Kannada translations

14 years agoAdded Catalan (Valencian) translation
Carles Ferrando [Wed, 21 Apr 2010 22:04:44 +0000 (00:04 +0200)]
Added Catalan (Valencian) translation

14 years agoUpdated Spanish translation
Jorge González [Wed, 21 Apr 2010 16:36:54 +0000 (18:36 +0200)]
Updated Spanish translation

14 years agoMerge more cleanup bits from camel-gobject.
Matthew Barnes [Tue, 20 Apr 2010 21:21:57 +0000 (17:21 -0400)]
Merge more cleanup bits from camel-gobject.

In particular, any method that takes a CamelException must return at
least a gboolean indicating success or failure.  This driven by the
convention in GLib of allowing GError arguments to be NULL, in which
case the function's return value is the only other way to report
failure.  GError will soon replace CamelException.

14 years agoClean up the Google Contacts addressbook backend
Philip Withnall [Mon, 19 Apr 2010 23:31:55 +0000 (00:31 +0100)]
Clean up the Google Contacts addressbook backend

Merge the entirely redundant GoogleBook into EBookBackendGoogle and simplify
things a bit.

14 years agoWhitespace fixes for the Google Contacts addressbook backend
Philip Withnall [Mon, 19 Apr 2010 21:37:38 +0000 (22:37 +0100)]
Whitespace fixes for the Google Contacts addressbook backend

14 years agoGet Camel tests building again.
Matthew Barnes [Mon, 19 Apr 2010 18:24:11 +0000 (14:24 -0400)]
Get Camel tests building again.

14 years agoFix a typo in the previous commit.
Matthew Barnes [Mon, 19 Apr 2010 17:41:19 +0000 (13:41 -0400)]
Fix a typo in the previous commit.

14 years agoSeal up libedataserverui classes.
Matthew Barnes [Mon, 19 Apr 2010 17:02:10 +0000 (13:02 -0400)]
Seal up libedataserverui classes.

Move all public members to a separate private structure.  This breaks
ABI and API, but we've already bumped the libedataserverui soname.

Still need to go through these classes and add GObject properties so
they're more EBinding-friendly.

14 years agoUpdated Spanish translation
Jorge González [Mon, 19 Apr 2010 17:25:37 +0000 (19:25 +0200)]
Updated Spanish translation

14 years agoBug 580021 — Port to external libgdata
Philip Withnall [Sun, 19 Apr 2009 07:37:27 +0000 (08:37 +0100)]
Bug 580021 — Port to external libgdata

Convert Google calendar and contacts backends to use the external libgdata,
depending on version >= 0.6.3. The e-d-s internal libgdata-1.2 has been
dropped completely.

The conversion of the Google calendar backend is untested and probably not
working, but since people should be using CalDAV to access their Google
Calendars, this shouldn't be a problem.

The conversion of the Google contacts backend is fairly well tested, and
has had support for a few new properties added. Most notably, addresses and
names are now stored on Google's servers in a structured format which more
closely maps to e-d-s' vCard representation than the previous flat string.

Closes: bgo#580021

14 years agoUpdated French translation
Laurent Coudeur [Mon, 19 Apr 2010 15:50:03 +0000 (17:50 +0200)]
Updated French translation

14 years agoUpdated Spanish translation
Jorge González [Sun, 18 Apr 2010 19:57:41 +0000 (21:57 +0200)]
Updated Spanish translation

14 years agoUpdated Galician translations
Francisco Diéguez [Sun, 18 Apr 2010 16:18:07 +0000 (18:18 +0200)]
Updated Galician translations

14 years agoBug 603773 - com_err.h doesn't exist on Solaris
Matthew Barnes [Sun, 18 Apr 2010 14:34:23 +0000 (10:34 -0400)]
Bug 603773 - com_err.h doesn't exist on Solaris

14 years agoMiscellaneous string fixes
Philip Withnall [Tue, 13 Apr 2010 17:29:38 +0000 (18:29 +0100)]
Miscellaneous string fixes

Various small capitalisation and punctuation fixes. Helps: bgo#615713

14 years agoUpdated Spanish translation
Jorge González [Sun, 18 Apr 2010 08:14:30 +0000 (10:14 +0200)]
Updated Spanish translation

14 years agoUpdated Galician translations
Francisco Diéguez [Sat, 17 Apr 2010 19:10:05 +0000 (21:10 +0200)]
Updated Galician translations

14 years agoBug 501140 - IMAP provider missing mnemonics
Alex Kloss [Sat, 17 Apr 2010 18:31:27 +0000 (14:31 -0400)]
Bug 501140 - IMAP provider missing mnemonics

14 years agoUpdated Spanish translation
Jorge González [Fri, 16 Apr 2010 16:35:50 +0000 (18:35 +0200)]
Updated Spanish translation

14 years agoBug #562595 - POP3 Delete after X days should depend on Leave messages
Milan Crha [Fri, 16 Apr 2010 07:33:16 +0000 (09:33 +0200)]
Bug #562595 - POP3 Delete after X days should depend on Leave messages

14 years agoFix the build breakage properly :)
Fridrich Štrba [Fri, 16 Apr 2010 04:56:56 +0000 (06:56 +0200)]
Fix the build breakage properly :)

14 years agoFix build breakage.
Matthew Barnes [Fri, 16 Apr 2010 03:11:59 +0000 (23:11 -0400)]
Fix build breakage.

14 years agoA little bit more of cleaning
Fridrich Štrba [Thu, 15 Apr 2010 23:10:54 +0000 (01:10 +0200)]
A little bit more of cleaning

14 years agoRemoving some pthreads related comments.
Fridrich Štrba [Thu, 15 Apr 2010 23:07:18 +0000 (01:07 +0200)]
Removing some pthreads related comments.

14 years agoBug #615776 - Drop camel-private.h and offer a public alternative for locks
Milan Crha [Thu, 15 Apr 2010 18:47:13 +0000 (20:47 +0200)]
Bug #615776 - Drop camel-private.h and offer a public alternative for locks

14 years agoMerge some cleanup bits from camel-gobject.
Matthew Barnes [Wed, 14 Apr 2010 21:50:23 +0000 (17:50 -0400)]
Merge some cleanup bits from camel-gobject.

14 years agoBug #608766 - Replace pthread with GLib's GThread
Milan Crha [Thu, 15 Apr 2010 12:38:10 +0000 (14:38 +0200)]
Bug #608766 - Replace pthread with GLib's GThread

14 years agoUpdated British English translation
Philip Withnall [Tue, 13 Apr 2010 17:22:58 +0000 (18:22 +0100)]
Updated British English translation

14 years agoBug 507423 (bnc) - Message list in Inbox doesn't get refreshed
Chenthill Palanisamy [Tue, 13 Apr 2010 19:18:46 +0000 (00:48 +0530)]
Bug 507423 (bnc) -  Message list in Inbox doesn't get refreshed

14 years agoShow deleted mails from trash and fix a crash
Chenthill Palanisamy [Tue, 13 Apr 2010 19:11:55 +0000 (00:41 +0530)]
Show deleted mails from trash and fix a crash

14 years agoMerge some cleanup bits from camel-gobject.
Matthew Barnes [Tue, 13 Apr 2010 00:56:27 +0000 (20:56 -0400)]
Merge some cleanup bits from camel-gobject.

14 years ago[win32] Use _WIN32 define instead of G_OS_WIN32 in public headers
Fridrich Štrba [Tue, 13 Apr 2010 09:15:57 +0000 (11:15 +0200)]
[win32] Use _WIN32 define instead of G_OS_WIN32 in public headers

14 years ago[win32] G_OS_WIN32 cannot be defined if no glib header is included
Fridrich Štrba [Tue, 13 Apr 2010 09:03:46 +0000 (11:03 +0200)]
[win32] G_OS_WIN32 cannot be defined if no glib header is included

14 years agoBug #611646 - Calendar shows recurring birthdays incorrectly
Milan Crha [Mon, 12 Apr 2010 21:41:08 +0000 (23:41 +0200)]
Bug #611646 - Calendar shows recurring birthdays incorrectly

14 years agoBug 615290 - Fails to build with Heimdal Kerberos
Alexandre Rostovtsev [Mon, 12 Apr 2010 20:58:27 +0000 (16:58 -0400)]
Bug 615290 - Fails to build with Heimdal Kerberos

14 years agoMerge some cleanup bits from camel-gobject.
Matthew Barnes [Sat, 10 Apr 2010 22:27:39 +0000 (18:27 -0400)]
Merge some cleanup bits from camel-gobject.

14 years agoImplement CamelVeeStore::get_name()
Milan Crha [Fri, 9 Apr 2010 08:54:47 +0000 (10:54 +0200)]
Implement CamelVeeStore::get_name()

14 years agoBug #514041 - Add space between categories
punit [Fri, 9 Apr 2010 07:41:28 +0000 (09:41 +0200)]
Bug #514041 - Add space between categories

14 years agoBump gtk+ version requirement to 2.20.0
Milan Crha [Fri, 9 Apr 2010 07:37:03 +0000 (09:37 +0200)]
Bump gtk+ version requirement to 2.20.0

14 years agoBug 583791 (bnc) - User created contact list does not behave reliably
Bharath Acharya [Fri, 9 Apr 2010 04:49:30 +0000 (10:19 +0530)]
Bug 583791 (bnc) - User created contact list does not behave reliably

We do not fetch the members of a list in GroupWise for autocompletion.
Added an env variable to fetch all the members.

14 years agoAdd GSEAL_ENABLE to AS_COMPILER_FLAGS.
Matthew Barnes [Thu, 8 Apr 2010 17:01:00 +0000 (13:01 -0400)]
Add GSEAL_ENABLE to AS_COMPILER_FLAGS.

14 years agoAssure that G_OS_WIN32 can be defined before relying on it
Fridrich Štrba [Thu, 8 Apr 2010 16:41:44 +0000 (18:41 +0200)]
Assure that G_OS_WIN32 can be defined before relying on it

14 years agoCompare the recurrence appointments using item id rather than rid while fetching...
Chenthill Palanisamy [Thu, 8 Apr 2010 14:34:19 +0000 (20:04 +0530)]
Compare the recurrence appointments using item id rather than rid while fetching deltas,
Rid comparision may not be fool-proof as default_zone can change

14 years agore-arrange the locks
Chenthill Palanisamy [Thu, 8 Apr 2010 11:17:39 +0000 (16:47 +0530)]
re-arrange the locks

14 years agoDon't leave dangling stale pointers to ECal's in the backend
Michael Meeks [Thu, 8 Apr 2010 12:57:35 +0000 (13:57 +0100)]
Don't leave dangling stale pointers to ECal's in the backend

14 years agoBug #253510 - Do not use "Item(s)" in translatable string
Milan Crha [Wed, 7 Apr 2010 08:31:13 +0000 (10:31 +0200)]
Bug #253510 - Do not use "Item(s)" in translatable string

14 years agoFix distcheck errors.
Matthew Barnes [Wed, 7 Apr 2010 01:03:53 +0000 (21:03 -0400)]
Fix distcheck errors.

14 years agoDrop the "hula" Camel provider.
Matthew Barnes [Tue, 6 Apr 2010 23:44:56 +0000 (19:44 -0400)]
Drop the "hula" Camel provider.

Novell's Hula project died half a decade ago.

14 years agoDrop the "imap4" Camel provider.
Matthew Barnes [Tue, 6 Apr 2010 23:43:19 +0000 (19:43 -0400)]
Drop the "imap4" Camel provider.

IMAPX is the future.

14 years agoMerge miscellaneous cleanups from camel-gobject.
Matthew Barnes [Sun, 4 Apr 2010 04:56:36 +0000 (00:56 -0400)]
Merge miscellaneous cleanups from camel-gobject.

14 years agoBug #336776 - Learning junk feedback in status bar unclear
Milan Crha [Tue, 6 Apr 2010 19:03:14 +0000 (21:03 +0200)]
Bug #336776 - Learning junk feedback in status bar unclear

14 years agoBug #593843 - Unclear "Use cancel" translatable message
Milan Crha [Tue, 6 Apr 2010 17:42:10 +0000 (19:42 +0200)]
Bug #593843 - Unclear "Use cancel" translatable message

14 years ago[win32] Trying to remove inclusion of win32 headers in camel headers.
Fridrich Štrba [Tue, 6 Apr 2010 14:31:16 +0000 (16:31 +0200)]
[win32] Trying to remove inclusion of win32 headers in camel headers.
Following the new include policy of camel/camel.h, windows defines were
poluting everything. Trying to make them unseen and unheard of.

14 years agoDo not call camel_mime_filter_basic_new recursively
Milan Crha [Tue, 6 Apr 2010 14:36:57 +0000 (16:36 +0200)]
Do not call camel_mime_filter_basic_new recursively

14 years agoAssure that the G_OS_WIN32 is defined on windows
Fridrich Štrba [Tue, 6 Apr 2010 09:31:04 +0000 (11:31 +0200)]
Assure that the G_OS_WIN32 is defined on windows

14 years agoMerge some cleanup bits from camel-gobject.
Matthew Barnes [Sat, 3 Apr 2010 20:06:51 +0000 (16:06 -0400)]
Merge some cleanup bits from camel-gobject.

This introduces some minor API breakage.  Nothing major.

14 years agoGenerate ChangeLog files for tarball releases.
Matthew Barnes [Fri, 2 Apr 2010 21:49:32 +0000 (17:49 -0400)]
Generate ChangeLog files for tarball releases.

Remove old ChangeLog files that predate our switch to git.

14 years agoAvoid C++ keywords in headers.
Matthew Barnes [Fri, 2 Apr 2010 21:15:15 +0000 (17:15 -0400)]
Avoid C++ keywords in headers.

Particularly, in <libedataserver/e-sexp.h>.

14 years agoLock down Camel headers.
Matthew Barnes [Fri, 2 Apr 2010 15:30:58 +0000 (11:30 -0400)]
Lock down Camel headers.

Henceforth only <camel/camel.h> may be included from outside of Camel.
This also applies to Camel's own provider modules.

14 years agoBug #538793 - Translation issues under camel/providers/local
Milan Crha [Fri, 2 Apr 2010 16:14:54 +0000 (18:14 +0200)]
Bug #538793 - Translation issues under camel/providers/local

14 years agoBug 614388 - Broken Delete after X days behaviour
Lucian Langa [Thu, 1 Apr 2010 18:25:48 +0000 (21:25 +0300)]
Bug 614388 - Broken Delete after X days behaviour

14 years agoBug #325121 - Do not translate developer strings in g_param_spec_*
Milan Crha [Thu, 1 Apr 2010 19:23:36 +0000 (21:23 +0200)]
Bug #325121 - Do not translate developer strings in g_param_spec_*

14 years agoBug #261087 - "Learning junk" in camel difficult to translate
Milan Crha [Thu, 1 Apr 2010 16:54:06 +0000 (18:54 +0200)]
Bug #261087 - "Learning junk" in camel difficult to translate

14 years agoImplicit declaration of function 'gpg_ctx_op_cancel' on windows
Milan Crha [Thu, 1 Apr 2010 13:55:13 +0000 (15:55 +0200)]
Implicit declaration of function 'gpg_ctx_op_cancel' on windows

14 years agoBug #611247 - Bad concatenation for translators
Claude Paroz [Thu, 1 Apr 2010 13:04:35 +0000 (15:04 +0200)]
Bug #611247 - Bad concatenation for translators

14 years agoBug #610353 - Search folder with label matches on substring
Milan Crha [Thu, 1 Apr 2010 12:58:55 +0000 (14:58 +0200)]
Bug #610353 - Search folder with label matches on substring

14 years agoBug #570508 - Google Contacts does not display business phone
Jim McMahon [Thu, 1 Apr 2010 12:43:49 +0000 (14:43 +0200)]
Bug #570508 - Google Contacts does not display business phone

14 years agoBug #567000 - [IMAP] Renaming folder generates errors
Milan Crha [Thu, 1 Apr 2010 12:31:30 +0000 (14:31 +0200)]
Bug #567000 - [IMAP] Renaming folder generates errors

14 years agoBug #520233 - Crash in imap_body_decode at camel-imap-utils.c:979
Milan Crha [Thu, 1 Apr 2010 12:27:06 +0000 (14:27 +0200)]
Bug #520233 - Crash in imap_body_decode at camel-imap-utils.c:979

14 years agoBug #518876 - Does not display recent messages in nntp
Milan Crha [Thu, 1 Apr 2010 12:18:21 +0000 (14:18 +0200)]
Bug #518876 - Does not display recent messages in nntp

14 years agoBug #418502 - Evolution causes gpg stale locks
Milan Crha [Thu, 1 Apr 2010 12:08:38 +0000 (14:08 +0200)]
Bug #418502 - Evolution causes gpg stale locks

14 years agoRepair more unintended deletions.
Matthew Barnes [Thu, 1 Apr 2010 01:52:32 +0000 (21:52 -0400)]
Repair more unintended deletions.

14 years agoRemove debug statements.
Matthew Barnes [Thu, 1 Apr 2010 01:37:22 +0000 (21:37 -0400)]
Remove debug statements.

14 years agoBack out some over-zealous deletion.
Matthew Barnes [Thu, 1 Apr 2010 01:36:18 +0000 (21:36 -0400)]
Back out some over-zealous deletion.

14 years agoRemove some deprecated API from camel.
Matthew Barnes [Wed, 31 Mar 2010 23:17:12 +0000 (19:17 -0400)]
Remove some deprecated API from camel.

This bumps the libcamel soname to 15.0.0.

14 years agoAdd gtk-doc tests, but leave them disabled.
Matthew Barnes [Wed, 31 Mar 2010 22:42:51 +0000 (18:42 -0400)]
Add gtk-doc tests, but leave them disabled.

14 years agoAdd --name-space to MKDB_OPTIONS.
Matthew Barnes [Wed, 31 Mar 2010 22:28:44 +0000 (18:28 -0400)]
Add --name-space to MKDB_OPTIONS.

14 years agoRemove deprecated API from libedataserver.
Matthew Barnes [Wed, 31 Mar 2010 18:37:13 +0000 (14:37 -0400)]
Remove deprecated API from libedataserver.

This bumps the libedataserver soname to 12.0.0.

14 years agoRemove ESourceOptionMenu from libedataserverui.
Matthew Barnes [Wed, 31 Mar 2010 18:19:53 +0000 (14:19 -0400)]
Remove ESourceOptionMenu from libedataserverui.

This bumps the libedataserverui soname to 10.0.0.