platform/upstream/evolution-data-server.git
11 years agoBug #687865 - Shows old reminders for GOA accounts
Milan Crha [Tue, 13 Nov 2012 07:37:40 +0000 (08:37 +0100)]
Bug #687865 - Shows old reminders for GOA accounts

11 years agoRevert "EBookBackendGoogle: Make room for other authorizers."
Matthew Barnes [Tue, 13 Nov 2012 00:17:29 +0000 (19:17 -0500)]
Revert "EBookBackendGoogle: Make room for other authorizers."

This reverts commit a5dae1a780f898ab453f574440ca02e108b4ebef.

Actually no, don't want to do that.  Misread the code.

11 years agoEBookBackendGoogle: Make room for other authorizers.
Matthew Barnes [Mon, 12 Nov 2012 23:56:10 +0000 (18:56 -0500)]
EBookBackendGoogle: Make room for other authorizers.

11 years agoUpdate German translation
Christian Kirbach [Mon, 12 Nov 2012 21:49:34 +0000 (22:49 +0100)]
Update German translation

11 years agoEDataBookFactory: Remove the GOA-specific bits.
Matthew Barnes [Mon, 12 Nov 2012 16:44:11 +0000 (11:44 -0500)]
EDataBookFactory: Remove the GOA-specific bits.

Defer to the gnome-online-accounts module.  See the previous commit.

11 years agognome-online-accounts: Add an EDataFactory extension.
Matthew Barnes [Mon, 12 Nov 2012 16:38:45 +0000 (11:38 -0500)]
gnome-online-accounts: Add an EDataFactory extension.

This extension takes over for the GOA bits in EDataBookFactory.

Install this extension to both the addressbook and calendar backend
directories, even though only EBookBackendGoogle uses it at present.

11 years agoEDataFactory: Add a "backend-created" signal.
Matthew Barnes [Mon, 12 Nov 2012 14:31:16 +0000 (09:31 -0500)]
EDataFactory: Add a "backend-created" signal.

Allows EDataFactory extensions to catch newly-created backends and
perform additional initialization on it.

The use case I have in mind is to move all the GOA initialization in
EDataBookFactory to the gnome-online-accounts module as an extension.

Note this uses one of the reserved pointer slots in EDataFactoryClass
and therefore does not break ABI.

11 years agoRemove unused OAUTH_CFLAGS / OAUTH_LIBS.
Matthew Barnes [Mon, 12 Nov 2012 11:54:26 +0000 (06:54 -0500)]
Remove unused OAUTH_CFLAGS / OAUTH_LIBS.

Missed these when I removed the liboauth dependency.

11 years agoCoding style and whitespace cleanup.
Matthew Barnes [Sat, 10 Nov 2012 02:54:46 +0000 (21:54 -0500)]
Coding style and whitespace cleanup.

11 years agoUpdated POTFILES.in
Piotr Drąg [Fri, 9 Nov 2012 23:29:49 +0000 (00:29 +0100)]
Updated POTFILES.in

11 years agoEBookBackendSqliteDB cleanups.
Matthew Barnes [Fri, 9 Nov 2012 16:25:13 +0000 (11:25 -0500)]
EBookBackendSqliteDB cleanups.

Improve error handling and make commits/rollbacks less awkward.

11 years agoUse g_type_ensure() where applicable.
Matthew Barnes [Fri, 9 Nov 2012 12:49:33 +0000 (07:49 -0500)]
Use g_type_ensure() where applicable.

11 years agoCamelIMAPXServer: Work around crash in imapx_exit_idle().
Matthew Barnes [Fri, 9 Nov 2012 11:29:21 +0000 (06:29 -0500)]
CamelIMAPXServer: Work around crash in imapx_exit_idle().

g_cond_clear() doesn't like being given an uninitialized GCond.

The "start_watch_cond" and "start_watch_exit" structures are being
cleared unconditionally, so we should initialize them unconditionally.

