Commit Graph

45299 Commits

Author SHA1 Message Date
536267e1c2 Update French translation 2021-05-05 09:08:24 +00:00
cbbcf70879 I#1475 - Mail: Read Subject from PGP encrypted mail even without text/rfc822-headers part ][
The protected headers can be included also under the multipart/signed part,
not only directly under the encrypted part.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1475
2021-05-04 19:15:33 +02:00
33ed15458f e-mail-reader: Add safety checks on return value from e_mail_reader_get_selected_uids()
Discovered by static analyzers.
2021-05-04 18:28:25 +02:00
6751b327ab itip-utils: Fix a possible memory leak 2021-05-04 18:28:16 +02:00
bb9b3f4c8d Update Serbian translation 2021-05-01 05:32:32 +00:00
c2231b30c6 Post-release version bump 2021-04-30 08:13:11 +02:00
67ad0cb11c NEWS update for 3.40.1 2021-04-30 08:04:32 +02:00
1e284e681b I#1475 - Mail: Read Subject from PGP encrypted mail even without text/rfc822-headers part
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1475
2021-04-29 18:28:39 +02:00
4b3542ccf3 eds-I#329 - Calendar: Add SIMPLE_MEMO_WITH_SUMMARY capability
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/329
Related to https://gitlab.gnome.org/GNOME/evolution-etesync/-/issues/10
2021-04-28 08:56:57 +02:00
0cdf147319 I#1474 - Calendar: All day event tooltip shown only above Summary text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1474
2021-04-27 11:41:24 +02:00
90c354e0ce I#1471 - Composer: Lost attachments in reply/forward of an encrypted message
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1471
2021-04-26 11:54:09 +02:00
cc05e97533 Update Turkish translation 2021-04-23 09:15:05 +00:00
19f35b8e28 Update Swedish translation 2021-04-22 21:20:23 +00:00
5abd4e49e0 Update Indonesian translation 2021-04-22 07:04:14 +00:00
e6b370d784 I#1460 - Don't put signature above original message when editing sent mail as new
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1460
2021-04-21 11:38:50 +02:00
d1f1939089 I#1467 - Calendar: Ignores change of repeating event's end date only
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1467
2021-04-21 11:12:43 +02:00
0160dbcefc I#1462 - Mail: Let choose a Templates folder from any account
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1462
2021-04-21 10:33:30 +02:00
dad0dd2bab Update Nepali translation 2021-04-19 15:38:48 +00:00
ead95d0258 eds-M!68 - SetupBuildFlags.cmake: Correct testing of two compiler/linker build flags
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/68
2021-04-19 17:05:47 +02:00
a1e8772988 Updated Spanish translation 2021-04-19 15:34:09 +02:00
c7adee9c99 Update Polish translation 2021-04-17 14:44:17 +02:00
c488fff68a Updated Lithuanian translation 2021-04-16 22:57:33 +03:00
55170869da Update German translation 2021-04-16 17:33:37 +00:00
86196991bf 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:54 +02:00
f1ce11155b Update Chinese (China) translation 2021-04-16 08:36:27 +00:00
77962d156a I#1459 - ESelectNamesEditable: Skips every second address in the list
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1459
2021-04-16 07:55:18 +02:00
ed8f230fa2 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:04:32 +02:00
2e3bf3a6a6 Update Basque translation 2021-04-13 18:42:50 +00:00
ac7d54f475 Update Swedish translation 2021-04-13 18:15:11 +00:00
ab750c5143 Update Romanian translation 2021-04-13 09:21:46 +00:00
a52ca60c82 Update Brazilian Portuguese translation 2021-04-13 01:42:32 +00:00
c9bc38035f Update Portuguese translation 2021-04-12 21:43:31 +00:00
f303430963 Update Slovenian translation 2021-04-12 20:20:48 +00:00
fd921d6a65 Update Ukrainian translation 2021-04-12 13:19:38 +00:00
1a10e51451 eds-I#317 - Add OAuth2 for Yahoo! accounts
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/317
2021-04-12 15:03:12 +02:00
d72b658003 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:14:17 +02:00
09eb471cc7 Update Nepali translation 2021-04-11 01:49:10 +00:00
668023ccd3 Update Ukrainian translation 2021-04-10 10:58:35 +00:00
1396555fc4 help: Cover selecting composer fonts; update composer toolbar items
Fixes #977
2021-04-10 11:38:10 +02:00
a830c237c9 Ensure non-const pointers passed to I_CAL_IS_... functions
Related to https://gitlab.gnome.org/GNOME/glib/-/issues/2353
2021-04-07 11:41:42 +02:00
6fa7dbb987 I#1447 - templates: Include In-Reply-To/References headers
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1447
2021-04-06 15:19:02 +02:00
5df1718e1d Update French translation 2021-04-04 14:17:58 +00:00
eb73b32aef Update Chinese (Taiwan) translation 2021-04-02 23:22:24 +00:00
a2bd42a520 Update Dutch translation 2021-04-02 14:24:30 +00:00
47db4c18dc Update Dutch translation 2021-04-02 14:10:56 +00:00
9913368f1b Update Swedish translation 2021-03-28 00:34:45 +00:00
0856fa791c I#1434 - ECompEditorPageReminders: Summary change doesn't change reminder description
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1434
2021-03-25 11:11:56 +01:00
722148f755 I#1439 - Composer: Paste single-line HTML without DIV into LI
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1439
2021-03-24 17:35:48 +01:00
2e1c73805e 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:18:46 +01:00
19e9957d10 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:11:37 +01:00