Commit Graph

42646 Commits

Author SHA1 Message Date
d5aba1905c Bug 773164 - copy pasting paragraphs and then undoing - redoing is broken
The code for saving the undo/redo history for cut was not called for the
Ctrl-x shortcut. Also remove a WebKit's BR element if presented
(otherwise an extra new line would be presented).
2016-10-19 12:34:45 +02:00
96b6f87a0a Consume return value of gtk_clutter_init_with_args()/gtk_init_with_args()
The former claim a compile-time warning, but sets the 'error' on failure,
the later doesn't claim a compile-time warning, but does not set the 'error'
on failure. Using the return value of both functions fixes two things at once.
2016-10-18 19:47:53 +02:00
f982b73031 Bug 605416 - Add aliases for accounts 2016-10-18 18:42:09 +02:00
9acc5dd3ba Bug 772918 - Using keyboard shortcuts undo/redo is broken
If redoing an INPUT event that was done in the middle of the text we need to
move one character backward as the range is pointing after the character and
not before it - for INPUT events we don't save the before coordinates.
2016-10-18 13:07:20 +02:00
2025db51e8 Do not quote compiler/linker flags 2016-10-18 11:57:42 +02:00
655a81c835 Update Friulian translation
(cherry picked from commit c3c6dca09f)
2016-10-18 08:47:12 +00:00
1ca3304bff Update Friulian translation
(cherry picked from commit 74fc75a4c1)
2016-10-18 08:00:46 +00:00
08239af907 Update Friulian translation
(cherry picked from commit 0ef51c5af7)
2016-10-18 06:15:23 +00:00
d6e928bd39 Bug 772916 - Composer incorrectly warns about switching from HTML to text when a message snippet is selected
Don't always try to get the currently selected content as text/html, but
if the currently displayed message is a plain text one then get it as
text/plain.
2016-10-17 13:00:40 +02:00
e080e0eebe Updated Norwegian bokmål translation. 2016-10-15 12:13:09 +02:00
d19bb96d3b Bug 772590 - Hitting Backspace causes mail contents to shrink font size momentarily
If WebKit's rendering is slow it could happen that a workaround that we used in
WebKit1 (to fix the WebKit wrapping the content after the caret into the
SPAN) could cause the font to noticeably switch between monospace and
proportional.
2016-10-14 09:00:10 +02:00
93473c5d8f Add a test for bug 772513 2016-10-14 09:00:10 +02:00
fd04c3c41d Make the EContentEditor accessible in tests
This will be handy for some tests as we don't need grow the tests API to
contain every EContentEditor call.
2016-10-14 09:00:10 +02:00
cbf5bfbb48 If body contains just the empty block, then nothing is sent
This is wrong, we have to sent the new line character.
2016-10-14 09:00:10 +02:00
163380dff9 Bug 336195 - Do not ask to notify attendees when there are none 2016-10-13 21:28:22 +02:00
f64933cb37 Do not use camel_folder_set_message_flags() in message-list::on_click()
The function can freeze UI due to other thread having locked
the folder summary, while the message info to which the operation
belongs is already available and known, thus it's also a performance
fix, by not doing unnecessary operations.
2016-10-13 19:28:07 +02:00
b5bca7a05c Place private libevolutiontestsettings.so into a test-gio-modules subdirectory
Thus when the test-html-editor-units loads modules it uses that
subdirectory and doesn't try to load libevolution-util.so with
a result as an error that a 'g_io_module_load' symbol couldn't be
found in this library.
2016-10-13 18:24:42 +02:00
f2dcaefa7d Update Friulian translation
(cherry picked from commit f95d465ae1)
2016-10-13 14:45:41 +00:00
d74c18bcc1 Bug 772803 - Inline images cause busy loop on Reply in WebKitWebProcess 2016-10-13 13:00:36 +02:00
37a26b621d Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIX
That seems to be the correct (common) variable name. Also ensure
the folders will not be empty.
2016-10-13 09:56:58 +02:00
8726851cb8 Bug 772150 - Can't add or edit email signatures 2016-10-12 19:38:34 +02:00
585a5a3150 Update Friulian translation
(cherry picked from commit 43eb256f5c)
2016-10-12 13:36:26 +00:00
c360a6b296 Fixes typos in Catalan translation 2016-10-12 13:59:23 +02:00
856444f270 It's 2016 already :) 2016-10-12 13:16:28 +02:00
8d5d7c3402 Add a helper script for a 'dist' target
It verifies that the distribution tarball is created with all local
changes, which requires them to be committed. If there are uncommitted
changes, then it prints a warning on the console.
2016-10-12 10:04:06 +02:00
d17f923f92 Reorganize directory structure
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
2016-10-11 19:30:18 +02:00
86adb705c5 Update Friulian translation
(cherry picked from commit a32762893b)
2016-10-11 16:28:47 +00:00
d3822a9a26 Update Friulian translation
(cherry picked from commit 0b6f17e0fe)
2016-10-11 15:05:28 +00:00
2e90abe1e3 Disable/remove WebKit1 left artifacts of ENABLE_CONTACT_MAPS
The code which showed contact map in the contact preview required
WebKit1 functionality (gtk+ widgets inside webview), but it's gone
in WebKit2. This didn't break in the compile time, but in runtime
a critical warnings about missing signal had been shown on the console.
Let's disable/remove the related code for now and enable contact
maps in the preview once there's available a good replacement.
All the other functionality still works, thus the overall configure
option is left there.
2016-10-10 18:39:47 +02:00
ef01d1fbfd Extend error messages in FindLDAP.cmake 2016-10-10 18:01:39 +02:00
b9f05e5cfd Update POTFILES.in 2016-10-10 17:19:16 +02:00
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