platform/upstream/evolution-data-server.git
13 years agoCollect all test code into a top-level "tests" directory
Matthew Barnes [Tue, 22 Mar 2011 17:57:21 +0000 (13:57 -0400)]
Collect all test code into a top-level "tests" directory

This includes both automated unit tests and standalone demo programs.

Test code is partitioned by library.  So far we have:

    tests/libebook
    tests/libecal
    tests/libedata-cal
    tests/libedataserver
    tests/libedataserverui

This makes for a natural place to put additional E-D-S test code, but
still have it compartmentalized in one place (excluding Camel, which is
still tagging along with E-D-S but is not really part of E-D-S).

13 years agoUpdated Gujarati Translations
Sweta Kothari [Tue, 22 Mar 2011 09:13:35 +0000 (14:43 +0530)]
Updated Gujarati Translations

13 years agoBegin Evolution-Data-Server 3.1 development.
Matthew Barnes [Mon, 21 Mar 2011 19:00:04 +0000 (15:00 -0400)]
Begin Evolution-Data-Server 3.1 development.

13 years agoPost-release version bump.
Matthew Barnes [Mon, 21 Mar 2011 14:34:21 +0000 (10:34 -0400)]
Post-release version bump.

13 years agoNEWS update for 2.91.92 release.
Matthew Barnes [Mon, 21 Mar 2011 14:12:37 +0000 (10:12 -0400)]
NEWS update for 2.91.92 release.

13 years agoBug 629032 - GW count is not updated while downloading contacts.
Punit Jain [Mon, 21 Mar 2011 03:46:36 +0000 (09:16 +0530)]
Bug 629032 - GW count is not updated while downloading contacts.

Not displaying the contacts while fetching and the contacts count
on the left top is same as the number of contacts displayed in view.

13 years agoBug 634663 - e-calendar-factory crashes while retracting a meeting.
Punit Jain [Mon, 21 Mar 2011 03:44:16 +0000 (09:14 +0530)]
Bug 634663 - e-calendar-factory crashes while retracting a meeting.

We were sending wrong users list. The patch resolves the issue.

13 years agoRemove ESoapMessage and ESoapResponse
David Woodhouse [Sun, 20 Mar 2011 20:09:14 +0000 (20:09 +0000)]
Remove ESoapMessage and ESoapResponse

These are only used by the EWS back end so far, and I want to revamp them
before we include them in a stable release. We have *large* SOAP requests
and responses, containing the full base64-encoded content of entire MIME
messages... we really want zero-copy for that part, and at the moment the
implementation has about three copies — we have to create a base64 string
in memory, pass it to e_soap_message_write_string() which makes a second
copy in the xmlDoc, then it's converted into a flattened buffer which is
passed to libsoup to send...

Just rip it all out for now; we'll keep a local copy in EWS and can add it
back into EDS 3.1 when we have it looking how we want it.

Don't bother with bumping the libedataserver soname for this; nobody was
using these anyway and they've never been in a stable release. Bumping
the soname as this stage of the release would be too painful.

13 years agoUploaded Ukranian
Daniel Korostil [Sun, 20 Mar 2011 17:57:25 +0000 (19:57 +0200)]
Uploaded Ukranian

13 years agoUploaded Ukranian
Daniel Korostil [Sun, 20 Mar 2011 17:26:47 +0000 (19:26 +0200)]
Uploaded Ukranian

13 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 20 Mar 2011 14:49:53 +0000 (16:49 +0200)]
Updated Latvian translation.

13 years agoUpdated Korean translation
Changwoo Ryu [Sat, 19 Mar 2011 14:05:48 +0000 (23:05 +0900)]
Updated Korean translation

13 years agoCoding style and whitespace cleanup.
Matthew Barnes [Fri, 18 Mar 2011 16:57:02 +0000 (12:57 -0400)]
Coding style and whitespace cleanup.

13 years agoFix linking in calendar/libegdbus/Makefile.am
Matthew Barnes [Fri, 18 Mar 2011 16:01:48 +0000 (12:01 -0400)]
Fix linking in calendar/libegdbus/Makefile.am

GNOME_PLATFORM_LIBS is too broad.  It drags in gtk3, which causes
libecal to link against gtk3, which we definitely don't want.  Use
E_DATA_SERVER_LIBS instead.

Thanks to Benjamin Otte for spotting this.

