platform/upstream/evolution-data-server.git
13 years agoBug #627336 - Groupwise cal can return NULL without error on create_object
Milan Crha [Wed, 8 Sep 2010 11:15:51 +0000 (13:15 +0200)]
Bug #627336 - Groupwise cal can return NULL without error on create_object

13 years agoBug #628426 - Fix double free crash caused by the previous patch
Milan Crha [Wed, 8 Sep 2010 11:09:58 +0000 (13:09 +0200)]
Bug #628426 - Fix double free crash caused by the previous patch

13 years agoBug #603044 (bnc) -Issues with Forward as redirect
Chenthill Palanisamy [Wed, 8 Sep 2010 11:02:26 +0000 (16:32 +0530)]
Bug #603044 (bnc) -Issues with Forward as redirect

Forward as redirect does not work properly. Parse the RESENT_* headers
to check if its a redirected email.

Bug Report:
Select a message to be forwarded as a redirect and regardless of which
e-mail address I redirect the message to, it always gets sent to myself.

13 years agoBug #611568 (bnc) - Search fails for Cc recipient.
Bharath Acharya [Wed, 8 Sep 2010 10:12:47 +0000 (15:42 +0530)]
Bug #611568 (bnc) - Search fails for Cc recipient.

Search for Cc recipients fails in Groupwise.

13 years agoBug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically)
David Woodhouse [Wed, 8 Sep 2010 09:43:28 +0000 (10:43 +0100)]
Bug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically)

Instead of bailing out when we need a larger buffer, just grow it.

Start with a 4-byte buffer, to ensure we exercise the reallocation code.
After a little while (and before the release) we can bump that up to something
more sensible like 4KiB.

13 years agoRemove redundant 'tokenptr' field from CamelIMAPXStream
David Woodhouse [Wed, 8 Sep 2010 09:37:00 +0000 (10:37 +0100)]
Remove redundant 'tokenptr' field from CamelIMAPXStream

It never differs from tokenbuf, so just use that.

13 years agoRemove redundant 'tokenend' field from CamelIMAPXStream
David Woodhouse [Wed, 8 Sep 2010 09:35:26 +0000 (10:35 +0100)]
Remove redundant 'tokenend' field from CamelIMAPXStream

13 years agoEnsure end date is generated for master recurrence event while inserting into the...
Chenthill Palanisamy [Wed, 8 Sep 2010 08:11:57 +0000 (13:41 +0530)]
Ensure end date is generated for master recurrence event while inserting into the interval tree

13 years agoFix a memory leak recently created (less work for Milan)
Fridrich Štrba [Wed, 8 Sep 2010 08:08:58 +0000 (10:08 +0200)]
Fix a memory leak recently created (less work for Milan)

13 years agoAvoid having backslashes in uri on windows
Fridrich Štrba [Wed, 8 Sep 2010 08:05:27 +0000 (10:05 +0200)]
Avoid having backslashes in uri on windows

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Wed, 8 Sep 2010 06:05:00 +0000 (09:05 +0300)]
[l10n] Updated Estonian translation

13 years agoUpdated Portuguese translation
Duarte Loreto [Tue, 7 Sep 2010 23:05:13 +0000 (00:05 +0100)]
Updated Portuguese translation

13 years agoIncrease maximum token size to 8KiB
David Woodhouse [Tue, 7 Sep 2010 17:47:04 +0000 (18:47 +0100)]
Increase maximum token size to 8KiB

This is a dirty way to avoid bug #628940 for now

13 years agoHandle error from camel_imapx_stream_token()
David Woodhouse [Tue, 7 Sep 2010 17:46:49 +0000 (18:46 +0100)]
Handle error from camel_imapx_stream_token()

This should prevent bug #628940 from actually crashing Evolution, although
it's still very broken.

13 years agoVarious memory leaks
Milan Crha [Tue, 7 Sep 2010 16:38:33 +0000 (18:38 +0200)]
Various memory leaks

13 years agoFix attachments retrieval issue in groupwise. Add the prefix file:// to the filename...
Chenthill Palanisamy [Tue, 7 Sep 2010 15:01:36 +0000 (20:31 +0530)]
Fix attachments retrieval issue in groupwise. Add the prefix file:// to the filename to form the uri

13 years agoFix a error in previous commit.
Chenthill Palanisamy [Tue, 7 Sep 2010 11:43:40 +0000 (17:13 +0530)]
Fix a error in previous commit.