11 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 8 Nov 2012 20:36:46 +0000 (21:36 +0100)]
Updated Slovenian translation

11 years agoRestore e_flag_timed_wait().
Matthew Barnes [Thu, 8 Nov 2012 13:30:22 +0000 (08:30 -0500)]
Restore e_flag_timed_wait().

Just deprecate the function, don't delete it.  GTimeVal isn't going
away any time soon.  It's not worth a libedataserver soname bump.

11 years agoDisabled debug print in EBookBackendFile
Tristan Van Berkom [Thu, 8 Nov 2012 11:28:06 +0000 (20:28 +0900)]
Disabled debug print in EBookBackendFile

This was somehow missed in my last commit.

11 years agoLocal file backend modified to use sqlite db exclusively
Tristan Van Berkom [Mon, 29 Oct 2012 06:33:09 +0000 (15:33 +0900)]
Local file backend modified to use sqlite db exclusively

Patch includes a migration routine to migrate data from a previously
installed BDB.

11 years agoEBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set_revision()
Tristan Van Berkom [Mon, 29 Oct 2012 05:40:47 +0000 (14:40 +0900)]
EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set_revision()

In preperation for the migration, there needs to be a way to persist the
overall addressbook revision. This patch also increments the internal
SQLite DB format version and adds the new revision column to for main
folders table of an addressbook (and increments the stored DB version)
if the DB version is out of date.

11 years agoEBookBackendSqliteDB: Fixed sexp interpretation for 'id' field.
Tristan Van Berkom [Mon, 29 Oct 2012 05:34:55 +0000 (14:34 +0900)]
EBookBackendSqliteDB: Fixed sexp interpretation for 'id' field.

In the sqlite backend, the 'id' is stored as the 'uid' column.

11 years agoRevert "calendar: Drop old ECalSourceTypeEnum from introspected API"
Matthew Barnes [Wed, 7 Nov 2012 13:31:52 +0000 (08:31 -0500)]
Revert "calendar: Drop old ECalSourceTypeEnum from introspected API"

This reverts commit 3183733023f022a89980cbf3f7292bde0bbd9954.

We no longer introspect deprecated API.  Remove the cruft.

11 years agoDisable runtime check in source_registry_initable_init().
Matthew Barnes [Wed, 7 Nov 2012 12:53:56 +0000 (07:53 -0500)]
Disable runtime check in source_registry_initable_init().

Rationale explained in the source code.

11 years agoBug 687694 - imapx_untagged_vanished() is inefficient
Dan Williams [Wed, 7 Nov 2012 11:59:51 +0000 (06:59 -0500)]
Bug 687694 - imapx_untagged_vanished() is inefficient

For uid->len = 318320, timing the loop yields:

g_list_append(): 60+ seconds
g_list_prepend(): 0.3 seconds

11 years agoBug #687642 - Crash under caldav_synch_slave_loop()
Milan Crha [Wed, 7 Nov 2012 12:08:51 +0000 (13:08 +0100)]
Bug #687642 - Crash under caldav_synch_slave_loop()

11 years agoBug #669082 - Workaround crash in imapx_command_copy_messages_step_done()
Andreas Kohn [Wed, 7 Nov 2012 11:32:28 +0000 (12:32 +0100)]
Bug #669082 - Workaround crash in imapx_command_copy_messages_step_done()

11 years agoGoogle: allow writing X-GOOGLE-SYSTEM-GROUP-IDS
Giovanni Campagna [Sun, 28 Oct 2012 15:24:46 +0000 (16:24 +0100)]
Google: allow writing X-GOOGLE-SYSTEM-GROUP-IDS

We expose GData system groups as an extended attribute with that
name, but if we found it in the EContact we would turn it into
an extended property. Instead, marshal the system group IDs into
Evolution categories, and then those into GData groups or system
groups.

https://bugzilla.gnome.org/show_bug.cgi?id=687051

