Commit Graph

41011 Commits

Author SHA1 Message Date
175615bdfd Post-release version bump 2015-02-16 09:15:33 +01:00
c256383d1c NEWS update for 3.13.90 2015-02-16 09:14:41 +01:00
a332274b3c Remove doc references to EMailAuthenticator 2015-02-16 09:07:59 +01:00
d6e9202bd5 Cover why mail signatures start with "-- "
Bug 744016
2015-02-16 00:57:06 +01:00
724860266d Drop all that geeky terminal commands and link to Seahorse
Bug 726584
2015-02-16 00:40:50 +01:00
043905e393 Order of items in UI has changed
Bug 731787#c1
2015-02-16 00:26:41 +01:00
62b941a3f2 Fix typo in Junk Testing Settings UI 2015-02-16 00:23:46 +01:00
d793747eda Cover the "concurrent connections" setting
Bug 730460
2015-02-16 00:17:20 +01:00
afb000ab72 Improve explanation of further available account options 2015-02-16 00:16:43 +01:00
5e4f1bb13e Remove non-existing UI options 2015-02-16 00:14:26 +01:00
d7110f1de6 Use <gui> markup 2015-02-16 00:13:27 +01:00
f58d9eb1a1 Small string change in UI 2015-02-16 00:10:32 +01:00
42d6639720 Update Spam settings (UI offers less options) 2015-02-16 00:09:21 +01:00
018c10deb8 Cover how to force online mode via GIO_USE_NETWORK_MONITOR
Bug 728604
2015-02-15 23:38:14 +01:00
fd06954f0b Updated Hungarian translation 2015-02-15 14:49:26 +00:00
050a7fb5e6 [Win32] Update gtk patch to preset "always-show-image" to TRUE 2015-02-13 20:32:37 +01:00
9d0445094f [Win32] Be able to load plugins by providing correct build-time paths 2015-02-13 20:28:32 +01:00
862c85180b Updated Spanish translation 2015-02-12 18:39:25 +01:00
e7b4a14f7e Bug 741857 - Doesn't close after mailto: message sent 2015-02-12 15:36:50 +01:00
2122c6510c Switch side of a wider border for signed/encrypted mail frame
A 4-pixel wide border looked fine for single emails, but once
the message was part of a conversation, with quoted replies,
the wider border was confusing, too close to the quotation line.
This change moves the wider border to the opposite side.
2015-02-12 13:50:50 +01:00
c86407b84b Bug 732999 - Middle-click paste doesn't move cursor
Move the caret to the position where the mouse is.
2015-02-12 13:37:29 +01:00
75e63db31a Composer - Fix more drag and drop related bugs
This fixes the following bugs:
- DnD inside the view was still copying things not moving them
- Prevent WebKit to insert the URI inside the view when DnD'ing some
  file inside the view
- DnD'ed inline image was inserted on the caret position and not on the
  position we dropped it.