13 years agoJust add into the interval tree while loading the cache
Chenthill Palanisamy [Tue, 7 Sep 2010 11:36:55 +0000 (17:06 +0530)]
Just add into the interval tree while loading the cache

13 years agoFind the timezone in libical first and then the backend or cache while resolving...
Chenthill Palanisamy [Tue, 7 Sep 2010 11:22:18 +0000 (16:52 +0530)]
Find the timezone in libical first and then the backend or cache while resolving tzids

13 years agoDo not break the api. Add store_put_component_with_time_range. Revert changes from...
Chenthill Palanisamy [Tue, 7 Sep 2010 10:36:18 +0000 (16:06 +0530)]
Do not break the api. Add store_put_component_with_time_range. Revert changes from ECalBackendCache

13 years agoBug #628659 - imapx_sync_changes memory leak
Milan Crha [Tue, 7 Sep 2010 09:00:51 +0000 (11:00 +0200)]
Bug #628659 - imapx_sync_changes memory leak

13 years agoBug #628658 - imapx expunge memory leak
Milan Crha [Tue, 7 Sep 2010 08:14:47 +0000 (10:14 +0200)]
Bug #628658 - imapx expunge memory leak

13 years agoBug #628657 - imapx sync_folders memory leak
Milan Crha [Tue, 7 Sep 2010 07:54:57 +0000 (09:54 +0200)]
Bug #628657 - imapx sync_folders memory leak

13 years agoDisable debug messages
Chenthill Palanisamy [Tue, 7 Sep 2010 07:08:54 +0000 (12:38 +0530)]
Disable debug messages

13 years agoFix more warnings and use glib data types
Chenthill Palanisamy [Tue, 7 Sep 2010 05:33:26 +0000 (11:03 +0530)]
Fix more warnings and use glib data types

13 years agoFix a compilation issue and warnings
Chenthill Palanisamy [Tue, 7 Sep 2010 05:20:26 +0000 (10:50 +0530)]
Fix a compilation issue and warnings

13 years agoconvert to glib data types
Chenthill Palanisamy [Tue, 7 Sep 2010 04:36:32 +0000 (10:06 +0530)]
convert to glib data types

13 years agoUnlock the mutex on one return path. Added some comments
Chenthill Palanisamy [Mon, 6 Sep 2010 14:40:07 +0000 (20:10 +0530)]
Unlock the mutex on one return path. Added some comments

13 years agoPatch from Stanislav Slusny as part of the Google Summer of
Stanislav Slusny [Mon, 6 Sep 2010 14:29:53 +0000 (19:59 +0530)]
Patch from Stanislav Slusny as part of the Google Summer of
Code project to optimize eds calendar memory usage and speed.
Punit Jain <jpunit@novell.com> worked upon this patch and fixed
issues to be able to be upstreamed. Thanks to both of them.

13 years agoBug #628651 - memory leak in imapx_append_message()
Milan Crha [Mon, 6 Sep 2010 19:22:56 +0000 (21:22 +0200)]
Bug #628651 - memory leak in imapx_append_message()

13 years agoBug #628426 - imapx refresh_info memory leak
Milan Crha [Mon, 6 Sep 2010 18:39:48 +0000 (20:39 +0200)]
Bug #628426 - imapx refresh_info memory leak

13 years agoUpdate Simplified Chinese translation.
Aron Xu [Mon, 6 Sep 2010 13:09:12 +0000 (21:09 +0800)]
Update Simplified Chinese translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 6 Sep 2010 08:46:49 +0000 (11:46 +0300)]
Updated Hebrew translation.

13 years agoBug #624135 - Gerror with imap provider when clicked 'cancel'
Milan Crha [Mon, 6 Sep 2010 07:39:13 +0000 (09:39 +0200)]
Bug #624135 - Gerror with imap provider when clicked 'cancel'

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Sun, 5 Sep 2010 11:21:02 +0000 (19:21 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoUpdated French translation
Claude Paroz [Sat, 4 Sep 2010 20:37:06 +0000 (22:37 +0200)]
Updated French translation

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Sat, 4 Sep 2010 10:08:28 +0000 (13:08 +0300)]
[l10n] Updated Estonian translation

13 years agoRemove fatal assertions from libecal.
Matthew Barnes [Fri, 3 Sep 2010 13:27:53 +0000 (09:27 -0400)]
Remove fatal assertions from libecal.

Always return with a warning if at all possible when a programming error
is caught.

13 years agoBug #624229 - Password dialog is not accessible in Subscriptions window
Milan Crha [Fri, 3 Sep 2010 12:39:16 +0000 (14:39 +0200)]
Bug #624229 - Password dialog is not accessible in Subscriptions window