13 years agoUpdate Simplified Chinese translation.
Lele Long [Fri, 18 Mar 2011 10:51:11 +0000 (10:51 +0000)]
Update Simplified Chinese translation.

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Fri, 18 Mar 2011 07:00:57 +0000 (15:00 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years ago[l10n] Updated German translation
Mario Blättermann [Thu, 17 Mar 2011 09:59:21 +0000 (10:59 +0100)]
[l10n] Updated German translation

13 years agoUpdated Gujarati Translations
Sweta Kothari [Thu, 17 Mar 2011 09:52:45 +0000 (15:22 +0530)]
Updated Gujarati Translations

13 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 15 Mar 2011 21:03:40 +0000 (22:03 +0100)]
Updated Slovenian translation

13 years agoUpdated Telugu Translations
krishnababu k [Tue, 15 Mar 2011 12:37:18 +0000 (18:07 +0530)]
Updated Telugu Translations

13 years agoUpdated Telugu Translations
krishnababu k [Tue, 15 Mar 2011 12:34:12 +0000 (18:04 +0530)]
Updated Telugu Translations

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Mon, 14 Mar 2011 11:53:34 +0000 (12:53 +0100)]
Updated Romanian translation

13 years agoUpdated Romanian translation
crenguta bacaoanu [Mon, 14 Mar 2011 10:45:34 +0000 (11:45 +0100)]
Updated Romanian translation

13 years agoBug #644532 - Crash when opening ESource with local:/system URI
Milan Crha [Mon, 14 Mar 2011 10:21:14 +0000 (11:21 +0100)]
Bug #644532 - Crash when opening ESource with local:/system URI

13 years agoEnsure backend life-time during inner calls
Milan Crha [Mon, 14 Mar 2011 08:06:29 +0000 (09:06 +0100)]
Ensure backend life-time during inner calls

13 years agoImprove libedataserver API docs (not done yet).
Matthew Barnes [Sun, 13 Mar 2011 19:29:45 +0000 (15:29 -0400)]
Improve libedataserver API docs (not done yet).

13 years agol10n: Updated Greek translation
Michael Kotsarinis [Sun, 13 Mar 2011 17:23:09 +0000 (19:23 +0200)]
l10n: Updated Greek translation

13 years agoUpdated British English translation
Bruce Cowan [Sun, 13 Mar 2011 16:01:43 +0000 (16:01 +0000)]
Updated British English translation

13 years agoFinish documenting the libebackend API.
Matthew Barnes [Sat, 12 Mar 2011 19:19:09 +0000 (14:19 -0500)]
Finish documenting the libebackend API.

Starting small; trying to work bottom-up.

13 years agoBug #644367 - Check NNTP server capabilities before using OVER command
Milan Crha [Fri, 11 Mar 2011 15:58:40 +0000 (16:58 +0100)]
Bug #644367 - Check NNTP server capabilities before using OVER command

13 years agoBug #643748 - Slow message_location search rule with maildir accounts
Milan Crha [Fri, 11 Mar 2011 13:21:30 +0000 (14:21 +0100)]
Bug #643748 - Slow message_location search rule with maildir accounts

13 years agoAdd e-passwords-win32.c into POTFILES.in
Milan Crha [Thu, 10 Mar 2011 09:52:24 +0000 (10:52 +0100)]
Add e-passwords-win32.c into POTFILES.in

13 years agoAllow special CAMEL_DEBUG=pop3 to debug pop3 communication only
Milan Crha [Thu, 10 Mar 2011 08:44:37 +0000 (09:44 +0100)]
Allow special CAMEL_DEBUG=pop3 to debug pop3 communication only

13 years agoUpdated Hungarian translation
Gabor Kelemen [Thu, 10 Mar 2011 01:06:33 +0000 (02:06 +0100)]
Updated Hungarian translation

13 years agoUpdated Polish translation
Piotr Drąg [Wed, 9 Mar 2011 18:52:08 +0000 (19:52 +0100)]
Updated Polish translation

13 years agoBug 642783 - CamelLocalFolder: Let glibc's realpath() allocate for us
Emilio Pozuelo Monfort [Tue, 8 Mar 2011 17:45:25 +0000 (12:45 -0500)]
Bug 642783 - CamelLocalFolder: Let glibc's realpath() allocate for us

13 years agoBug 641838 - More compiler warning fixes
Kjartan Maraas [Tue, 8 Mar 2011 14:40:29 +0000 (09:40 -0500)]
Bug 641838 - More compiler warning fixes

13 years agoImprove camel_file_util_encode_fixed_string()
Matthew Barnes [Tue, 8 Mar 2011 14:30:15 +0000 (09:30 -0500)]
Improve camel_file_util_encode_fixed_string()