2015-02-12 13:31:06 +01:00
488329b01c Introduce e_html_editor_selection_set_on_point and use it where possible
This function will move the caret on given coordinates. It uses the
webkit_dom_dom_document_caret_range_from_point. We can finally
drop the e_html_editor_view_get_element_under_mouse_click the was there
for workaround this.
2015-02-12 13:31:06 +01:00
dcb042a1c6 Bug 744363 - Indefinite form used for specific objects in error messages 2015-02-12 12:47:38 +01:00
e95f67eb8a S/MIME mail parser not used, but compiled
Due to missing config.h the ENABLE_SMIME was not declared, thus the type
for the S/MIME parser was not registered, neither used, which showed
S/MIME signed or encrypted messages as attachments, instead of deciphering
their content.
2015-02-12 12:07:31 +01:00
9dad5b7659 Bug 744373 - Delete whole line with selection lefts empty line
The selection end marker was saved to wrong position when the selection
ended in the beginning of the paragraph.
2015-02-12 09:20:49 +01:00
daaa8d08aa EHTMLEditorView - Use webkit_dom_html_element_insert_adjacent_html in parse_html_into_paragraphs 2015-02-12 08:41:03 +01:00
d39165f056 Bug 744372 - When pasting text evolution drops the carriage returns
Initial value of the property that is used for preserving the blocks
was set on wrong value.
2015-02-12 08:41:03 +01:00
086d2cb981 Use camel_application_is_exiting declaration from camel.h
It's part of camel.h now, thus let's use it, instead of re-declare it.
2015-02-11 17:36:23 +01:00
44623f1b00 Bug 743547 - Report one error only once for folders refresh 2015-02-11 15:44:12 +01:00
eaa2a5b090 Bug 737018 - GUI string for translation "New" without context 2015-02-11 13:34:49 +01:00
ffacad7cde Bug 743942 - Disambiguate string "Insert Image" 2015-02-11 13:08:25 +01:00
60691aef9e EHTMLEditorSelection - Don't treat links as underlined 2015-02-11 11:15:46 +01:00
fa66952d41 EHTMLEditorView, EHTMLEditorSelection - Use webkit_dom_html_element_insert_adjacent_html
To avoid some unnecessary string allocation/manipulation.
2015-02-11 11:14:08 +01:00
1740543a23 Composer - Make drag and drop usable
Fix the DnD inside the view itself and DnD from outside to composer.
Comments about some workarounds that had to be used are inside the
commit.
2015-02-10 11:58:36 +01:00
843e07ef0a Bug 744218 - Cannot move with arrow keys from top to bottom
Insert BR that is used for wrapping after the long link just in case
there is some node after it.
2015-02-10 09:40:00 +01:00
8b8b3fd3d7 Updated Spanish translation 2015-02-09 20:12:28 +01:00
d3f1b5c0f7 Updated Polish translation 2015-02-09 19:42:31 +01:00
4f116e71aa Updated Norwegian bokmål translation. 2015-02-09 18:57:10 +01:00
a4af2d6aee Postscript attachments not shown in message preview
The application/postscript mime type had been handled by the text-hightlight
module, but thinking of it, it doesn't make much sense, because most users
would prefer to see the content rather in a postscript viewer, than
the source of the postscript file, thus this change removes the mime type
from the text-hightlight module. There had been also issues about thinking
that certain parts had been handled, while they did not, which this change
fixes as well.

The issue had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1187327
2015-02-09 18:08:29 +01:00
2e6c266024 Bug 742607 - Pick identity from recipients with 'Edit as New Message'
Also unset internal flag to 'set_signature_from_message', to make sure
that the user's changes in the signature combo will be reflected from
the beginning, not for the second and more tries.
2015-02-09 15:49:43 +01:00
8ea9f96f8b Prefer g_output_stream_write_all() over g_output_stream_write()
Just to make sure that all data had been written, while the later
can finish successfully without actually write all the data it was
requested to write.
2015-02-09 14:53:37 +01:00
53d6e75479 EHTMLEditorSelection - Replace active selection when inserting inline image into composer
Also refresh the spell check as it could be lost during the operation.
2015-02-09 11:07:17 +01:00
ea428bd68e EHTMLEditorView - Replace the active selection when inserting emoticons 2015-02-09 11:07:17 +01:00
06ed54d290 EHTMLEditorView - Unnecessary new line inserted when composer when creating new message
To be more specific it happens when the 'Start typing at the bottom on
replying' is active.
2015-02-09 11:07:17 +01:00
07a8582520 EHTMLEditorSelection - Non collapsed selection is collapsed after saving its start and end points
During some operations the selection can be removed. Try to restore it
on the end of saving.
2015-02-09 11:07:16 +01:00
becf59f266 Bug 731502 - Import mails and contacts from KMail 2015-02-06 11:02:32 +01:00
5130f2110e Bug 606239 - Better indication of signed and/or encrypted received email 2015-02-06 10:21:12 +01:00
af02ba8aef Remove "Unknown background operation" generic job description message
Camel identifies the jobs from the very beginning now, thus this
generic message is not needed anymore.
2015-02-06 09:13:33 +01:00
351ae5c521 Use automake subdir-objects option
As suggested by automake, due to source files being referenced
in sub-directories.
2015-02-06 08:07:45 +01:00