13 years agoBug #611539 - EProxy doesn't use authentication for HTTPS
Milan Crha [Fri, 3 Sep 2010 07:48:45 +0000 (09:48 +0200)]
Bug #611539 - EProxy doesn't use authentication for HTTPS

13 years agoupdate for Punjabi
A S Alam [Fri, 3 Sep 2010 02:37:46 +0000 (08:07 +0530)]
update for Punjabi

13 years agoUpdated Swedish translation
Daniel Nylander [Thu, 2 Sep 2010 23:09:46 +0000 (01:09 +0200)]
Updated Swedish translation

13 years agoBug #627817 - Runtime warning when no default addressbook exists
Milan Crha [Thu, 2 Sep 2010 18:47:08 +0000 (20:47 +0200)]
Bug #627817 - Runtime warning when no default addressbook exists

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 2 Sep 2010 13:49:47 +0000 (15:49 +0200)]
Updated Norwegian bokmål translation

13 years agoBug #625110 - IMAPX : Do not free connection manager on disconnect
Milan Crha [Thu, 2 Sep 2010 12:02:48 +0000 (14:02 +0200)]
Bug #625110 - IMAPX : Do not free connection manager on disconnect

13 years agoBug #624130 - Sasl::challenge reported failure without setting its GError
Milan Crha [Thu, 2 Sep 2010 11:27:58 +0000 (13:27 +0200)]
Bug #624130 - Sasl::challenge reported failure without setting its GError

13 years agoBug #624228 - Gerror with Usenet / nntp
Milan Crha [Thu, 2 Sep 2010 11:05:54 +0000 (13:05 +0200)]
Bug #624228 - Gerror with Usenet / nntp

13 years agoBug #624705 - IMAPX : Deadlock while quiting evolution
Milan Crha [Thu, 2 Sep 2010 10:40:31 +0000 (12:40 +0200)]
Bug #624705 - IMAPX : Deadlock while quiting evolution

13 years agoBug #624702 - Cann't create a new folder in imapx
Milan Crha [Thu, 2 Sep 2010 09:28:49 +0000 (11:28 +0200)]
Bug #624702 - Cann't create a new folder in imapx

13 years agoFix bogus console warning message from IMAP offline journal
Milan Crha [Thu, 2 Sep 2010 07:52:41 +0000 (09:52 +0200)]
Fix bogus console warning message from IMAP offline journal

There could be a deleted message in an offline journal in an IMAP account,
and while replying such journal the error message was reported to the caller
about not being able to find it, and the offline entry wasn't removed.
This change ignores the error to be able to get rid of the entry.

13 years agoBug #624318 - Don't claim "CamelOperation status stack non empty"
Milan Crha [Wed, 1 Sep 2010 17:41:43 +0000 (19:41 +0200)]
Bug #624318 - Don't claim "CamelOperation status stack non empty"

13 years ago[l10n] fixed bug #574857
Andika Triwidada [Wed, 1 Sep 2010 15:10:25 +0000 (22:10 +0700)]
[l10n] fixed bug #574857

13 years ago[l10n] fixed bug #574857
Andika Triwidada [Wed, 1 Sep 2010 15:04:55 +0000 (22:04 +0700)]
[l10n] fixed bug #574857

13 years agoBug #569329 - [groupwise] EDS crashed when checking contacts
Milan Crha [Wed, 1 Sep 2010 14:48:01 +0000 (16:48 +0200)]
Bug #569329 - [groupwise] EDS crashed when checking contacts

13 years agoBug #628485 - Accessing freed memory in EContactStore::dispose
Milan Crha [Wed, 1 Sep 2010 13:12:15 +0000 (15:12 +0200)]
Bug #628485 - Accessing freed memory in EContactStore::dispose

13 years agoBug #624027 - Groupwise cal doesn't use store's default_timezone
Milan Crha [Wed, 1 Sep 2010 09:53:30 +0000 (11:53 +0200)]
Bug #624027 - Groupwise cal doesn't use store's default_timezone

13 years agoEnable imapx debugging if CAMEL_DEBUG=all
David Woodhouse [Wed, 1 Sep 2010 09:47:02 +0000 (10:47 +0100)]
Enable imapx debugging if CAMEL_DEBUG=all

13 years agoFix calls of e_data_book_view_unref
Milan Crha [Wed, 1 Sep 2010 09:43:06 +0000 (11:43 +0200)]
Fix calls of e_data_book_view_unref