Allocate the buffer from the heap.  We can't statically declare the
buffer because it's not a fixed size, and allocating an arbitrarily
sized buffer on a stack frame is just asking for trouble.

13 years agoOOps: nothing to see
Fridrich Štrba [Mon, 7 Mar 2011 13:52:49 +0000 (14:52 +0100)]
OOps: nothing to see

13 years agoMiscellaneous build fixes for Windows
Fridrich Štrba [Mon, 7 Mar 2011 10:06:27 +0000 (11:06 +0100)]
Miscellaneous build fixes for Windows

Conflicts:

camel/providers/local/camel-maildir-store.c
camel/providers/local/camel-maildir-summary.c
camel/providers/local/camel-mh-store.c

13 years agoDon't use gnome-keyring to store credentials on Windows
Fridrich Štrba [Mon, 7 Mar 2011 09:48:14 +0000 (10:48 +0100)]
Don't use gnome-keyring to store credentials on Windows

13 years agoPost-release version bump.
Matthew Barnes [Sun, 6 Mar 2011 15:01:53 +0000 (10:01 -0500)]
Post-release version bump.

13 years agoFix distcheck errors.
Matthew Barnes [Sun, 6 Mar 2011 14:47:07 +0000 (09:47 -0500)]
Fix distcheck errors.

13 years agoRemove --disable-gtk3 from DISTCHECK_CONFIGURE_FLAGS.
Matthew Barnes [Sun, 6 Mar 2011 14:40:59 +0000 (09:40 -0500)]
Remove --disable-gtk3 from DISTCHECK_CONFIGURE_FLAGS.

13 years agoNEWS update for 2.91.91 release.
Matthew Barnes [Sun, 6 Mar 2011 14:38:22 +0000 (09:38 -0500)]
NEWS update for 2.91.91 release.

13 years agoUpdated Russian translation
Yuri Myasoedov [Sat, 5 Mar 2011 18:19:27 +0000 (21:19 +0300)]
Updated Russian translation

13 years agoBump BASE_VERSION to 3.0.
Matthew Barnes [Sat, 5 Mar 2011 17:43:40 +0000 (12:43 -0500)]
Bump BASE_VERSION to 3.0.

Looks like GNOME 3.0 might actually happen this cycle.

13 years agoCoding style cleanup.
Matthew Barnes [Sat, 5 Mar 2011 17:35:48 +0000 (12:35 -0500)]
Coding style cleanup.

13 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sat, 5 Mar 2011 13:01:40 +0000 (15:01 +0200)]
Updated Latvian translation.

13 years agoUpdated Catalan translation
David Planella [Sat, 5 Mar 2011 08:08:09 +0000 (09:08 +0100)]
Updated Catalan translation

13 years agoCoding style cleanup.
Matthew Barnes [Sat, 5 Mar 2011 04:11:44 +0000 (23:11 -0500)]
Coding style cleanup.

13 years agoUpdate API documentation.
Matthew Barnes [Sat, 5 Mar 2011 03:28:14 +0000 (22:28 -0500)]
Update API documentation.

13 years agoModularize e-calendar-factory migration.
Matthew Barnes [Wed, 2 Mar 2011 19:37:46 +0000 (14:37 -0500)]
Modularize e-calendar-factory migration.

Rename e_data_cal_migrate() to e_data_cal_migrate_basedir() and rename
the source file similarly.  Makes room for other kinds of migration.

13 years agoModularize e-addressbook-factory migration.
Matthew Barnes [Wed, 2 Mar 2011 19:33:01 +0000 (14:33 -0500)]
Modularize e-addressbook-factory migration.

Rename e_data_book_migrate() to e_data_book_migrate_basedir() and rename
the source file similarly.  Makes room for other kinds of migration.

13 years agoUpdate simplified Chinese translation.
Wei Li [Fri, 4 Mar 2011 12:29:26 +0000 (12:29 +0000)]
Update simplified Chinese translation.

13 years agoe_source_copy() may copy also relative_uri
Milan Crha [Thu, 3 Mar 2011 10:22:29 +0000 (11:22 +0100)]
e_source_copy() may copy also relative_uri

13 years agoEBook cleanups.
Matthew Barnes [Thu, 3 Mar 2011 03:56:01 +0000 (22:56 -0500)]
EBook cleanups.

There's no need to set a GError or invoke any callbacks for programmer
errors.  In fact it's GLib convention not to.  The function should just
emit a runtime warning and get out.

13 years agoUpdated Arabic translation
Khaled Hosny [Wed, 2 Mar 2011 17:55:59 +0000 (19:55 +0200)]
Updated Arabic translation