11 years agoBug #687776 - E-D-S crash in local address book
Milan Crha [Tue, 6 Nov 2012 17:58:12 +0000 (18:58 +0100)]
Bug #687776 - E-D-S crash in local address book

11 years agoIntroduce --enable-strict configure option
Milan Crha [Tue, 6 Nov 2012 10:07:07 +0000 (11:07 +0100)]
Introduce --enable-strict configure option

This is currently used to add extra AM_CPPFLAGS to disable
deprecated symbols from GLib.

11 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 5 Nov 2012 20:06:43 +0000 (21:06 +0100)]
Updated Norwegian bokmål translation

11 years agoUse soup_message_headers_get_list() as a replacement of soup_message_headers_get()
Milan Crha [Mon, 5 Nov 2012 19:51:41 +0000 (20:51 +0100)]
Use soup_message_headers_get_list() as a replacement of soup_message_headers_get()

CalDAV backend didn't receive proper value for access right, which
caused reject of the login to the server.

11 years agoReplace deprecated soup_message_headers_get()
Milan Crha [Mon, 5 Nov 2012 19:39:59 +0000 (20:39 +0100)]
Replace deprecated soup_message_headers_get()

11 years agoReplace deprecated GLib symbols (as of GLib 2.34.x)
Milan Crha [Mon, 5 Nov 2012 19:19:01 +0000 (20:19 +0100)]
Replace deprecated GLib symbols (as of GLib 2.34.x)

11 years ago[l10n] Fixed German translation, bug #687562
Paul Menzel [Sun, 4 Nov 2012 21:43:32 +0000 (22:43 +0100)]
[l10n] Fixed German translation, bug #687562

11 years agoEBookBackendSqliteDB: Add argument guards.
Matthew Barnes [Sun, 4 Nov 2012 16:41:16 +0000 (11:41 -0500)]
EBookBackendSqliteDB: Add argument guards.

11 years agoUpdated Russian translation
Yuri Myasoedov [Sun, 4 Nov 2012 16:21:41 +0000 (20:21 +0400)]
Updated Russian translation

11 years agovala: Remove unused metadata.
Matthew Barnes [Fri, 2 Nov 2012 22:01:35 +0000 (18:01 -0400)]
vala: Remove unused metadata.

11 years agoExclude deprecated API from introspection.
Matthew Barnes [Fri, 2 Nov 2012 21:49:13 +0000 (17:49 -0400)]
Exclude deprecated API from introspection.

Deprecated APIs were deprecated for a reason.  The last thing we
should be doing is enabling their continued use in other languages.

Henceforth, any symbols tagged with EDS_DISABLED_DEPRECATED will be
automatically excluded from introspection and language bindings.

11 years agoIntrospection cleanups.
Matthew Barnes [Fri, 2 Nov 2012 21:47:38 +0000 (17:47 -0400)]
Introspection cleanups.

11 years agoRemove E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED.
Matthew Barnes [Fri, 2 Nov 2012 20:57:39 +0000 (16:57 -0400)]
Remove E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED.

We already use EDS_DISABLE_DEPRECATED, these other definitions only
confuse matters.

11 years agoSuppress g-ir-scanner warnings.
Matthew Barnes [Fri, 2 Nov 2012 20:33:03 +0000 (16:33 -0400)]
Suppress g-ir-scanner warnings.

They're far too noisy, and make it difficult to spot new C compiler
warnings, which are the only ones I care about.  We can enable them
again when we're serious about cleaning them up.  In the meantime,
they're just getting in the way.

11 years agocalendar: Drop old ECalSourceTypeEnum from introspected API
Colin Walters [Fri, 2 Nov 2012 18:29:13 +0000 (14:29 -0400)]
calendar: Drop old ECalSourceTypeEnum from introspected API

It clashes when generating the vala bindings, and we're just keeping
it around for C API consumers.

11 years agoe-cal-view.c: Remove unnecessary #includes.
Matthew Barnes [Fri, 2 Nov 2012 17:43:38 +0000 (13:43 -0400)]
e-cal-view.c: Remove unnecessary #includes.

