Commit Graph

42646 Commits

Author SHA1 Message Date
895c6f8dc4 Update Greek translation
(cherry picked from commit c463b8b423)
2016-11-06 17:26:10 +00:00
49f7d57943 Update Friulian translation 2016-11-05 20:31:30 +00:00
c2f4c275bb Update Friulian translation 2016-11-05 18:12:44 +00:00
e70baf4e95 Update Friulian translation 2016-11-05 17:36:45 +00:00
e10c1448dd Update Friulian translation 2016-11-04 22:17:43 +00:00
6e81f45157 Update Friulian translation 2016-11-04 21:37:43 +00:00
d1180f3fca Fix possible crash (use-after-free) under mail_send_receive()
There could happen that at the end of the inner call to send_receive()
had been used the 'data' local structure pointer after it had been
freed, which could happen when all configured accounts failed to get
the store. It could strike sometimes when going from offline to online.
2016-11-04 13:40:00 +01:00
c035cd1400 Editor is not marked as changed after some operations 2016-11-04 12:53:53 +01:00
018fc0a247 Renew spell-check only in viewport and not in the whole document
This saves over 4 seconds when loading test message from rhbz#1390800
2016-11-04 12:53:52 +01:00
ab96160246 Update Hungarian translation 2016-11-04 11:32:50 +00:00
28f1790ab8 Bug 773864 - Flashing format combo value on mouse-wheel scroll
Restore the selection position on the end of the spell-check refresh
before unblocking the SelectionChanged callbacks as otherwise the last
selection from doing the refresh will be used as well.
2016-11-04 08:59:03 +01:00
98bdb9e3ec Update Spanish translation 2016-11-02 09:08:10 +00:00
50c0d738e1 Extra quoted character on the end of the quoted PRE element if it ends with BR element
Don't quoted the BR element if it does not have a next sibling.
2016-11-01 14:38:27 +01:00
dd36148a9d Skip the tests that are known to fail
It would be nice to have a way in gtest to mark a test for skipping, but
as there is no way to do it, we will at least print the SKIPPED status
on the console to distinguish tests that are skipped.
2016-11-01 14:38:27 +01:00
03d80637e2 Tests are expecting the font-family attribute on BODY
After fixing bug 772590 the attribute is no longed set on BODY. Adjust
the tests accordingly.
2016-11-01 14:38:27 +01:00
5301567c17 Update Friulian translation 2016-10-31 21:06:52 +00:00
111150cdad Update German translation
(cherry picked from commit e513c1a61d)
2016-10-31 19:53:28 +00:00
b73f0a53fa Update Friulian translation 2016-10-31 15:07:11 +00:00
37eac9c3d3 Bug 773659 - Don't set CFLAGS returned by pkg-config as CMAKE_REQUIRED_FLAGS 2016-10-31 15:58:11 +01:00
5eb4b6a45b Updated Lithuanian translaton 2016-10-30 20:57:12 +02:00
c238fd0190 Updated Czech translation 2016-10-26 08:44:38 +02:00
a5759a83d0 Bug 773494 - Composer doesn't respect dpi settings
Normalize the font size when setting the "default-monospace-font-size" and
"minimum-font-size" properties of WebKitSettings (as we do for
EWebView).
2016-10-26 07:54:55 +02:00
06dc3464c8 Bug 771821 - Make magic-spacebar work again with WebKit2 2016-10-25 22:10:40 +02:00
95aa19eebc Bug 769573 - Allow also time part set for Tasks, not only date part 2016-10-25 18:59:09 +02:00
cdfe23a8d7 Bug 770926 - Reword default reminder option in Preferences 2016-10-25 14:32:16 +02:00
1a22e3745f Bug 773236 - Memory leak from e-editor-dom-functions.c:save_history_for_input
Free the history event before removing it from the history.
2016-10-25 14:22:06 +02:00
4cc4142f2b Update Friulian translation
(cherry picked from commit 3a51698dcb)
2016-10-24 13:53:47 +00:00
4a887fd982 Post-release version bump 2016-10-24 15:46:17 +02:00
66aebdd162 NEWS update for 3.23.1 2016-10-24 15:40:36 +02:00
3480282e52 Fix possible use of uninitialized variable (from a fix for bug 605416) 2016-10-24 15:39:09 +02:00
ae60b7f5d1 Correct the mime type of preview selection string 2016-10-24 15:12:31 +02:00
aabb044693 Hard-break make dist when there are uncommitted changes
Similar to NEWS-file test, add also SKIP_COMMIT_TEST=1 to be able to skip
any such issue. This helps to notice uncommitted changes before the tarball
is created.
2016-10-24 14:31:15 +02:00
b14222e7fc The "Reply from preview selection" feature is wrong for multipart messages
Introduce e_mail_display_get_selection_content_multipart_sync() that
will return a current selection with the right mime type (that's
reflecting whether the plain text part of the HTML one is currently
displayed).
2016-10-24 14:22:22 +02:00
f4c03b4ac2 Fix e_mail_display_get_selection_plain_text_sync()
Fix couple of issues with e_mail_display_get_selection_plain_text_sync()
 * Call the right Web extension method
 * Fix a FIXME WK2 comment
 * Change the return type to gchar * instead of const gchar * and adapt
   the code. Previously we were return a string that belonged to the
   GVariant, that contained the result of a DBus call to Web extension.
   The problem was that string was freed even before we return it from
   the function as it was freed with g_variant_unref().
