Commit Graph

676 Commits

Author SHA1 Message Date
fcbbdfbd18 Coding style and whitespace cleanup. 2011-09-04 07:34:32 -04:00
f67a5f3d42 Miscellaneous cleanups.
Reducing diff noise with the account-mgmt branch.

Trying to erode our dependency on EAccount as much as possible, or at
least isolate its usage, to make things easier for me on the branch.
2011-08-30 20:35:11 -04:00
eab1c5b252 Bug #657396 - Rename Alarms tab to Reminders in preferences 2011-08-26 08:47:20 +02:00
cae6068419 Bug #655419 - "Save as iCalendar" misses mnemonic 2011-08-25 18:09:29 +02:00
a7840ef0ef Bug #655666 - Split task preferences into its own tab 2011-08-23 16:57:26 +02:00
4b461ef363 plugin-mono: Remove Camel.cs and Evolution.cs
These files are hopelessly out of date, and don't appear to be used for
anything anyway.  The only sustainable way to provide language bindings
for Evolution is to generate them through gobject-introspection.
2011-08-19 10:55:15 -04:00
ef929f2697 e_mail_store_foreach(): Take an EMailSession parameter.
Use camel_session_list_services() instead of the internal store table.
The store table serves little purpose nowadays and could probably be
removed.  I'll look into that later.
2011-08-17 22:27:46 -04:00
dd57574c04 Use new CamelService:display-name property.
Simplify, simplify...
2011-08-17 22:27:46 -04:00
f3648e1cb5 Adapt to new CamelSubscribable interface. 2011-08-15 19:07:13 -04:00
4296c1b0c5 Bug #655254 - Cropped Junk settings text 2011-08-15 20:42:21 +02:00
d5a6337563 online-accounts: Adapt to URL parameter renames.
It's "security-method" now instead of "use_ssl".
2011-08-15 11:56:26 -04:00
9cc59ac6c3 Drop some ancient GroupWise account migration.
Not worth the pain of maintaining old cruft to make progress.

Breaks GW account migration from versions prior to 2.8 (circa 2006), but
you'd be better off starting from a clean slate anyway if you're jumping
that many releases.
2011-08-15 11:56:26 -04:00
f59681796d Coding style and whitespace cleanup. 2011-08-13 11:27:51 -04:00
0e264ffcfb Bug #655957 - Current account / all accounts search changes column 2011-08-12 09:43:22 +02:00
23b38d5c45 Bug #656133 - Mail-local not initialized when adding/editing account 2011-08-11 14:19:51 +02:00
84b566863e Bug #655843 - Copy to calendar doesn't add timezone information 2011-08-11 13:46:11 +02:00
15376b6657 EConfig: Broadcast abort/commit events by way of signals.
Remove the clumsy abortfunc and commitfunc callback arguments from
e_config_add_items().
2011-08-10 16:13:08 -04:00
fe67798104 Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part 2011-08-09 17:18:42 +02:00
903b8e69b0 [bogofilter] Avoid G_PARAM_STATIC_STRINGS. 2011-08-03 09:43:56 -05:00
4fc04af617 Bug 655507 - Crash on startup when initializing spamassassin
I keep forgetting to not use G_PARAM_STATIC_STRINGS in modules...
2011-08-03 09:40:40 -05:00
444011c99f Replace alarm by reminder for UI consistency. Fixes bug #340614 2011-08-02 11:29:12 +02:00
8c351c101f Do not leak memory on each mail folder change 2011-08-01 15:09:10 +02:00
5583c88321 Bug #655444 - Alarm/reminder settings split in two tabs in Settings 2011-07-28 09:45:31 +02:00
167e91e823 Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui 2011-07-27 19:51:28 +02:00
4941d7ea79 Coding style and whitespace cleanups. 2011-07-23 11:06:15 -05:00
67f8c4f095 SpamAssassin: Add a missing linker flag. 2011-07-19 09:24:26 -05:00
44e007e171 Make "open_calendar" function as expected. 2011-07-15 13:03:26 +05:30
8c2d09db62 SpamAssassin: Silence spamd's debugging chatter. 2011-07-14 23:43:51 -04:00
794bc48920 SpamAssassin: Try harder to kill spamd on exit.
References to EMailSession are leaking like crazy, so the module's
finalize() method never gets called, and we never kill our spamd.