11 years agoe-cal.c: Remove unnecessary #includes.
Matthew Barnes [Fri, 2 Nov 2012 17:43:22 +0000 (13:43 -0400)]
e-cal.c: Remove unnecessary #includes.

11 years agoe-book-view.c: Remove unnecessary #includes.
Matthew Barnes [Fri, 2 Nov 2012 17:42:57 +0000 (13:42 -0400)]
e-book-view.c: Remove unnecessary #includes.

11 years agoe-book.c: Remove unnecessary #includes.
Matthew Barnes [Fri, 2 Nov 2012 17:41:49 +0000 (13:41 -0400)]
e-book.c: Remove unnecessary #includes.

11 years agoUpdate libedataserverui API documentation.
Matthew Barnes [Fri, 2 Nov 2012 17:28:05 +0000 (13:28 -0400)]
Update libedataserverui API documentation.

11 years agoFix invalid Gtk-Doc syntax in comments.
Matthew Barnes [Fri, 2 Nov 2012 17:15:00 +0000 (13:15 -0400)]
Fix invalid Gtk-Doc syntax in comments.

Not certain this is everything, just what I could find.

11 years agoReimplement ECal using ECalClient.
Matthew Barnes [Fri, 2 Nov 2012 13:12:38 +0000 (09:12 -0400)]
Reimplement ECal using ECalClient.

This is primarily so I don't have to duplicate work while overhauling
the D-Bus API, but it's good to do anyway; it simplifies the deprecated
logic and helps ensure the two APIs behave consistently.

11 years agoReimplement ECalView using ECalClientView.
Matthew Barnes [Fri, 2 Nov 2012 11:41:22 +0000 (07:41 -0400)]
Reimplement ECalView using ECalClientView.

This is primarily so I don't have to duplicate work while overhauling
the D-Bus API, but it's good to do anyway; it simplifies the deprecated
logic and helps ensure the two APIs behave consistently.

11 years agoReimplement EBook using EBookClient.
Matthew Barnes [Mon, 29 Oct 2012 21:44:32 +0000 (17:44 -0400)]
Reimplement EBook using EBookClient.

This is primarily so I don't have to duplicate work while overhauling
the D-Bus API, but it's good to do anyway: it simplifies the deprecated
logic and helps ensure the two APIs behave consistently.

11 years agoReimplement EBookView using EBookClientView.
Matthew Barnes [Tue, 30 Oct 2012 00:24:14 +0000 (20:24 -0400)]
Reimplement EBookView using EBookClientView.

This is primarily so I don't have to duplicate work while overhauling
the D-Bus API, but it's good to do anyway: it simplifies the deprecated
logic and helps ensure the two APIs behave consistently.

11 years agoe-cal-view.h cleanups.
Matthew Barnes [Fri, 2 Nov 2012 13:19:16 +0000 (09:19 -0400)]
e-cal-view.h cleanups.

11 years agoe-book-view.h cleanups.
Matthew Barnes [Fri, 2 Nov 2012 13:13:53 +0000 (09:13 -0400)]
e-book-view.h cleanups.

11 years agoe_async_closure_callback: Do not test 'object' parameter validity
Milan Crha [Fri, 2 Nov 2012 10:09:03 +0000 (11:09 +0100)]
e_async_closure_callback: Do not test 'object' parameter validity

It is unnecessary to test validity of the 'object' parameter,
especially when this callback does nothing with it. The reason
is that the secret_password_store() calls the callback with NULL
'object', which leads to a deadlock on the source registry side.

11 years agoBug #685090 - GOA EWS module doesn't save all required values
Milan Crha [Fri, 2 Nov 2012 09:39:26 +0000 (10:39 +0100)]
Bug #685090 - GOA EWS module doesn't save all required values

