3fee09f44f
Bug 745869 - Send account overrides: Recipient lost on edit
...
Also preselect the first account after account list change.
2015-03-09 12:46:23 +01:00
da07435145
EHTMLEditorView - Crash in selection_is_in_table function
...
Check if the passed variable is not NULL before working with it.
2015-03-09 11:21:22 +01:00
d209fc9ae4
EHTMLEditorView - Setting the link color doesn't work
...
There were two issues. First one was that we were setting the link
color to the user style and it override the value that we later
set to link attribute on BODY element in Page dialog. The second issue
was that the if we changed the link attribute value, the color of existing
anchors in view sometimes didn't changed at all (probably because the
body is contenteditable). As a solution we are now changing the color
of links through the CSS style sheeet in HEAD as well.
2015-03-09 07:35:03 +01:00
2dab9b12fa
EHTMLEditorPageDialog - Dialog shows wrong link color
2015-03-09 07:35:03 +01:00
b03c1e043d
EHTMLEditorSelection - Return the right font color when is set on body
2015-03-09 07:35:03 +01:00
246963e194
Document Mail Composer tool bar changes
...
Bug 739921
2015-03-09 03:22:09 +01:00
0c6a1bbc2b
Recommend to use physical folders for GMail accounts
...
Bug 704299
2015-03-09 03:06:12 +01:00
c8403b37f4
use proper markup
2015-03-09 02:57:15 +01:00
eb1ac7be45
Document "Archive Folder" option
...
Bug 738867
2015-03-09 02:55:17 +01:00
e5b8b98a19
Provide Seahorse steps instead of Terminal; update UI string
2015-03-09 02:45:27 +01:00
b998f64026
Link to Seahorse documentation for how to get someone's public key
2015-03-09 02:33:32 +01:00
130e1bcefb
Document Send Account Overrides
...
Bug 725011
2015-03-09 02:08:05 +01:00
66aea9b2ef
Use full stop in <desc> for consistency.
2015-03-09 02:04:17 +01:00
0b2ddf608d
Mention free form filter/search expressions and link to its list
...
Bug 741299
2015-03-09 01:22:49 +01:00
cf6b6ccc20
Add comment about signature delimiter
2015-03-09 00:58:55 +01:00
74ae7ffb6b
Document placeholders for the quotation string in the mail composer
...
Bug 744017
2015-03-09 00:52:22 +01:00
186cf224e9
Split a string so we can reuse it in a different page.
2015-03-09 00:43:25 +01:00
e4b7fc0726
Fix instructions related to creating / exchanging public GPG keys
...
Bug 744674
2015-03-09 00:13:16 +01:00
3ad2878b16
Updated Slovenian translation
2015-03-08 21:50:36 +01:00
9613df2581
Updated Spanish translation
2015-03-08 21:24:12 +01:00
22eb0f9a06
Updated Kazakh translation
2015-03-08 14:30:20 +00:00
79bf084018
Updated Swedish translation
2015-03-08 11:41:59 +00:00
7ac40ab0a2
Updated Swedish translation
2015-03-08 10:16:29 +00:00
68e026dc65
Updated Korean translation
2015-03-08 01:38:28 +09:00
3d01492554
Documentation - Fix typo in mail-composer-mail-signatures-manage.page
2015-03-07 00:14:53 +01:00
8fa63f0228
EHTMLEditorView - Make get_parent_block_element public
2015-03-06 12:53:54 +01:00
65d37bb152
EHTMLEditorView - Add a way how to insert new block above table where there is none
...
Return pressed in the the begining of the first cell will insert new block
before the table (and move the caret there) if none is already there,
otherwise it will act as normal return. This behaviour is taken from
LibreOffice Writer.
2015-03-06 12:53:53 +01:00
1206ced5f1
EHTMLEditorTableDialog - Change how the table is inserted
...
Don't insert BR after the table, but insert the same block (but empty)
as current block. Also when we are inserting new table from empty block
replace it with newly created table (otherwise insert the table below
it).
2015-03-06 12:53:53 +01:00
a0a2a6eab2
Updated Czech translation
2015-03-06 12:52:35 +01:00
4e1c6dfb43
Fails to find nested message's attachment bar in WebKitWebView
...
A runtime warning like this:
evolution-mail-WARNING **: Failed to find parent <object>
for '.message.mixed.1.mbox.0.rfc822.attachment-bar' - no ID set?
could be shown when a message in the preview had a message attachment,
which had also an attachment.
The reason for it was a use of the same variable name in the 'for' body
as in the parent block, which, even the element was found, didn't set
the parent block's variable, thus it behaved like nothing was found.
2015-03-06 11:24:24 +01:00
e5303c720f
Do not force icon size for attachment button
...
The GtkCellRendererPixbuf didn't show the left-most icon, I do not know
why it doesn't like pixbuf pre-scaled to required size, but it doesn't.
2015-03-06 10:35:14 +01:00
9181bcef9c
EHTMLEditorView - Avoid unnecessary g_utf8_strlen call
2015-03-06 09:38:07 +01:00
ed6ec8dc20
EHTMLEditorView - Newly inserted tables have nearly zero height
...
When inserting a new table into contenteditable element the width of the cells
is nearly zero and the td { min-height } doesn't work so put unicode zero width
space before each cell.
2015-03-06 09:38:07 +01:00
aa6f1bbdc0
EHTMLEditorView - Move between the table cells with tabulator
...
Also don't jump around UI when pressing Shift + Tab outside of table.
2015-03-06 09:38:07 +01:00
0477d77049
EHTMLEditorView - Avoid runtime warnings when manipulating with text in table cell
2015-03-06 09:38:07 +01:00
3d9d4650fc
EHTMLEditorView - Don't try to preserve the text blocks when parsing content
...
It will be enabled again after the 3.16 is branched so we can improve
it.
2015-03-06 09:38:07 +01:00
590ebe6b39
EHTMLEditorTextDialog - Font sinze in combo box is off by one
2015-03-06 09:38:07 +01:00
9abf2ad7df
EHTMLEditorTableDialog - When creating new table move caret to its first cell
2015-03-06 09:38:07 +01:00
20f8ae5e06
ETMLEditorSelection - Font color in picker is not changed when moving between different font colors
2015-03-06 09:38:07 +01:00
aed859decf
EHTMLEditor - Don't insert new HR element when trying to change properties of existing one
2015-03-06 09:38:07 +01:00
bb6fc1c4b0
EHTMLEditor - Don't leak the WebKitDOMHTMLCollection objects
2015-03-06 09:38:07 +01:00
5e4be1590a
Bug 743953 - (Sent in Inbox) Reply to sender includes all recipients
2015-03-06 06:55:56 +01:00
7f2f53651d
Updated Hungarian translation
2015-03-05 23:16:45 +00:00
842adab4e2
Bug 723614 - Restore from GConf only once
2015-03-05 22:05:34 +01:00
410ece8a61
Bug 735956 - [EWebView] Do not scroll and zoom when Ctrl+mouse-wheel
2015-03-04 18:49:29 +01:00
8b38c2bc63
Bug 736824 - Status bar Cancel button image cut with certain themes
2015-03-04 18:49:29 +01:00
71a3ede939
Updated Slovak translation
2015-03-04 17:24:01 +00:00
f1a0a347fd
EColorCombo - Cannot choose a color from a popup palette
...
It closed immediately, causing no way to select any color.
2015-03-04 16:18:33 +01:00
fd95fbf59d
EHTMLEditorView - Don't replace tabulators with spaces when pasting clipboard
...
Instead use the WebKit's HTML representation of tabulator.
2015-03-04 12:44:32 +01:00
4a3592a695
Updated Slovak translation
2015-03-04 11:35:28 +00:00