Until I can track down all the reference leaks, kill the spamd process
in response to a "EShell::prepare-for-quit" signal instead of from the
module's finalize() method.  (Maybe that's a better long-term solution
anyway?)
2011-07-14 13:50:30 -04:00
0d3c32b33c SpamAssassin: Don't wait for termination when spawning spamd. 2011-07-14 12:05:49 -04:00
8dfd4278a7 Convert junk filtering EPlugins to EExtensions.
We now have a proper junk mail filtering API.  All junk filtering
extensions must subclass EMailJunkFilter for user preferences and
availability testing, and implement the CamelJunkFilter interface
for the actual junk filtering and learning operations.

The bogofilter module should be feature-equivalent to its former
EPlugin.  The spamassassin module is far more complex.  It's nearly
feature-equivalent to its former EPlugin, but I ditched the spamd
respawning code since it seemed unnecessary for a mail client to
have to deal with.  If there's a huge outcry from users about it
I'll reluctantly put it back, but I don't expect one.

This gets us a step closer to killing off EConfig, and eventually
the EPlugin framework itself.
2011-07-13 22:46:26 -04:00
e868dd4bfd network-manager: Keep network availablility state accurate.
We track Evolution's online state separately from network availability
these days.  I think there was still logic here from when we set online
state directly.  Don't lie about network availability.
2011-07-07 14:39:35 -04:00
42b4f85ec5 network-manager: Recover from dropped D-Bus connections faster 2011-07-07 14:39:35 -04:00
26ece7454d connman: Recover from dropped D-Bus connections faster. 2011-07-07 14:39:35 -04:00
98e68374e1 network-manager: Miscellaneous cleanups. 2011-07-07 08:55:25 -04:00
0c1a97bf11 connman: Miscellaneous cleanups. 2011-07-07 08:55:25 -04:00
68b0c521cd online-accounts: Give Google calendars a color. 2011-07-06 22:02:24 -04:00
17127fbee9 Prefer g_seekable_seek() over camel_stream_reset().
When a stream is obviously a file or memory stream (both of which
implement the GSeekable interface), use g_seekable_seek() instead of
camel_stream_reset().

This is helping me discover if it's safe to remove camel_stream_reset().
We want to eventually move to GIO streams, which have no reset method.
2011-07-05 11:31:01 -04:00
7c6aa944e2 Bug #650671 - Service connect/disconnect not cancelled properly 2011-07-01 20:01:45 +02:00
1b1697630c Bug 652958 - Evolution Account Assistant jumps steps
The GTK+ patch in bug 653705 is also required for the Account Assistant
to work properly under the new GtkAssistant design in GTK+ 3.1.

This commit only deals with sidebar ordering issues.
2011-06-30 14:19:59 -04:00
f525838816 online-accounts: Set GoaAccount ID in calendar and contact sources.
Forgot that part... kind of important.
2011-06-29 17:25:25 -04:00
87c04cfc2c Add a bit more error checking and do not leak icalcomponent-s 2011-06-29 23:08:37 +02:00
566d861915 Check for cancelled GIO operation error code too 2011-06-27 18:04:57 +02:00
05933ef483 Keep opening EClient-s till they report busy error 2011-06-27 15:23:31 +02:00
46eec90c09 Bug #653154 - Crash when constructing calendar view 2011-06-27 11:31:32 +02:00
dd6e64ad30 Prototype an online-accounts module.
Integrates with the GNOME Online Accounts service.

Creates Evolution sources for a GOA Google account and keeps them
synchronized.  Also registers a new CamelSaslXOAuth class for use
with GMail.

Authentication of Google Calendars and Google Contacts using OAuth
is still under development.
2011-06-24 19:05:15 -04:00
d9256766a4 Allow the startup-wizard to be delayed.
This works similar to the offline and shutdown procedure in EShell.
We broadcast a "load-accounts" EShell event with an EActivity.  The
EActivity has a toggle reference which we use as a counting semaphore.
If another module needs to handle the event asynchronously, it should
reference the EActivity until its async operation completes, then drop
the reference.  Once the signal handlers finish and only the toggle
reference remains, we then proceed with the Evolution Setup Assistant.

All of this is in preparation for GNOME Online Accounts integration.
For the moment, nothing listens for the "load-accounts" EShell event,
so there should be no change in Evolution Setup Assistant behavior.
2011-06-19 08:38:07 -05:00
f830de2f0a Bug #252670 - Remember columns settings in Certificates tab 2011-06-14 16:15:28 +02:00
f5794eff36 Bug #530335 - Allow Reply to selected address only 2011-06-14 14:26:30 +02:00
38790d8478 Do not use deprecated EBook/ECal API 2011-06-14 08:54:20 +02:00