11 years agoCollection's child source Enabled should match collections Enabled
Milan Crha [Fri, 2 Nov 2012 08:28:55 +0000 (09:28 +0100)]
Collection's child source Enabled should match collections Enabled

11 years agoRevert "Revert "Bug #678400 - ECollectionBackend populates disabled accounts""
Milan Crha [Fri, 2 Nov 2012 08:24:50 +0000 (09:24 +0100)]
Revert "Revert "Bug #678400 - ECollectionBackend populates disabled accounts""

This reverts commit 1c4fb39c131a03428035a2035fca8ea462fc7714,
because the initial revert was a misunderstanding of the change.

11 years agoAdd AllowAuthPromptAll() method to SourceManager interface.
Matthew Barnes [Thu, 1 Nov 2012 17:52:05 +0000 (13:52 -0400)]
Add AllowAuthPromptAll() method to SourceManager interface.

Equivalent to calling AllowAuthPrompt() on each exported data source,
but cuts way down on the D-Bus traffic.  Since the registry service is
commonly activated during a desktop session startup, this can actually
clog up the session bus and slow down login.

This leaves the source-specific AllowAuthPrompt() method unused, but
there are still use cases for it which we haven't implemented yet, so
leave it be.

11 years agoRemove version number from ${privincludedir}.
Matthew Barnes [Thu, 1 Nov 2012 13:38:49 +0000 (09:38 -0400)]
Remove version number from ${privincludedir}.

Last man standing, so may as well.  Version not needed there either.

11 years agoRemove erroneous version number from ${privlibdir}.
Matthew Barnes [Thu, 1 Nov 2012 13:35:00 +0000 (09:35 -0400)]
Remove erroneous version number from ${privlibdir}.

This slipped through because we don't actually reference ${privlibdir}
in our backend/module/provider directory definitions.  Fix that too.

Also, some pkg-config files needed to be tweaked as a result of this.

11 years agoRemove version number from ${privdatadir}.
Matthew Barnes [Thu, 1 Nov 2012 11:35:39 +0000 (07:35 -0400)]
Remove version number from ${privdatadir}.

In talking to some people at Red Hat about how to deploy pre-configured
Evolution accounts, one thing I suggested is to provide a package which
installs .source files to one of the system-wide locations:

    /usr/share/evolution-data-server-3.8/ro-sources
    /usr/share/evolution-data-server-3.8/rw-sources

But that's not going to work in general with the version number in the
path.  Upgrading E-D-S to, say, 3.10 would invalidate such a package.

Remove the version number from our ${privdatadir}.  It's not needed.

11 years agoBug #681962 - Identify server certificates by hostname and fingerprint
Milan Crha [Tue, 30 Oct 2012 17:59:40 +0000 (18:59 +0100)]
Bug #681962 - Identify server certificates by hostname and fingerprint

11 years agoBug #685034 - [imapx] Read status of email is not persisted correctly
Milan Crha [Tue, 30 Oct 2012 17:48:30 +0000 (18:48 +0100)]
Bug #685034 - [imapx] Read status of email is not persisted correctly

11 years agoBug #687100 - Crash under cal_backend_contacts_remove_book_record()
Milan Crha [Mon, 29 Oct 2012 16:05:22 +0000 (17:05 +0100)]
Bug #687100 - Crash under cal_backend_contacts_remove_book_record()

11 years agoBug #686924 - Doesn't parse Gerrit encoded From address correctly
Milan Crha [Mon, 29 Oct 2012 14:12:02 +0000 (15:12 +0100)]
Bug #686924 - Doesn't parse Gerrit encoded From address correctly

11 years agoimapx_command_start: Improve handling of write-to-stream error.
Matthew Barnes [Sun, 28 Oct 2012 11:38:10 +0000 (07:38 -0400)]
imapx_command_start: Improve handling of write-to-stream error.

For some reason we were calling camel_stream_write_string() without
passing a GError, and on failure setting a very generic error message
and losing potentially useful information about the actual error.

