platform/upstream/evolution-data-server.git
14 years agoFix typo in patch for bug #604650
Milan Crha [Tue, 11 May 2010 11:56:17 +0000 (13:56 +0200)]
Fix typo in patch for bug #604650

14 years agoFix some build issues.
Bharath Acharya [Tue, 11 May 2010 03:53:44 +0000 (09:23 +0530)]
Fix some build issues.

14 years agoPut the name selector's section labels in the same row as the treeviews
Federico Mena Quintero [Tue, 11 May 2010 00:50:24 +0000 (19:50 -0500)]
Put the name selector's section labels in the same row as the treeviews

This lets us save one whole row per destination section.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoShrink the spacing between the name selector's sections
Federico Mena Quintero [Tue, 11 May 2010 00:24:15 +0000 (19:24 -0500)]
Shrink the spacing between the name selector's sections

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoBug #337479 - Evolution forgets password on any error
Milan Crha [Mon, 10 May 2010 15:40:19 +0000 (17:40 +0200)]
Bug #337479 - Evolution forgets password on any error

14 years agoBug #604650 - Mishandling of '@' in WebDAV contacts username
Milan Crha [Mon, 10 May 2010 12:14:31 +0000 (14:14 +0200)]
Bug #604650 - Mishandling of '@' in WebDAV contacts username

14 years agoGtk-Doc updates.
Matthew Barnes [Sun, 9 May 2010 15:43:56 +0000 (10:43 -0500)]
Gtk-Doc updates.

14 years agoFix build breakage.
Matthew Barnes [Sun, 9 May 2010 15:43:48 +0000 (10:43 -0500)]
Fix build breakage.

14 years agoDisallow overwriting one CamelException with another.
Matthew Barnes [Sun, 9 May 2010 15:24:47 +0000 (10:24 -0500)]
Disallow overwriting one CamelException with another.

Make CamelException behave more like GError: accept the first error
and reject subsequent errors with a runtime warning, unless the first
error is cleared first.

This may expose existing error handling bugs in the Camel providers,
but that's what we want: fixing these bugs will smooth the transition
to GError.

14 years agoDon't set a default vertical size for the name selector window
Federico Mena Quintero [Sat, 8 May 2010 00:55:57 +0000 (19:55 -0500)]
Don't set a default vertical size for the name selector window

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoRedo the container hierarchy in the name selector dialog
Federico Mena Quintero [Sat, 8 May 2010 00:52:38 +0000 (19:52 -0500)]
Redo the container hierarchy in the name selector dialog

It was full of misaligned containers and nonsensical ones.
The code is now cleaner as well, with some helper functions
instead of putting everything into add_section().

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoCreate a section in the name selector dialog in its own function
Federico Mena Quintero [Sat, 8 May 2010 00:06:28 +0000 (19:06 -0500)]
Create a section in the name selector dialog in its own function

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoRemove border_width from the name selector's dialog toplevel contents
Federico Mena Quintero [Fri, 7 May 2010 21:55:03 +0000 (16:55 -0500)]
Remove border_width from the name selector's dialog toplevel contents

Its containing GtkDialog will already have added a border on its own,
so this lets us save a few pixels.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoConvert CamelObject events to GObject signals.
Matthew Barnes [Mon, 3 May 2010 01:04:54 +0000 (21:04 -0400)]
Convert CamelObject events to GObject signals.

Also, bump libcamel's soname to 16 since 2.31.1 was released with 15.

14 years agoRemove an unused label in the name selector dialog
Federico Mena Quintero [Fri, 7 May 2010 21:46:00 +0000 (16:46 -0500)]
Remove an unused label in the name selector dialog

This was just taking up empty space, making spacing uneven
in the dialog.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoBug #617168 - WebDAV Addressbook backend should use ctags
Milan Crha [Fri, 7 May 2010 16:27:39 +0000 (18:27 +0200)]
Bug #617168 - WebDAV Addressbook backend should use ctags

14 years agoBug #566354 - Handle server's resource rename on WebDAV PUT response
Milan Crha [Fri, 7 May 2010 15:08:23 +0000 (17:08 +0200)]
Bug #566354 - Handle server's resource rename on WebDAV PUT response

14 years agoBug #566330 - WebDAV addressbook is too strict about content-type
Petr Tomasek [Fri, 7 May 2010 14:43:41 +0000 (16:43 +0200)]
Bug #566330 - WebDAV addressbook is too strict about content-type

14 years agoe_cal_new_from_uri/e_cal_open_default emits runtime warning
Milan Crha [Thu, 6 May 2010 17:43:59 +0000 (19:43 +0200)]
e_cal_new_from_uri/e_cal_open_default emits runtime warning

The warning is "e_source_get_uri () called on source with no absolute URI!"
and it's caused by freeing the ESourceList before ECal creation.
This change is fixing the issue.

14 years agoBug #617881 - Crash on fetch finish with POP3
Milan Crha [Thu, 6 May 2010 15:45:37 +0000 (17:45 +0200)]
Bug #617881 - Crash on fetch finish with POP3

14 years agoBug #240317 - Allow searching in subscribe dialog
Milan Crha [Thu, 6 May 2010 15:17:06 +0000 (17:17 +0200)]
Bug #240317 - Allow searching in subscribe dialog

This makes NNTP return whole folder hierarchy quicker than before.

14 years agopost release version bump
Chenthill Palanisamy [Mon, 3 May 2010 14:34:29 +0000 (20:04 +0530)]
post release version bump

14 years agonews update for 2.31.1 release
Chenthill Palanisamy [Mon, 3 May 2010 12:32:11 +0000 (18:02 +0530)]
news update for 2.31.1 release

14 years agoSet the CamelIMAPXFolder type to OFFLINE_FOLDER type
Chenthill Palanisamy [Mon, 3 May 2010 06:52:31 +0000 (12:22 +0530)]
Set the CamelIMAPXFolder type to OFFLINE_FOLDER type

14 years agoAdd a null check while accessing folder_get_fullname - imapx
Chenthill Palanisamy [Mon, 3 May 2010 04:16:17 +0000 (09:46 +0530)]
Add a null check while accessing folder_get_fullname - imapx

14 years agoFix a crasher in moving large number of messages - imapx
Chenthill Palanisamy [Mon, 3 May 2010 04:03:45 +0000 (09:33 +0530)]
Fix a crasher in moving large number of messages - imapx

14 years agoMake selecting a folder to work - imapx
Chenthill Palanisamy [Mon, 3 May 2010 04:01:25 +0000 (09:31 +0530)]
Make selecting a folder to work - imapx

14 years agoCoding style and whitespace cleanup.
Matthew Barnes [Sat, 1 May 2010 22:15:30 +0000 (18:15 -0400)]
Coding style and whitespace cleanup.

14 years agoFix distcheck errors.
Matthew Barnes [Sat, 1 May 2010 21:25:06 +0000 (17:25 -0400)]
Fix distcheck errors.

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.