13 years agoUpdated Portuguese translation
Duarte Loreto [Wed, 2 Mar 2011 00:46:44 +0000 (00:46 +0000)]
Updated Portuguese translation

13 years agoUpdated Italian translation
Luca Ferretti [Tue, 1 Mar 2011 22:39:24 +0000 (23:39 +0100)]
Updated Italian translation

13 years agoUpdated Swedish translation
Daniel Nylander [Mon, 28 Feb 2011 23:27:19 +0000 (00:27 +0100)]
Updated Swedish translation

13 years agoRevert "Convert quoted-printing to UTF-8 when copying from To, CC, or BCC Fields"
Matthew Barnes [Mon, 28 Feb 2011 12:29:25 +0000 (07:29 -0500)]
Revert "Convert quoted-printing to UTF-8 when copying from To, CC, or BCC Fields"

This reverts commit 379f195dd9d3712dcc0621a9cd05694cbd1e2b96.

Original commit reintroduces bug #619347.

13 years agoConvert quoted-printing to UTF-8 when copying from To, CC, or BCC Fields
Vibha Yadav [Mon, 28 Feb 2011 05:48:33 +0000 (11:18 +0530)]
Convert quoted-printing to UTF-8 when copying from To, CC, or BCC Fields

13 years agoUpdated French translation
Bruno Brouard [Sun, 27 Feb 2011 22:21:15 +0000 (23:21 +0100)]
Updated French translation

13 years agoBug #633156 - Runtime warning when creating direct subfolder of On This Computer
Milan Crha [Fri, 25 Feb 2011 15:47:50 +0000 (16:47 +0100)]
Bug #633156 - Runtime warning when creating direct subfolder of On This Computer

13 years agoBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
Milan Crha [Thu, 24 Feb 2011 12:12:09 +0000 (13:12 +0100)]
Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly

13 years agoBug #643095 - Crash when opening invalid multipart/signed message
Milan Crha [Wed, 23 Feb 2011 17:21:18 +0000 (18:21 +0100)]
Bug #643095 - Crash when opening invalid multipart/signed message

13 years agoECalRecur: Convert intervals < 1 into the default (1)
Carlos Martín Nieto [Mon, 21 Feb 2011 15:55:32 +0000 (16:55 +0100)]
ECalRecur: Convert intervals < 1 into the default (1)

Negative intervals have been spotted in the wild. An interval lower
than 1 doesn't make any sense and is against the standard, so if we
see one, we replace it by the default interval of 1.

13 years agoBug #617763 - Cannot create events on Yahoo through CalDAV
Milan Crha [Tue, 22 Feb 2011 11:18:55 +0000 (12:18 +0100)]
Bug #617763 - Cannot create events on Yahoo through CalDAV

13 years agoBug #639201 - Crash on startup - pop3_get_message, camel_pop3_delete_old
Milan Crha [Tue, 22 Feb 2011 08:09:05 +0000 (09:09 +0100)]
Bug #639201 - Crash on startup - pop3_get_message, camel_pop3_delete_old

13 years agoBug #640829 - Can drop text/plain message lines in message preview
Milan Crha [Mon, 21 Feb 2011 12:16:42 +0000 (13:16 +0100)]
Bug #640829 - Can drop text/plain message lines in message preview

13 years agopost release version bump
Chenthill Palanisamy [Mon, 21 Feb 2011 11:29:26 +0000 (16:59 +0530)]
post release version bump

13 years agoNews update for 2.91.90 release
Chenthill Palanisamy [Mon, 21 Feb 2011 09:22:20 +0000 (14:52 +0530)]
News update for 2.91.90 release

13 years agoUpdate Czech translation by Jiri Eischmann
Petr Kovar [Sun, 20 Feb 2011 23:18:31 +0000 (00:18 +0100)]
Update Czech translation by Jiri Eischmann

Reviewed by: Petr Kovar.

13 years agoCoding style and whitespace cleanup.
Matthew Barnes [Sat, 19 Feb 2011 00:37:13 +0000 (19:37 -0500)]
Coding style and whitespace cleanup.

13 years agoCamelTcpStream cleanups.
Matthew Barnes [Fri, 18 Feb 2011 02:44:36 +0000 (21:44 -0500)]
CamelTcpStream cleanups.

13 years agoBug #639483 - Category list includes weather information
hao.h.li [Fri, 18 Feb 2011 13:40:52 +0000 (14:40 +0100)]
Bug #639483 - Category list includes weather information