11 years agoUse code coverage macros from gnome-common.
Matthew Barnes [Sat, 27 Oct 2012 16:27:04 +0000 (12:27 -0400)]
Use code coverage macros from gnome-common.

The GNOME_CODE_COVERAGE macro in gnome-common automates the process
nicely.  Just run "make check-code-coverage" from the top-level source
directory (or from any of the "tests" subdirectories) and open the nice
coverage analysis report:

    evolution-data-server-x.y.z-coverage/index.html

11 years agoBug 685986 - ESourceRegistry: Wait for signals after creating sources
Matthew Barnes [Sat, 27 Oct 2012 02:45:59 +0000 (22:45 -0400)]
Bug 685986 - ESourceRegistry: Wait for signals after creating sources

e_source_registry_create_sources_sync() now waits for "object-added"
signals from its GDBusObjectManagerClient before returning.  This allows
the newly-created ESources to be obtained immediately after the function
returns.  Prior to this there was a small delay before the newly-created
ESources became available through the ESourceRegistry API.

There is a caveat to this.  If any of the scratch ESources reference a
parent UID which is not presently exported by the registry service, the
registry service will refuse to export the newly-created ESource until
its parent becomes available.

In this scenario, to avoid waiting forever for an "object-added" signal
that isn't coming, we place a limit on the wait time (two seconds).  If
this time limit expires, we return from the function regardless.

11 years agoAdd a test case for bug 685986.
Matthew Barnes [Fri, 26 Oct 2012 20:34:10 +0000 (16:34 -0400)]
Add a test case for bug 685986.

Managed to reproduce the bug using the test case.

11 years agoPrototype a D-Bus unit test harness.
Matthew Barnes [Fri, 26 Oct 2012 20:30:20 +0000 (16:30 -0400)]
Prototype a D-Bus unit test harness.

Add functions for programmatically overriding XDG base directories
and launching a private D-Bus session bus using GTestDBus.

This requires Evolution-Data-Server to be installed, since the test
harness references D-Bus service files by the installation prefix.

11 years agoBump minimum GLib requirement to 2.34.
Matthew Barnes [Fri, 26 Oct 2012 20:27:36 +0000 (16:27 -0400)]
Bump minimum GLib requirement to 2.34.

Need to utilize the GTestDBus API, which is new in 2.34.

11 years agoUpdated Indonesian translation
Andika Triwidada [Sat, 27 Oct 2012 08:33:20 +0000 (15:33 +0700)]
Updated Indonesian translation

11 years agoBug 686719 - Missing linker flags in Camel tests
JB Lallement [Fri, 26 Oct 2012 15:26:13 +0000 (11:26 -0400)]
Bug 686719 - Missing linker flags in Camel tests

11 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 25 Oct 2012 17:52:58 +0000 (19:52 +0200)]
Updated Slovenian translation

11 years agoPrefer e_source_registry_check_enabled().
Matthew Barnes [Thu, 25 Oct 2012 14:59:59 +0000 (10:59 -0400)]
Prefer e_source_registry_check_enabled().

Prefer e_source_registry_check_enabled() over e_source_get_enabled()
for most instances where we want to exclude disabled data sources.

11 years agoAdd e_source_registry_check_enabled().
Matthew Barnes [Thu, 25 Oct 2012 14:38:43 +0000 (10:38 -0400)]
Add e_source_registry_check_enabled().

Checks the enabled state of a given #ESource and of its ancestors to
determine if the #ESource should be displayed or acted on.

This is somewhat similar to widget sensitivity in GTK+.
cf. gtk_widget_get_sensitive() versus gtk_widget_is_sensitive()

11 years agoBug #680497 - POP3 re-adds messages to local Inbox
Milan Crha [Thu, 25 Oct 2012 10:02:13 +0000 (12:02 +0200)]
Bug #680497 - POP3 re-adds messages to local Inbox

