Commit Graph

45486 Commits

Author SHA1 Message Date
21c8885d9f Update Polish translation 2021-04-17 14:44:31 +02:00
b946c96fd6 Updated Lithuanian translation 2021-04-16 22:57:33 +03:00
62cd35dd5d Update German translation
(cherry picked from commit 55170869da)
2021-04-16 17:34:05 +00:00
0d8109a107 Use GWeakRef in html_editor_actions_notify_html_mode_cb()
The function issues an on-idle callback using the editor, which can
be freed before the idle callback is called. Use GWeakRef to know
whether the editor was freed meanwhile or not.
2021-04-16 12:48:14 +02:00
8d94e2d9be Update Chinese (China) translation
(cherry picked from commit f1ce11155b)
2021-04-16 08:36:46 +00:00
9ce7fdcccd I#1459 - ESelectNamesEditable: Skips every second address in the list
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1459
2021-04-16 07:53:33 +02:00
7cfe4190e3 PrintableOptions.cmake: Correct variable name comparison
CMake 3.20.1 errors out with:

CMake Error at cmake/modules/PrintableOptions.cmake:38 (message):
   variable name cannot be empty
 Call Stack (most recent call first):
   CMakeLists.txt:152 (add_printable_variable)

Change how the parameter value is compared, to fix it.
2021-04-14 17:03:28 +02:00
85656b7cd2 Update French translation 2021-04-14 13:48:06 +00:00
1b9df612a5 Update Basque translation
(cherry picked from commit 2e3bf3a6a6)
2021-04-13 18:43:05 +00:00
634ca15f71 Update Swedish translation
(cherry picked from commit ac7d54f475)
2021-04-13 18:15:26 +00:00
ed97b725cb Update Ukrainian translation 2021-04-13 14:39:22 +00:00
bf193a8578 Update Romanian translation
(cherry picked from commit ab750c5143)
2021-04-13 09:22:03 +00:00
c8141ecf78 Update Catalan translation 2021-04-13 08:49:51 +02:00
8550adb2e8 Update Brazilian Portuguese translation
(cherry picked from commit a52ca60c82)
2021-04-13 01:42:50 +00:00
46093d1e09 EToDoPane: Do not pass recurrence ID when deleting all instances
The recurrence ID should not be used when deleting all instances,
otherwise the views might not receive the notification about
the removal, due to the used instance is not part of the view, but,
more importantly, all instances do not have the recurrence ID set.
2021-04-12 12:11:10 +02:00
e1e448dd1d I#1292 - help: Include Free Form Expression syntax in the user documentation
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1292
2021-04-12 06:49:04 +00:00
f84750ac8e Update Nepali translation
(cherry picked from commit 09eb471cc7)
2021-04-11 01:49:32 +00:00
b0945a04d3 help: Fix a typo 2021-04-10 11:42:39 +02:00
8cbfb6c6c1 help: Cover selecting composer fonts; update composer toolbar items
Fixes #977
2021-04-10 11:36:33 +02:00
7285f56e54 help: Cover HTML vs Plain Text rendering
Fixes #291
2021-04-10 11:20:33 +02:00
86c75bf5ae Ensure non-const pointers passed to I_CAL_IS_... functions
Related to https://gitlab.gnome.org/GNOME/glib/-/issues/2353
2021-04-07 11:40:53 +02:00
7c8fdde610 I#1447 - templates: Include In-Reply-To/References headers
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1447
2021-04-06 15:18:07 +02:00
e9d306bd8d Update French translation 2021-04-04 14:26:08 +00:00
20ee031fa3 Update French translation
(cherry picked from commit 5df1718e1d)
2021-04-04 14:18:15 +00:00
a2833da4bd Update Ukrainian translation 2021-04-03 19:35:20 +00:00
906073f351 Update Ukrainian translation 2021-04-03 19:35:03 +00:00
847fb1b6c2 Update Chinese (Taiwan) translation
(cherry picked from commit eb73b32aef)
2021-04-02 23:22:44 +00:00
009dd8a025 Update Dutch translation 2021-04-02 13:12:26 +00:00
2d1379bb9a help: Cover 'Edit Sort Order… option' 2021-03-28 20:27:28 +02:00
6b8e75deac Update Swedish translation
(cherry picked from commit 9913368f1b)
2021-03-28 00:35:02 +00:00
c5c6de7471 I#1434 - ECompEditorPageReminders: Summary change doesn't change reminder description
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1434
2021-03-25 11:09:17 +01:00
8320752199 I#1439 - Composer: Paste single-line HTML without DIV into LI
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1439
2021-03-24 17:34:52 +01:00
7ae0a37c2e ESourceComboBox: Check ESource's BackendName is filled before using it
This avoids a crash for broken sources.

Reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1942071
2021-03-24 10:16:37 +01:00
9debad14e2 Composer: Incorrect <BR> in quoted line with spaces only
Quoted lines with spaces only also added an extra <BR> when converting
from plain text, which leads to doubled quotation marks and misbehavior
when splitting the blockquote with the Enter key.
2021-03-23 18:08:35 +01:00
807c5decc2 certificate-manager: Provide columns with SHA256 certificate checksum 2021-03-22 15:53:12 +01:00
249200a4ae Update Polish translation 2021-03-21 12:52:12 +01:00
4dc54800f3 I#1423 - ItipView: Show the attendees in the invitation message
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1423
2021-03-19 12:54:41 +01:00
529117f0e6 I#1424 - Composer: Paragraph format change should preserve BLOCKQUOTE
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1424
2021-03-19 12:01:35 +01:00
38087d8386 I#1417 - ItipView: Show full calendar name in info messages
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1417
2021-03-19 09:54:01 +01:00
a3c23e596c I#1410 - SRV Config Lookup: Lookup without email address too
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1410
2021-03-19 09:51:12 +01:00
83de1f6e7e eds-I#317 - Add OAuth2 for Yahoo! accounts
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/317
2021-03-19 09:45:32 +01:00
f7b8ec4a98 EWebDAVBrowser: Preset default calendar color and order
To not reuse the values from the previously created or edited calendar.
2021-03-19 08:40:06 +01:00
0b5bd65696 Post-release version bump 2021-03-19 07:50:26 +01:00
d9b3618c10 NEWS update for 3.40.0 2021-03-19 07:41:05 +01:00
9c3039687e Update Chinese (China) translation 2021-03-19 01:52:01 +00:00
d8b7e67f53 Update French translation 2021-03-18 14:58:37 +00:00
b1f15c48b6 Fix broken markup in Czech Help translation 2021-03-17 13:24:23 +01:00
999fe0b83b Update French translation 2021-03-15 22:24:57 +00:00
066a1de971 Update Italian translation 2021-03-15 07:52:02 +00:00
80bc8173a9 Update British English translation 2021-03-14 10:47:38 +00:00