Commit Graph

41126 Commits

Author SHA1 Message Date
Tomas Popela 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
Tomas Popela 590ebe6b39 EHTMLEditorTextDialog - Font sinze in combo box is off by one 2015-03-06 09:38:07 +01:00
Tomas Popela 9abf2ad7df EHTMLEditorTableDialog - When creating new table move caret to its first cell 2015-03-06 09:38:07 +01:00
Tomas Popela 20f8ae5e06 ETMLEditorSelection - Font color in picker is not changed when moving between different font colors 2015-03-06 09:38:07 +01:00
Tomas Popela aed859decf EHTMLEditor - Don't insert new HR element when trying to change properties of existing one 2015-03-06 09:38:07 +01:00
Tomas Popela bb6fc1c4b0 EHTMLEditor - Don't leak the WebKitDOMHTMLCollection objects 2015-03-06 09:38:07 +01:00
Milan Crha 5e4be1590a Bug 743953 - (Sent in Inbox) Reply to sender includes all recipients 2015-03-06 06:55:56 +01:00
Balázs Úr 7f2f53651d Updated Hungarian translation 2015-03-05 23:16:45 +00:00
Milan Crha 842adab4e2 Bug 723614 - Restore from GConf only once 2015-03-05 22:05:34 +01:00
Milan Crha 410ece8a61 Bug 735956 - [EWebView] Do not scroll and zoom when Ctrl+mouse-wheel 2015-03-04 18:49:29 +01:00
Milan Crha 8b38c2bc63 Bug 736824 - Status bar Cancel button image cut with certain themes 2015-03-04 18:49:29 +01:00
Dušan Kazik 71a3ede939 Updated Slovak translation 2015-03-04 17:24:01 +00:00
Milan Crha 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
Tomas Popela 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
Dušan Kazik 4a3592a695 Updated Slovak translation 2015-03-04 11:35:28 +00:00
Tomas Popela 5b175fa49d Bug 745551 - Pasting text from gnome-terminal with concatenated whitespace and tabulators, some whitespace occurrences get removed
The problem was the the code expected that the matched pattern will be
just the spaces or tabulators nor both of them at the same time. As
a fix we need to process the matched pattern characters one by one.

Also when deciding whether to preserve the block (line) we need to
operate with a string that already has the tabulators replaced.
2015-03-04 10:35:12 +01:00
Milan Crha 05198cfd76 Bug 736432 - Attachment rename not shown in UI 2015-03-04 09:42:56 +01:00
Fran Dieguez 2366f14fba Updated Galician translation 2015-03-03 22:58:05 +00:00
Aurimas Černius 2a74e0d97c Updated Lithuanian translation 2015-03-03 22:56:25 +02:00
Milan Crha 70978a7242 Use translated window titles in HTML editor dialogs
The N_() only marks the string as "to be translated", but doesn't
translate it, it's the _() used for.
2015-03-03 19:10:36 +01:00
Milan Crha 43bd4b0f43 Bug 745338 - Disambiguate string "_Replace" 2015-03-03 19:08:28 +01:00
Milan Crha 92221730eb Bug 745486 - Correct translatable string typos "an task" and "an memo" 2015-03-03 18:43:41 +01:00
Milan Crha 80706ff2e8 Bug 440661 - vFolder "Status is Junk" doesn't show Junk mails 2015-03-03 10:48:59 +01:00
Fran Dieguez 08d51fcd6a Updated Galician translations 2015-03-03 00:04:09 +01:00
Fran Dieguez f583ad6d58 Updated Galician translations 2015-03-02 23:43:34 +01:00
Tomas Popela 8ba12b1c33 EHTMLEditorView - Fix Paste Quotation action 2015-03-02 15:18:59 +01:00
Tomas Popela 48d0d981ab EHTMLEditorView - Selection is lost when showing context menu
Only move to the pointer coordinates when the selection is collapsed.
2015-03-02 09:14:34 +01:00
Tomas Popela 2e83f78fd0 EHTMLEditorActions - Actions from context menu don't work
When the context menu is activated the view itself loses the focus, so
we can't check if the view is focused before doing the action
2015-03-02 09:14:34 +01:00
Milan Crha 354e53d0a5 Post-release version bump 2015-03-02 08:51:55 +01:00
Milan Crha 549d995c35 NEWS update for 3.15.91 2015-03-02 08:50:46 +01:00
Milan Crha d882087ab3 Sync version with GNOME 3.15 series 2015-03-02 08:13:04 +01:00
Dušan Kazik eba290a20f Updated Slovak translation 2015-03-01 19:41:24 +00:00
Dimitris Spingos 26c1d1d2ff Updated Greek translation 2015-03-01 21:15:57 +02:00
Dušan Kazik d908f2a306 Updated Slovak translation 2015-02-28 16:28:20 +00:00
Balázs Úr bff2f033de Updated Hungarian translation 2015-02-27 21:33:06 +00:00
Milan Crha 8e41d0e0f4 Bug 621751 - Allow import of non-MBOX format mail messages 2015-02-27 14:18:10 +01:00
Milan Crha d75a0c1dcc Bug 738080 - message/rfc822 attachment drag and drop often does not work 2015-02-27 12:40:10 +01:00
Tomas Popela 5327338141 EWebView - Fix wrong indentation 2015-02-27 11:01:14 +01:00
Tomas Popela c0b4036c82 EHTMLEditorView - When pasting text with space on end ends with space lost 2015-02-27 11:01:14 +01:00
Tomas Popela 6620a83b65 EHTMLEditorView - Block is wrongly preserved in the beginning of quoted content 2015-02-27 11:01:14 +01:00
Tomas Popela f2277b0315 EHTMLEditorView - Be more efficient when trying to get if we are going to remove last element in body 2015-02-27 11:01:14 +01:00
Tomas Popela a4509832ae EHTMLEditorView - Fix the Past Quotation action
If the action is activated in empty block, replace that block with
pasted content otherwise insert the content after the current block.
2015-02-27 11:01:14 +01:00
Tomas Popela 3370c19afa EHTMLEditorView - Emoticons can be resizable just in HTML mode 2015-02-27 11:01:14 +01:00
Tomas Popela 33e1edd842 EHTMLEditorSelection - Use variable that holds if the range is collapsed 2015-02-27 11:01:14 +01:00
Tomas Popela a40e230b76 EHTMLEditorView - When inserting inline image refresh spell check just in current block 2015-02-27 11:01:14 +01:00
Tomas Popela b971d5c0b8 EHTMLEditorActions - Activating the Paste as Text and Paste Quotation from context menu does nothing
If the view is not focused, grab focus and do the action.
2015-02-27 11:01:14 +01:00
Tomas Popela f4577d7b50 ITIP - Fix more leaks of WebKit objects 2015-02-27 11:01:14 +01:00
Tomas Popela 179495034c EMailReader - Fix more leaks of WebKit objects
Also remove outdated comment.
2015-02-27 11:01:14 +01:00
Tomas Popela e3106bf386 EMailDisplay - Fix more leaks of WebKit objects 2015-02-27 11:01:14 +01:00
Tomas Popela 09124ab63d HTML events callbacks are not called
The problem is that if we call webkit_dom_event_target_add_event_listener
on the element and unref it afterwards (even when we get that element
from WebKitDOMNodeList) the callback won't be called at all.
2015-02-27 11:01:13 +01:00