Commit Graph

39867 Commits

Author SHA1 Message Date
19cee36149 Use EProxyPreferences in EPreferencesWindow.
Replaces EMNetworkPrefs.
2013-10-25 12:51:12 -04:00
ad6059bc0d Add EProxyPreferences. 2013-10-25 12:51:12 -04:00
559d4cf8bf Add EProxyLinkSelector. 2013-10-25 12:51:12 -04:00
6dc14b19df Add EProxyEditor. 2013-10-25 12:51:11 -04:00
c44f909b52 Add EProxySelector. 2013-10-25 12:51:11 -04:00
50f322c578 Add EProxyComboBox.
EProxyComboBox is a combo box of available proxy profiles, as described
by ESource instances with an ESourceProxy extension.
2013-10-25 12:51:11 -04:00
eb16646010 Adapt to Camel's proxy resolver API changes. 2013-10-25 12:51:11 -04:00
98500a2729 Bug 710852 - Missing linker flag in evolution-alarm-notify 2013-10-25 12:46:05 -04:00
13d765e074 Remove e_source_selector_set_select_new().
Sets a flag that's no longer used internally by ESourceSelector.
2013-10-25 12:18:27 -04:00
9009fc58c4 ESourceSelector: Fix a reference leak in text_cell_edited_cb().
We were leaking the ESource reference.
2013-10-25 11:53:11 -04:00
6ea6096c80 ESourceSelector: Add a "show-icons" property.
ESourceSelector can now optionally display an icon next to each ESource
matching the selector's "extension-name".  Intended for non-homogeneous
use cases where a variety of account types are shown in the selector.

