f7fa6d91bb
Bug 764172 - Do not grab mouse on left-click in message list
2016-03-31 19:25:13 +02:00
482fa44faa
Bug 764234 - Add more handling options for Content-Type: message/rfc822
2016-03-30 19:34:29 +02:00
0848a57062
EHTMLEditorView - Simplify and improve how the undo/redo of delete operation in quoted content is performed
...
After processing the first and the last block in the deleted content insert the
fragment with the rest as a whole to the given position and let the
merge_siblings_if_necessary to do its work. Previous behaviour could skip some
blocks or insert them into different position or reverse them. With this
approach there is no need for marking the blocks with the special id and treat
them separately.
2016-03-30 14:26:53 +02:00
69ca5f9331
EHTMLEditorView - Don't replace various whitespaces with non-breaking spaces when inserting into PRE element
2016-03-30 14:26:53 +02:00
0460b9f53c
EHTMLEditorView - Avoid variables with the same name in one scope
2016-03-30 14:26:53 +02:00
262d8b81cd
EHTMLEditorView - Correct the new lines handling in quoted content
...
There were situations where an extra new line was added after every citation
start and its end and also situations where new line could be removed from the
original quoted content.
2016-03-30 14:26:53 +02:00
1eed6a2058
EHTMLEditorSelection - Selection could be saved wrong in quoted content
2016-03-30 14:26:53 +02:00
c2b59e183e
Inline images in drafts are not displayed in GMail
...
GMail is not allowing base64 images so we have to always save them as CID ones.
2016-03-30 14:26:53 +02:00
4b55bf4b62
EHTMLEditorView - Remove signature from Thunderbird if presented
...
It is easier to remove it once we have an access to DOM than doing our own HTML
parses in the stripsig filter.
2016-03-30 14:26:53 +02:00
586419c12b
Cannot change order list to unordered for the first time
...
Return E_HTML_EDITOR_SELECTION_BLOCK_FORMAT_NONE when we are not able to
determine a type of list instead of returning -1.
2016-03-30 14:26:53 +02:00
1930c64e9e
Updated Occitan translation
2016-03-28 13:04:22 +00:00
c799c82321
Updated Occitan translation
2016-03-27 23:00:03 +00:00
e944078d41
Updated Hungarian translation
2016-03-25 23:35:30 +00:00
8be250f157
Fixes to Catalan translation
2016-03-25 15:34:14 +01:00
20ae92c90d
Updated Basque language
2016-03-24 18:57:59 +01:00
50ff14d268
Bug 759802 - Report calendar import errors in UI
2016-03-23 13:51:26 +01:00
c6220308bf
Bug 764062 - Send/Receive dialog can be left opened with empty content
2016-03-23 11:14:16 +01:00
01f5ae2f61
Bug 763796 - Excessive runtime warnings from gtk_style_context_get_...()
2016-03-23 10:53:23 +01:00
65260923ae
Updated Ukrainian translation
2016-03-22 19:37:45 +02:00
76ad2ab7ff
Bug 736808 - Fill lists of certificates asynchronously
2016-03-22 17:25:17 +01:00
c15d963cb6
Updated Slovak translation
...
(cherry picked from commit 71a3623d8f458296f31ab5033a3265e916a72c3b)
2016-03-22 06:55:50 +00:00
44868e1792
Post-release version bump
2016-03-21 09:05:54 +01:00
7e58f5f71a
NEWS update for 3.20.0
2016-03-21 09:03:41 +01:00
f541fc20fb
Updated Danish translation
2016-03-20 23:10:54 +01:00
fab33f4fd0
Updated Italian translation
2016-03-20 17:59:59 +00:00
0a2bb3c4bd
Updated Dutch translation Master 3.20
2016-03-20 17:25:40 +01:00
136cf59342
Updated Danish translation
2016-03-20 15:42:56 +01:00
780f4e64f9
Updated Greek translation
2016-03-17 12:34:53 +00:00
ecb65b6066
Updated German translation
2016-03-15 18:23:29 +00:00
be0f25b831
Bug 763631 - Folder->Subscriptions opened empty with gtk+3.19.11
2016-03-14 19:40:15 +01:00
508747d7be
Updated Finnish translation
2016-03-14 18:33:23 +00:00
ca449b0b54
Revert reverts to French translation
...
This reverts commit f2f50ebd20 .
This reverts commit 90eb1bb3ce .
This also (hopefully) fixes the break
2016-03-14 13:29:07 +01:00
46e5da46a5
Post-release version bump
2016-03-14 08:53:15 +01:00
3478c28a73
NEWS update for 3.19.92
2016-03-14 08:52:04 +01:00
f2f50ebd20
Revert "Updated French translation" due to build break
...
This reverts commit 27195bb1f1 .
2016-03-14 08:38:22 +01:00
90eb1bb3ce
Revert "Fix French translation" due to build break of the previous commit
...
This reverts commit 080b0bff28 .
2016-03-14 08:37:49 +01:00
e6851df974
Updated Korean translation
2016-03-13 06:27:25 +00:00
080b0bff28
Fix French translation
2016-03-13 00:45:44 +01:00
27195bb1f1
Updated French translation
2016-03-12 14:12:03 +00:00
f434554a6e
Updated Czech translation
2016-03-12 13:29:18 +01:00
644ff91282
Updated Slovak translation
2016-03-12 12:05:09 +00:00
b56ed438cd
Updated Serbian Latin translation
2016-03-11 23:27:03 +00:00
07104acbb9
Updated Serbian translation
2016-03-11 23:25:50 +00:00
e5d99f5e37
EHTMLEditorView - Signature in a message can lost its line breaks after sending it
...
Fix various problems with line breaks in signatures:
* Correctly process the signature when generating the plain text version of the
composer's content.
* Always convert the signature if composer is in the HTML mode.
* Remove a line break on the end of the signature (from PRE element) as it is
not being displayed by WebKit, but it is shown in the final output.
* Also remove the already unneeded code that was fixing the signature when the
return key was pressed in it.
2016-03-11 12:49:49 +01:00
7ec735f333
Some HTML signatures lost line breaks when inserted to the composer
...
Usually this applies for HTML signatures that were created in the GtkHTML based
editor.
Also don't try to convert the signatures that were created after the signature
editor changed the way how they are saved.
2016-03-11 12:49:49 +01:00
4bb0067e53
Plain text signature is opened as an HTML one
...
After the commit cca2aa2 signatures are always saved in HTML. Remember the
editor mode to be able to switch to the right one after editing the signature
again.
Also force the font in the preview to be monospaced for the signatures that were
saved in the plain text mode.
2016-03-11 12:49:49 +01:00
cc131541ab
Bug 762477 - Add .desktop file actions to open respective parts
2016-03-10 16:16:36 +01:00
b0189f4904
Updated Czech translation
2016-03-10 15:15:42 +01:00
7002722451
Update Catalan translation
2016-03-09 22:09:04 +01:00
70a32f1095
Updated French translation
2016-03-09 16:57:27 +00:00