13 years agoBug #628100 - Weather's cal get_object can ask for nonexistent comp
Milan Crha [Wed, 1 Sep 2010 08:43:57 +0000 (10:43 +0200)]
Bug #628100 - Weather's cal get_object can ask for nonexistent comp

13 years agoBug #623912 - SMTP::query_auth_types should not use NULL hash table
Milan Crha [Wed, 1 Sep 2010 08:26:02 +0000 (10:26 +0200)]
Bug #623912 - SMTP::query_auth_types should not use NULL hash table

13 years agoUpdate British English translation
Philip Withnall [Wed, 1 Sep 2010 08:22:35 +0000 (09:22 +0100)]
Update British English translation

13 years agol10n: Updated Greek translation for evolution-exchange
Simos Xenitellis [Tue, 31 Aug 2010 20:27:26 +0000 (23:27 +0300)]
l10n: Updated Greek translation for evolution-exchange

13 years agoUpdated Indonesian translation
Dirgita [Tue, 31 Aug 2010 19:37:53 +0000 (02:37 +0700)]
Updated Indonesian translation

13 years agoFollow-up fixes of bug #627871
Milan Crha [Tue, 31 Aug 2010 14:35:12 +0000 (16:35 +0200)]
Follow-up fixes of bug #627871

- memory leaks in ENameSelector (e-addressbook-factory didn't close)
- unsubscribe from NameOwnerChanged and closed GDBus signals (both ECal and EBook)
- report about "factory vanished" only with active ECal/EBook
- unwrap_gerror on async open of ECal

13 years agoBug 627627 - Evolution not saving mail labels
Chenthill Palanisamy [Tue, 31 Aug 2010 12:14:51 +0000 (17:44 +0530)]
Bug 627627 - Evolution not saving mail labels

13 years agoBug #627871 - e-name-selector crash
Milan Crha [Tue, 31 Aug 2010 12:16:36 +0000 (14:16 +0200)]
Bug #627871 - e-name-selector crash

13 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 30 Aug 2010 17:01:11 +0000 (19:01 +0200)]
Updated Slovenian translation

13 years agoESourceList: Fix signal registrations.
Matthew Barnes [Mon, 30 Aug 2010 12:31:22 +0000 (08:31 -0400)]
ESourceList: Fix signal registrations.

Possibly related to bug #623933.

13 years agoBug 627609 - imapx user_flags memory leak in imapx_untagged()
Chenthill Palanisamy [Mon, 30 Aug 2010 12:12:59 +0000 (17:42 +0530)]
Bug 627609 - imapx user_flags memory leak in imapx_untagged()

13 years agoRemove non-existent symbols from Camel API docs.
Matthew Barnes [Mon, 30 Aug 2010 11:21:12 +0000 (07:21 -0400)]
Remove non-existent symbols from Camel API docs.

13 years agobug 627617 - calendar memory leak
Chenthill Palanisamy [Mon, 30 Aug 2010 06:53:05 +0000 (12:23 +0530)]
bug 627617 - calendar memory leak

13 years agoPost-release version bump.
Matthew Barnes [Sun, 29 Aug 2010 23:36:43 +0000 (19:36 -0400)]
Post-release version bump.

13 years agoNEWS update for 2.31.91 release.
Matthew Barnes [Sun, 29 Aug 2010 23:33:18 +0000 (19:33 -0400)]
NEWS update for 2.31.91 release.

13 years agoUpdated Galician translations
Fran Diéguez [Sun, 29 Aug 2010 14:16:06 +0000 (16:16 +0200)]
Updated Galician translations

13 years agoUpdated Spanish translation
Jorge González [Sun, 29 Aug 2010 09:29:22 +0000 (11:29 +0200)]
Updated Spanish translation

13 years agoAdd "Since: 2.32" doc tags to new symbols.
Matthew Barnes [Sun, 29 Aug 2010 01:05:27 +0000 (21:05 -0400)]
Add "Since: 2.32" doc tags to new symbols.

13 years agoBug 628196 - Miscellaneous string fixes
Philip Withnall [Sat, 28 Aug 2010 23:38:40 +0000 (19:38 -0400)]
Bug 628196 - Miscellaneous string fixes

13 years agoCoding style and whitespace cleanup.
Matthew Barnes [Sat, 28 Aug 2010 20:34:14 +0000 (16:34 -0400)]
Coding style and whitespace cleanup.

13 years agoUpdate British English translation
Philip Withnall [Sat, 28 Aug 2010 11:25:58 +0000 (12:25 +0100)]
Update British English translation