The icon set is hard-coded, but we could change that if the need arises.
2013-10-25 10:40:03 -04:00
e1d072684f ESourceSelector cleanups. 2013-10-25 08:27:20 -04:00
6e24f4303d Updated Slovenian translation 2013-10-24 21:09:59 +02:00
671ba19294 ESourceSelector: Fix a potential runtime warning.
When (re)building the tree model, ESourceSelector may fall back to
e_source_registry_ref_default_for_extension_name() to help initialize
the primary selection.  Depending on the selector's "extension-name"
property, that function may return NULL.  Handle it gracefully.
2013-10-22 20:51:19 -04:00
85ba04c9f0 Fixed Russian translation 2013-10-22 21:24:09 +04:00
cfe443568d Post-release version bump. 2013-10-20 11:59:26 -04:00
4f38c8a265 NEWS update for 3.11.1 release. 2013-10-20 11:37:55 -04:00
2ef296bc84 Update API documentation. 2013-10-20 11:27:42 -04:00
7a6be11ea6 Miscellaeous cleanups. 2013-10-20 11:15:41 -04:00
431d7188c5 Bug #710171 - EShellTaskbar: Gtk+ functions called out of the main thread 2013-10-18 16:20:51 +02:00
7cc6ab1711 Bug #709396 - Quoted text truncated when "Keep signature above" is set
The GtkComboBox::changed signal is not called only on active-id change,
but also on any content change, including each row add/change/removal
into its model. These signals are delivered on the main thread, thus
the result of e_mail_signature_combo_box_load_selected() is delivered
later, which means that a call like gtk_list_store_clear() queues as
many 'load_selected' operations as is the list items count. Such thing
confused GtkHTML editor enough to garble the message body. This change
is kind of workaround, which avoids unnecessary signature updates.
2013-10-17 20:08:06 +02:00
af81b13a89 Bug #640382 - Prevent a crash in e_week_view_on_text_item_event() 2013-10-17 11:22:29 +02:00
5c7c89366f Updated German translation 2013-10-12 01:50:17 +02:00
bf757a668a Signature/encryption bar may not inherit text color from theme
The "signature bar" overrides background color, thus it should
override also text color, to make sure the text will be always
readable. This could break with dark theme, which uses light
text color.
2013-10-11 10:04:57 +02:00
683a038c8e EMailIdentityComboBox cleanups. 2013-10-10 17:59:50 -04:00
00005fe386 Auto-wrap long anchors
Make Webkit auto-wrap long anchors, thus they do not dictate content
width, which may make it too wide for a window with extra long links.
2013-10-09 16:16:14 +02:00
c3c9ba6705 Show both component summary and alarm description in Reminders
It turned out that my understanding of the RFC when fixing bug #386113
was incorrect, the alarm description is not supposed to replace
the component summary, but only extend it with an additional text.
2013-10-08 15:37:37 +02:00
b5023d32bd Bug #215115 - Per-folder From: email address
The change also allows setting accounts for certain recipients (based
on a part of the recipient address). The option can be found in Folder
Properties and in Edit->Preferences->Composer Preferences->Send Account.
2013-10-08 13:22:48 +02:00
8099b68e96 [l10n] Updated Catalan (Valencian) translation 2013-10-06 22:12:11 +02:00
811151502f Bug #707856 - Custom recurrence dropped on event editor save 2013-10-03 19:08:56 +02:00
e16d918af5 EMailParserMultipartSigned: Rework obtaining the signature protocol.
CamelMultipartSigned no longer has a public 'protocol' member.  Obtain
it instead by checking the CamelContentType for a 'protocol' parameter.
2013-10-02 15:16:46 -04:00
169ec754ae Bug 708390 - text-highlight: Don't interfere with printing
The text-highlight module is for enhancing the *display* of textual
email parts.  It should not interfere at all when printing an email.
2013-09-30 15:39:45 -04:00
09690189c8 Bug 709108 - Make Appdata file translatable 2013-09-30 14:06:05 -04:00
69e3c86c04 Bug #708682 - Move with 'End' key with collapsed threads fails
This reverts part of commit 4526384662
2013-09-30 18:24:40 +02:00
caef69cb73 Bug #708840 - Crash when closing subscription dialog with running operation 2013-09-30 17:53:42 +02:00
10032e2479 Bug #705685 - Contact(-list)-editor - reject save when book is still opening 2013-09-30 15:52:45 +02:00
6a65912679 Bug #699997 - Show unreferenced images in multipart/related parser 2013-09-30 14:09:45 +02:00
d56a65996f Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-09-30 19:24:17 +08:00
f792a7cd14 EMailSession: Implement ref_proxy_resolver() method.
Eventually I'd like to add an ESourceExtension for proxy settings,
but for now we'll live with the old and somewhat broken EProxy API.
2013-09-27 13:26:05 -04:00
f240fb587f Remove all g_type_init() calls.
g_type_init() is deprecated in GLib 2.36.
2013-09-27 13:26:05 -04:00
caf4a5be23 Bump minimum GLib requirement to 2.36.
Needed for GSimpleProxyResolver.
2013-09-27 13:12:02 -04:00
2ff0a3ccf0 Adapt to CamelSession trust_prompt() changes. 2013-09-27 10:45:01 -04:00
6d68c41da7 Bug #689787 - Prefer-plain can hide message body for composer 2013-09-27 15:05:59 +02:00
1f38d1726e Drop unused e-cert-db.c:default_nickname() function 2013-09-25 10:32:41 +02:00
6d96953703 Add debugging for formatter requests
With CAMEL_DEBUG=emformat:requests the evolution prints a debug messages
about requests being processed when formatting messages.
2013-09-25 09:19:47 +02:00
be3a2bf600 Remove unused e_cert_db_export_pkcs12_file(). 2013-09-24 22:02:33 -04:00
958b80584f Remove unused e_cert_db_import_user_cert(). 2013-09-24 22:02:33 -04:00
3d7a9081a0 Remove unused e_cert_db_find_cert_by_email_address(). 2013-09-24 22:02:33 -04:00
5a09348fdb Remove unused e_cert_db_find_email_signing_cert(). 2013-09-24 22:02:33 -04:00
c5c757de1f Remove unused e_cert_db_find_email_encryption_cert(). 2013-09-24 22:02:33 -04:00