11 years agoIMAPX: Explicitly pass GCancellable and GError to callbacks.
Matthew Barnes [Wed, 24 Oct 2012 21:28:25 +0000 (17:28 -0400)]
IMAPX: Explicitly pass GCancellable and GError to callbacks.

Further error handling improvements.  This involves some public API
changes, but the impact is limited to evolution-kolab.

 * CamelIMAPXCommandFunc now takes a GCancellable argument in addition
   to its GError argument.

 * The public GCancellable member of CamelIMAPXJob is now private, and
   the public GError member is removed.

 * The start() method of CamelIMAPXJob now takes a GCancellable and
   GError argument.  The GCancellable pass through this method call
   is always the CamelIMAPXJob's own private GCancellable.

 * A new camel_imapx_job_cancel() function which simply cancels the
   CamelIMAPXJob's internal GCancellable.

Additional changes internal to CamelIMAPXServer are:

 * Adapt operations to the new callback function signatures.

 * imapx_command_queue() now takes a GCancellable and GError argument
   and returns a 'success' boolean.  Other core job and command routing
   functions also now have similar function signatures.

 * Add error handling where needed, so that no failable function call
   goes unchecked.

11 years agoBug #686727 - POP3 provider deadlocks on finalize
Milan Crha [Wed, 24 Oct 2012 16:37:12 +0000 (18:37 +0200)]
Bug #686727 - POP3 provider deadlocks on finalize

11 years agoUpdated German translation
Hendrik Knackstedt [Wed, 24 Oct 2012 08:52:11 +0000 (10:52 +0200)]
Updated German translation

11 years agoCamelIMAPXServer: Handle errors in imapx_continuation().
Matthew Barnes [Tue, 23 Oct 2012 20:07:47 +0000 (16:07 -0400)]
CamelIMAPXServer: Handle errors in imapx_continuation().

There was no error handling at all on the write-to-stream operations.

11 years agoCamelIMAPXServer: Return a boolean from imapx_command_start_next().
Matthew Barnes [Tue, 23 Oct 2012 19:31:56 +0000 (15:31 -0400)]
CamelIMAPXServer: Return a boolean from imapx_command_start_next().

The function is failable and takes a GError, yet returns void.  This
is how GErrors pile up.  Return a boolean and add the necessary error
checks where the function is called.

11 years agoRevert "Bug #678400 - ECollectionBackend populates disabled accounts"
Matthew Barnes [Tue, 23 Oct 2012 18:32:06 +0000 (14:32 -0400)]
Revert "Bug #678400 - ECollectionBackend populates disabled accounts"

This reverts commit 9a7948409852e57721dcb2e9e63ae69d8ac78d40.

Need to find a better solution than corrupting what are supposed to be
separate state flags.

11 years agoBug #678400 - ECollectionBackend populates disabled accounts
Milan Crha [Tue, 23 Oct 2012 18:15:09 +0000 (20:15 +0200)]
Bug #678400 - ECollectionBackend populates disabled accounts

11 years agoCamelIMAPXServer: Improve error handling around stopping IDLE.
Matthew Barnes [Tue, 23 Oct 2012 16:07:50 +0000 (12:07 -0400)]
CamelIMAPXServer: Improve error handling around stopping IDLE.

imapx_stop_idle() returned a boolean but TRUE had an ambiguous
interpretation.  It either meant the DONE command was sent or an I/O
error occurred.  Define a new enum type (CamelIMAPXIdleStopResult) to
resolve the ambiguity.