13 years agoMemory leak fix and return events in proper order
Milan Crha [Thu, 17 Feb 2011 18:26:45 +0000 (19:26 +0100)]
Memory leak fix and return events in proper order

13 years agoBug #638563 - Make string consistent with other providers
Milan Crha [Wed, 16 Feb 2011 16:35:00 +0000 (17:35 +0100)]
Bug #638563 - Make string consistent with other providers

13 years agoBug #638246 - Runtime warning: and_operator: assertion `argc == 2' failed
Milan Crha [Wed, 16 Feb 2011 09:10:29 +0000 (10:10 +0100)]
Bug #638246 - Runtime warning: and_operator: assertion `argc == 2' failed

13 years agoFix few memory leaks
Milan Crha [Mon, 14 Feb 2011 18:12:50 +0000 (19:12 +0100)]
Fix few memory leaks

13 years agoEProxy cleanup.
Matthew Barnes [Mon, 14 Feb 2011 13:16:04 +0000 (08:16 -0500)]
EProxy cleanup.

13 years agoBug #638089 - Some mobile phone contacts are not shown in preview
Milan Crha [Mon, 14 Feb 2011 08:44:18 +0000 (09:44 +0100)]
Bug #638089 - Some mobile phone contacts are not shown in preview

13 years agoUpdated Galician translations
Fran Diéguez [Sun, 13 Feb 2011 12:54:41 +0000 (13:54 +0100)]
Updated Galician translations

13 years agoUpdated Korean translation
Changwoo Ryu [Sat, 12 Feb 2011 18:44:31 +0000 (03:44 +0900)]
Updated Korean translation

13 years agoRemove NULL checks for GObject methods.
Matthew Barnes [Sat, 12 Feb 2011 15:54:39 +0000 (10:54 -0500)]
Remove NULL checks for GObject methods.

As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally.  Remove unnecessary checks.

13 years agoUpdated Spanish translation
Jorge González [Sat, 12 Feb 2011 13:39:20 +0000 (14:39 +0100)]
Updated Spanish translation

13 years agoCamelMaildirStore: Fix memory leak
Carlos Martín Nieto [Sat, 12 Feb 2011 10:53:26 +0000 (11:53 +0100)]
CamelMaildirStore: Fix memory leak

13 years agoBump GTK+ requirement to 3.0.
Matthew Barnes [Thu, 10 Feb 2011 21:51:26 +0000 (16:51 -0500)]
Bump GTK+ requirement to 3.0.

This requirement is now locked until GNOME 3.3 development begins.

13 years agoUpdated Bengali India Translation
Runa Bhattacharjee [Fri, 11 Feb 2011 11:58:07 +0000 (17:28 +0530)]
Updated Bengali India Translation

13 years agoupdated kn translations
Shankar Prasad [Fri, 11 Feb 2011 07:18:21 +0000 (12:48 +0530)]
updated kn translations

13 years agoupdated kn translations
Shankar Prasad [Fri, 11 Feb 2011 07:16:56 +0000 (12:46 +0530)]
updated kn translations

13 years agoupdated kn translations
Shankar Prasad [Thu, 10 Feb 2011 15:47:02 +0000 (21:17 +0530)]
updated kn translations

13 years agoupdated kn translations
Shankar Prasad [Thu, 10 Feb 2011 15:38:25 +0000 (21:08 +0530)]
updated kn translations

13 years agoBe able to define DBus call timeout in configure and runtime
Milan Crha [Wed, 9 Feb 2011 17:40:29 +0000 (18:40 +0100)]
Be able to define DBus call timeout in configure and runtime

13 years agoUpdated Telugu Translations
krishnababu k [Wed, 9 Feb 2011 13:50:36 +0000 (19:20 +0530)]
Updated Telugu Translations

13 years agoupdated kn translations
Shankar Prasad [Wed, 9 Feb 2011 12:20:08 +0000 (17:50 +0530)]
updated kn translations

13 years agoPerform consistency check on local folders based on the parameter 'need-summary-check'
Chenthill Palanisamy [Wed, 9 Feb 2011 05:39:50 +0000 (11:09 +0530)]
Perform consistency check on local folders based on the parameter 'need-summary-check'

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Tue, 8 Feb 2011 19:31:20 +0000 (21:31 +0200)]
[l10n] Updated Estonian translation

13 years agoBug 641757 - Fix warnings from GCC 4.6
Kjartan Maraas [Tue, 8 Feb 2011 06:10:11 +0000 (01:10 -0500)]
Bug 641757 - Fix warnings from GCC 4.6

GCC learned how to find dead assignments.