2016-10-24 14:21:39 +02:00
bbec008c0a Bug 773396 - Pasting with midlde mouse button and Shift pressed doesn’t cite text 2016-10-24 08:39:29 +02:00
61df27b661 Update Friulian translation
(cherry picked from commit 356583656e)
2016-10-24 06:38:36 +00:00
de018d2e93 Update Friulian translation
(cherry picked from commit be0bc952b0)
2016-10-24 06:04:47 +00:00
33fd6fe477 Update Friulian translation
(cherry picked from commit 09859db346)
2016-10-22 18:02:21 +00:00
66bdaaecfc EEditorPage is never freed
We were comparing the address of a WebKitWebPage object with an
EEditorPage one.
2016-10-20 16:53:17 +02:00
c92362d851 Add options to select Memo/Task Lists for Reminder notifications
Previously only Calendars could be selected for Reminder notifications
on a per-source bases in the UI and all Memo/Task Lists were used.
Currently the Edit->Preferences->Calendars and Tasks->Reminders tab
had been extended to allow setting the inclusion for Reminder
notifications for all three types.
2016-10-20 12:57:33 +02:00
54dd6476da Bug 772858 - Alarm-notify should not open disabled sources 2016-10-20 12:10:38 +02:00
3c3439c744 Add an option to (not) have reminder notification dialog always on top
When there's set the 'keep-above' flag on the GtkWindow, then the window
itself cannot be moved below other (regular) windows, which may not always
make sense. This option lets the user to decide what he/she prefers.
2016-10-20 11:15:35 +02:00
bb5c7b6001 Do not steal focus when alarm notify dialog is shown 2016-10-20 10:31:41 +02:00
4a412f3f00 Use unique D-Bus service name for WebKit editor and cancel pending calls on dispose
The former part is good to not reuse D-Bus service name between different processes.
The later part fixes a crash of `test-html-editor-units -p /font/size` where
the test could crashed right after the first finished. The reason was that
the dispose call on the window caused style change signal, which called
ElementSetAttributeBySelector D-Bus method, which may not always finish before
the the WebKitWebProcess stopped, which resulted in a D-Bus error and following
test abort due to a critical warning with that particular error message.
2016-10-19 23:11:35 +02:00
2f253272ae Bug 773033 - Switch from Work Week to Week view on 'Select today', if needed 2016-10-19 18:04:49 +02:00
55e2ec49af Bug 769733 - Meeting invitation cannot change calendar 2016-10-19 17:35:38 +02:00
fdff8a4e47 Update Slovak translation 2016-10-19 15:05:12 +00:00
348637cc4b Update Slovak translation
(cherry picked from commit 67dc7ef3e6)
2016-10-19 14:59:25 +00:00
afd7d8094d Fix a crash when replying to all recipients
An overlook of the usage of g_hash_table_add() made a mismatch
of expected values being stored in the hash table and the actual values.
2016-10-19 14:18:16 +02:00
bb9b7f8d9c Fix style 2016-10-19 12:34:45 +02:00