Also imapx_command_idle_stop() returned a boolean but FALSE had an
ambiguous interpretation.  It either meant an I/O error occurred, or
there was no available CamelIMAPXStream from which to issue the DONE
command.  Resolve the ambiguity by forcing callers to explicitly pass
in a CamelIMAPXStream (and a GCancellable, while we're at it).

11 years agoCamelIMAPXServer: Declare imapx_uidset_* functions as static.
Matthew Barnes [Tue, 23 Oct 2012 15:04:21 +0000 (11:04 -0400)]
CamelIMAPXServer: Declare imapx_uidset_* functions as static.

These functions were never meant to be exported.  The "static" keyword
seems to have been omitted by accident.  Can't find any evidence of them
being called from outside camel-imapx-server.c, so just make them static.

11 years agoCamelIMAPXServer: Clean up static function declarations.
Matthew Barnes [Tue, 23 Oct 2012 14:53:46 +0000 (10:53 -0400)]
CamelIMAPXServer: Clean up static function declarations.

One argument per line.

11 years agoCamelIMAPXServer: Make sure all disabled bits have a comment.
Matthew Barnes [Tue, 23 Oct 2012 14:57:07 +0000 (10:57 -0400)]
CamelIMAPXServer: Make sure all disabled bits have a comment.

Normally I throw away all disabled-with-no-explanation-why code chunks,
but in this case they all seem related, so clarify that in the code.

11 years agoUpdated Hungarian translation
Gabor Kelemen [Tue, 23 Oct 2012 12:50:01 +0000 (14:50 +0200)]
Updated Hungarian translation

11 years agoEAuthenticationSession: Close prompt before storing password.
Matthew Barnes [Mon, 22 Oct 2012 17:20:11 +0000 (13:20 -0400)]
EAuthenticationSession: Close prompt before storing password.

Close our prompt before storing the password in the keyring.
If the keyring is locked, it will need to prompt the user for
a keyring password, but it can't do that if our password prompt
is still open since both prompts are system-modal.  Not sure what
would happen next; probably the store operation would either fail
or deadlock.

11 years agoBug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)
Milan Crha [Mon, 22 Oct 2012 09:24:09 +0000 (11:24 +0200)]
Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)

11 years agoPost-release version bump.
Matthew Barnes [Sun, 21 Oct 2012 00:53:15 +0000 (20:53 -0400)]
Post-release version bump.

11 years agoNEWS update for 3.7.1 release.
Matthew Barnes [Sat, 20 Oct 2012 20:45:46 +0000 (16:45 -0400)]
NEWS update for 3.7.1 release.

11 years agoCoding style and whitespace cleanup.
Matthew Barnes [Sat, 20 Oct 2012 21:04:04 +0000 (17:04 -0400)]
Coding style and whitespace cleanup.

11 years agoevolution-source-viewer: Select next source after deleting.
Matthew Barnes [Fri, 19 Oct 2012 18:12:14 +0000 (14:12 -0400)]
evolution-source-viewer: Select next source after deleting.

Deleting a list of sources is less painful when the next source is
automatically selected.

11 years agoFurther test code cleanups.
Matthew Barnes [Fri, 19 Oct 2012 15:49:44 +0000 (11:49 -0400)]
Further test code cleanups.

11 years agoBug 686421 - Restore libebook tests to minimum working condition
Tristan Van Berkom [Fri, 19 Oct 2012 15:14:36 +0000 (11:14 -0400)]
Bug 686421 - Restore libebook tests to minimum working condition

11 years agoMerge cleanups from 'gdbus-codegen' branch.
Matthew Barnes [Thu, 18 Oct 2012 18:56:15 +0000 (14:56 -0400)]
Merge cleanups from 'gdbus-codegen' branch.

Merge cosmetic cleanups from my 'gdbus-codegen' branch so I can more
easily review the important changes.

11 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 19 Oct 2012 08:12:25 +0000 (10:12 +0200)]
Updated Spanish translation

11 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 19 Oct 2012 06:46:53 +0000 (08:46 +0200)]
Updated Slovenian translation

11 years agoconfigure.ac: Revert unnecessary soname bumps.
Matthew Barnes [Thu, 18 Oct 2012 18:16:13 +0000 (14:16 -0400)]
configure.ac: Revert unnecessary soname bumps.

Adding new functions does not break backward-compatibility of the
programming or binary interfaces for these libraries.

libedataserver soname bumps are particularly disruptive to other GNOME
modules, and should be avoided if at all possible.