Commit Graph

1072 Commits

Author SHA1 Message Date
a8a4268849 Bug 640083 - Cannot configure LDAPS on port 636 2011-06-29 18:41:22 +02:00
042c0c5732 Use e_load_book_source_async() for all EBook loading. 2011-06-29 18:41:21 +02:00
c36bd27fa8 Bug #634403 - Mails Label popup menu is not updated properly 2011-06-29 18:41:20 +02:00
2e68a6a74d Bug #633982 - Crash when trying to Create a search folder from a search 2011-06-29 18:41:20 +02:00
64f0ac1372 Use e_source_selector_get_source_by_path().
Allows Evolution to not have to know the ESource column number in
ESourceSelector tree models.  Backported from "account-mgmt" branch.
2011-06-29 18:41:20 +02:00
d009b5b365 Bug #633788 - Mail plugin's update-actions handler is never called 2011-06-29 18:41:19 +02:00
c5265294a3 Avoid idle callbacks in EMailBackend initialization.
If the migration phase has to show a dialog the idle callback for
intializing mail stores will run too soon.  Instead, hook it onto
the EShellBackend start() method.

Migration code can initialize mail stores early if it needs to.
2011-06-29 18:41:16 +02:00
6e9c9986ac Bug #637906 - Don't ask again when sending to non-mail recipients 2011-06-29 18:41:15 +02:00
fdf1c024b5 Add e_shell_submit_alert().
An easy way to broadcast application-wide alerts to shell windows.
These alerts will persist in all current and future shell windows
until responded to (either programmatically or by the user).
2011-06-29 18:41:14 +02:00
6217c41106 Fix menu item capitalizaion. 2011-06-29 18:41:14 +02:00
97fac153c5 Bug #567879 - Add View >> Gallery Option In Email Composer 2011-06-29 18:41:13 +02:00
4231716442 Show common addressbook and calendar errors in an alert sink 2011-06-29 18:41:11 +02:00
f18f55f251 Bug #637162 - May not add toolbar Send/Receive button multiple times 2011-06-29 18:41:11 +02:00
49dd425fc9 Bug #631568 - Scheduling Meetings with CalDAV calendars 2011-06-29 18:41:09 +02:00
c9049740c8 Bug #627536 - Open meeting as meeting, not as appointment, in week view 2011-06-29 18:41:09 +02:00
ca3faa17a9 Free/busy meeting view doesn't work due to non-working extension 2011-06-29 18:41:08 +02:00
53bed7cc63 Bug 636265 - Trash is untranslated in the window title 2011-06-29 18:41:08 +02:00
989c370729 Show calendar backend errors in an alert sink 2011-06-29 18:41:07 +02:00
fc91bfc86e Add option "Check for new messages in all active accounts"
As a follow-up for bug #633949
2011-06-29 18:41:05 +02:00
3738a9e12f Set mnemonic widget for lblDefaultCharset in Mail Preferences 2011-06-29 18:41:05 +02:00
e419261d18 Bug #633949 - Add an option to disable new e-mail check at startup 2011-06-29 18:41:05 +02:00
48d805df31 Bug #207580 - Allow new mail check on individual accounts 2011-06-29 18:41:04 +02:00
aaf95d222d Bug #632962 - Duplicate "On this computer" sources after update 2011-06-29 18:41:04 +02:00
64d24b234e Bug #633783 - Folder->Expunge enabled when no folder selected 2011-06-29 18:41:02 +02:00
12a91dbb21 Bug #633779 - GtkComboBoxText issues 2011-06-29 18:41:01 +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
c2e71bd88d Coding style and whitespace cleanups. 2011-06-13 13:35:56 -04:00
f014ab82c8 Coding style and whitespace cleanups. 2011-06-08 13:14:48 -04:00
1f13f312d2 Bug #614274 - Labeling many messages is very slow 2011-06-02 19:30:12 +02:00
2da8860539 Little text typo fix 2011-06-02 18:32:51 +02:00
6dc3c69226 Bug #642557 - Display maps in contact preview 2011-06-02 16:57:23 +02:00
c5ae6cd4dd Bug #640083 - Cannot configure LDAPS on port 636 2011-06-02 09:33:31 +02:00
3fc0de639b EMSubscriptionEditor: Manage stores, not accounts.
We'll query the accounts to get display names for the combo box,
but that's it.  Use CamelStores instead.
2011-05-28 22:18:36 -04:00
4fe800226b EMailShellView: Avoid e_get_subscribable_accounts().
Use em_folder_tree_model_list_stores() to determine whether to enable
the folder subscription editor.
2011-05-28 18:25:07 -04:00
394e580dfd Including <glib.h> directly is rarely needed. 2011-05-28 10:39:52 -04:00
756c8abcb8 Bug #646109 - Fix use of include <config.h> to make sure translations work 2011-05-27 15:23:07 +02:00
a9dff2f33a Use em_folder_tree_get_selected() in places to simplify code.
There were a few places where we were accessing the folder tree model
directly to get the selected store + folder name, or were asking for the
selected URI only to parse back into its store + folder name components.
2011-05-24 19:41:59 -04:00
ff9fcffeca EMFolderTree: Add an EAlertSink property.
Now EMFolderTree has access to both an EShellBackend and an EAlertSink;
everything it needs to build and submit EActivity instances.
2011-05-24 11:02:59 -04:00
9692758dc5 EMFolderTree: Store an EMailBackend instead of an EMailSession.
All this so EMFolderTree can submit EActivity instances for async ops.
You can obtain an EMailSession from an EMailBackend, but not vice versa.

Creates lots of pretty ripples in the mail code, but ultimately reduces
complexity.  So it's a code cleanup of sorts.
2011-05-23 21:50:50 -04:00
cb97c2dc8f Coding style and whitespace cleanup. 2011-05-21 17:56:06 -04:00
9aa668aa6b Bug 650587 - Hide Search Folder actions when Search Folders are disabled
Add an action group for Search Folders to EMailReader.  The action
group's visibility is bound to the "mail-enable-search-folders" setting,
so that menu items related to Search Folders are hidden when Search
Folders are disabled in GConf.

Affected menu items are:

   Edit -> Search Folders
   Message -> Create Rule -> Search Folder from Subject...
   Message -> Create Rule -> Search Folder from Sender...
   Message -> Create Rule -> Search Folder from Recipients...
   Message -> Create Rule -> Search Folder from Mailing List...
   Search -> Create Search Folder From Search...
2011-05-20 19:05:55 -04:00
7333f12087 EMailReader: Support multiple action groups.
Use an enum type to request different action groups.  For now we just
have E_MAIL_READER_ACTION_GROUP_STANDARD.  EMailReader implementations
should map the enum value to an appropriate GtkActionGroup.
2011-05-20 19:05:55 -04:00
86c9c4d793 Remove mail_remove_folder().
Use e_mail_folder_remove() instead.
2011-05-20 13:14:53 -04:00