13 years agoBug 627616 - CamelIMAPXStoreSummary never frees its namespace list
Matthew Barnes [Fri, 27 Aug 2010 16:13:30 +0000 (12:13 -0400)]
Bug 627616 - CamelIMAPXStoreSummary never frees its namespace list

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Fri, 27 Aug 2010 16:05:51 +0000 (19:05 +0300)]
[l10n] Updated Estonian translation

13 years agoUpdate Galician translations
Fran Diéguez [Fri, 27 Aug 2010 15:39:46 +0000 (17:39 +0200)]
Update Galician translations

13 years agoFix another memory leak in imapx qresync
David Woodhouse [Wed, 25 Aug 2010 18:19:48 +0000 (19:19 +0100)]
Fix another memory leak in imapx qresync

13 years agoBug 627854 - imapx conn-manager memory leak
Matthew Barnes [Fri, 27 Aug 2010 15:07:17 +0000 (11:07 -0400)]
Bug 627854 - imapx conn-manager memory leak

13 years agoBug 627876 - PangoAttrList leak in ENameSelectorEntry
Matthew Barnes [Fri, 27 Aug 2010 14:57:29 +0000 (10:57 -0400)]
Bug 627876 - PangoAttrList leak in ENameSelectorEntry

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 27 Aug 2010 13:27:46 +0000 (16:27 +0300)]
Updated Hebrew translation.

13 years agoBug #627333 - Cannot cancel password dialog for an addressbook
Milan Crha [Fri, 27 Aug 2010 09:11:11 +0000 (11:11 +0200)]
Bug #627333 - Cannot cancel password dialog for an addressbook

13 years agoUpdated French translation
Bruno Brouard [Thu, 26 Aug 2010 19:11:04 +0000 (21:11 +0200)]
Updated French translation

13 years agoUpdated Spanish translation
Jorge González [Thu, 26 Aug 2010 17:44:12 +0000 (19:44 +0200)]
Updated Spanish translation

13 years agoBug #625579 - Corruption of mbox file should be properly reported
Milan Crha [Thu, 26 Aug 2010 17:18:52 +0000 (19:18 +0200)]
Bug #625579 - Corruption of mbox file should be properly reported

13 years agoBug 627855 - smtp_auth() memory leak
David Woodhouse [Wed, 25 Aug 2010 18:14:37 +0000 (19:14 +0100)]
Bug 627855 - smtp_auth() memory leak

13 years agoDo not unref EDataBook before done with it (part of bug #627332)
Milan Crha [Wed, 25 Aug 2010 15:14:09 +0000 (17:14 +0200)]
Do not unref EDataBook before done with it (part of bug #627332)

13 years agoBug #627937 - Crash on email Add to a contact list
Milan Crha [Wed, 25 Aug 2010 13:22:49 +0000 (15:22 +0200)]
Bug #627937 - Crash on email Add to a contact list

13 years agol10n: Updated Greek translation for evolution-data-server
Giannis Katsampirhs [Wed, 25 Aug 2010 11:14:32 +0000 (14:14 +0300)]
l10n: Updated Greek translation for evolution-data-server

13 years agoBug 627610 - imapx store summary memory leak
David Woodhouse [Tue, 24 Aug 2010 12:44:21 +0000 (13:44 +0100)]
Bug 627610 - imapx store summary memory leak

13 years agoBug #625115 - Changes notified from backends aren't propagated to UI
Milan Crha [Tue, 24 Aug 2010 12:16:29 +0000 (14:16 +0200)]
Bug #625115 - Changes notified from backends aren't propagated to UI

13 years agoBug #625514 - Client doesn't recognize server close/crash on GDBus
Milan Crha [Tue, 24 Aug 2010 09:01:05 +0000 (11:01 +0200)]
Bug #625514 - Client doesn't recognize server close/crash on GDBus

13 years agoFix SEGV when imapx_parse_list() fails
David Woodhouse [Tue, 24 Aug 2010 00:18:32 +0000 (01:18 +0100)]
Fix SEGV when imapx_parse_list() fails

13 years agoBug 627599 - Memory leak in imapx qresync
David Woodhouse [Tue, 24 Aug 2010 00:11:55 +0000 (01:11 +0100)]
Bug 627599 - Memory leak in imapx qresync

13 years agoBug 627597 - Memory leak in user_delete_text()
David Woodhouse [Tue, 24 Aug 2010 00:06:45 +0000 (01:06 +0100)]
Bug 627597 - Memory leak in user_delete_text()