Commit Graph

42565 Commits

Author SHA1 Message Date
d5cb550ebc Require as hard dependency some dependencies 2016-10-10 16:10:08 +02:00
3cba495195 Convert from autotools to CMake 2016-10-10 14:46:59 +02:00
dad728dfd6 Update Friulian translation
(cherry picked from commit 859f101259)
2016-10-10 11:50:58 +00:00
de0929f972 Correct possible uninitialized variable usage 2016-10-10 10:44:50 +02:00
048a939fef Update Friulian translation
(cherry picked from commit d5fe39d13e)
2016-10-09 21:06:10 +00:00
d20c7d5f27 Update Friulian translation
(cherry picked from commit 583440f1de)
2016-10-08 10:05:11 +00:00
cdedd000f2 Update Friulian translation
(cherry picked from commit 0c68964613)
2016-10-07 12:40:03 +00:00
b2982433bd Update Friulian translation
(cherry picked from commit e0eb7aa1bb)
2016-10-07 12:14:03 +00:00
439bf03a51 Bug 772175 - Allow hiding menu bar (and show it via alt) 2016-10-07 13:25:30 +02:00
1f8a053e65 Deleting a quoted content could leave paragraph that cannot be focused
Insert a BR element to the right node.
2016-10-07 12:22:21 +02:00
c749eca023 Bug 772513 - Extra empty line at the top of a new mail
Regression after commit 2a9becc. The first element in the BODY could be
credentials, but paragraph as well. So if it's paragraph, don't create
a new one.
2016-10-06 16:52:32 +02:00
adef8d4f65 Bug 772233 - White flash on mail area of email reader
Set the WebKitWebView background color with
webkit_web_view_set_background_color() as this color will be used before
the actual content will be rendered (and before we will have a chance to
inject the right background color through CSS) and it will avoid white
flash when using a black theme.
2016-10-06 16:52:32 +02:00
2d73ca4749 Correct external editor plugin to work again 2016-10-06 15:03:23 +02:00
1c757da8cd Add 'Refresh selected' to test-source-selector 2016-10-06 11:00:44 +02:00
00a3b0977f Updated Polish translation of default welcome mail 2016-10-05 20:26:34 +02:00
8afe361bf8 Only update the composer colors when the web extension is ready
This fixes warnings printed on the console.
2016-10-05 12:40:17 +02:00
c16af1c36b Bug 769752 - [WK2] Some CSS styles are missing in the composer 2016-10-05 11:41:10 +02:00
8db1633cea Correctly process and remove the BODY attributes
Also remove an unneeded variable.
2016-10-05 11:41:10 +02:00
6fec8d5d70 Updated Friulian translation
(cherry picked from commit 542f8f7dac)
2016-10-03 21:40:40 +00:00
2a9becc430 Bug 770067 - [WK2] Misplaced cursor on reply in HTML
The wrong code path was chosen because the code determined that the BODY
already contains an existing paragraph on the end of the content. The
fix it to not take the credits element into account when determining if the
BODY already contains the paragraphs.
2016-10-03 14:36:40 +02:00
20cc9a7384 Bug 772171 - Editing quoted replies can break message content
Don't save the selection again in
e_editor_dom_fix_structure_after_delete_before_quoted_content() as later
the selection markers are not used to restore the selection, but they
would prevent the delete operation to process correctly.

Also restore the selection on other places when we are not using it
anymore.
2016-10-03 13:44:05 +02:00
61de04d47b Updated Friulian translation
(cherry picked from commit 9f3c614425)
2016-10-01 08:59:33 +00:00
ddad3852eb Updated Friulian translation
(cherry picked from commit 673e8b9279)
2016-09-30 13:16:01 +00:00
3ca1a7d121 Updated Friulian translation
(cherry picked from commit 71b7ae2037)
2016-09-30 12:58:15 +00:00
b7f2c3eab7 Updated Friulian translation
(cherry picked from commit b92eacf080)
2016-09-30 11:56:26 +00:00
c4e830d812 Updated Friulian translation
(cherry picked from commit d7a848f225)
2016-09-30 10:46:20 +00:00
ba94172185 Updated Friulian translation
(cherry picked from commit 759e9c08aa)
2016-09-29 20:00:22 +00:00
dbd2d438d3 Updated Friulian translation 2016-09-28 13:40:32 +00:00
7146d029bf Updated Friulian translation 2016-09-28 09:15:53 +00:00
d81bd1b3be Updated Friulian translation 2016-09-28 08:21:30 +00:00
db1277d107 Updated Friulian translation 2016-09-28 08:02:13 +00:00
ff1a283314 Updated Friulian translation 2016-09-27 20:56:03 +00:00
f6d4a179b6 Updated Friulian translation 2016-09-27 10:07:57 +00:00
9b9b3b592c Bug 772015 - Free/Busy information not refreshed in the editor 2016-09-27 00:01:33 +02:00
26cbedd005 Updated Friulian translation 2016-09-26 21:50:11 +00:00
882c3afdb1 Updated Friulian translation 2016-09-26 21:12:17 +00:00
dab68bec78 Updated Friulian translation 2016-09-26 19:58:17 +00:00
0ecac5f2ef Updated Friulian translation 2016-09-26 18:43:09 +00:00
93fe263189 Updated French translation
(cherry picked from commit 290278dd80)
2016-09-26 10:15:13 +00:00
052fb97db1 When creating a plain text version of a message process the nodes in right order 2016-09-26 10:59:58 +02:00
adcbacd46e Correctly process a WebKitDOMHTMLCollection objects
WebKitDOMHTMLCollection is a live list, so we can't process it like a static
list (like WebKitDOMNodeList). So process it correctly and while fixing it
rework the WebKitODMNodeList processing so we can get rid of the length
variable.
2016-09-26 10:04:08 +02:00
f9c7596752 Updated Friulian translation 2016-09-25 19:37:28 +00:00
cfb858086f Updated Friulian translation 2016-09-25 17:21:04 +00:00
e793053c4d Updated Friulian translation 2016-09-25 16:27:38 +00:00
5ad1b3928b Updated Friulian translation 2016-09-25 14:55:30 +00:00
7d4d44c906 Updated Friulian translation 2016-09-25 07:17:12 +00:00
91d0bff471 Change "Compose Message" Desktop Action to disambiguate it from titles
In many languages, menu items need to be translated differently
than window titles. Add an article to workaround the lack of context
support in .desktop files.
2016-09-25 02:08:52 +02:00
6a6027f4fc Updated Croatian translation
(cherry picked from commit 0b19763289)
2016-09-24 09:26:15 +00:00
c71c45dda7 Updated Friulian translation 2016-09-23 14:18:51 +00:00
08daee644d Updated Friulian translation 2016-09-23 14:04:06 +00:00