Commit Graph

46033 Commits

Author SHA1 Message Date
1bc65c4e18 I#1946 - Logic of "Do not sign meeting requests" is inverted
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1946
2022-06-29 17:43:20 +02:00
b64d5fdbd6 EMonthWidget: Fix a memory leak 2022-06-29 13:43:53 +02:00
fce4f8e64a Update Persian translation 2022-06-29 09:25:35 +00:00
f0c54c6045 Update Ukrainian translation 2022-06-28 16:12:57 +00:00
76a5dd93db Mail: Handle CAMEL_PROVIDER_CONF_ADVANCED_SECTION_START in provider config page
Show it as an expandable part, which is collapsed by default.
2022-06-28 15:18:26 +02:00
8be87f0a74 eds-I#39 - Add Web Key Directory (WKD) support for OpenPGP
Add an option in the Securities tab of the mail account Properties.

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/39
2022-06-28 13:33:10 +02:00
ebadc657c1 I#1930 - Update Task preview, when Task is updated
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1930
2022-06-27 18:49:55 +02:00
18720c5828 Calendar: Update preview on a component change in the Year View
Only the list view had been update, but not the preview panel.
2022-06-27 18:48:47 +02:00
5557253687 I#1942 - Calendar: Show extra Google attendee info in component preview
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1942
2022-06-27 18:18:43 +02:00
18e1dc1f06 I#1944 - Crash when printing task list to pdf
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1944
2022-06-27 17:30:22 +02:00
f78576d36b I#1941 - ESourceSelectorDialog: Close on double-click on source only
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1941
2022-06-27 15:34:20 +02:00
2be08866df Update Ukrainian translation 2022-06-27 11:42:42 +00:00
0097f452dc Calendar: Option to shorten an event time from the end or from the start
This replaces the option to shorten the event from the end only and allows
the user to set whether the even should have moved the start or the end.
2022-06-27 11:31:51 +02:00
8e7815eaac Update Basque translation 2022-06-26 08:28:27 +00:00
588bddcf81 Update Basque translation 2022-06-26 08:27:41 +00:00
bd3326bc3e Update Chinese (China) translation 2022-06-26 00:57:58 +00:00
14d1879a5e Update Russian translation 2022-06-25 18:40:03 +00:00
a999521212 Update Ukrainian translation 2022-06-24 06:32:26 +00:00
c0dafa007e Update Portuguese translation 2022-06-23 21:51:01 +00:00
063a2fc4fb flatpak: Prepare manifest for the development version 2022-06-23 20:49:40 +02:00
7e71f461cb Correct spelling of word 'GitLab' 2022-06-22 21:47:14 +02:00
7fd2108a58 docs: Add some missing sections into the developer documentation 2022-06-22 21:40:46 +02:00
454d21210b M!94 - Port to libsoup3
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/94
2022-06-22 10:57:47 +00:00
fc8e01752a Updated Spanish translation 2022-06-22 10:45:39 +02:00
b0bc2fddc9 Updated Lithuanian translation 2022-06-20 22:05:15 +03:00
8a6165577b Update Russian translation 2022-06-18 21:20:57 +00:00
57c0b50bfc Update Ukrainian translation 2022-06-17 13:14:05 +00:00
d165709abc Update Portuguese translation 2022-06-17 11:08:20 +00:00
6688230dd3 I#1935 - Mail: Add option to print attachment content
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1935
2022-06-17 12:35:49 +02:00
833bf25e80 Update Portuguese translation 2022-06-16 21:15:34 +00:00
8d0f033656 Update Chinese (China) translation 2022-06-15 18:32:40 +00:00
c82def9186 Calendar: Default to event move on drag&drop in Week/Month/Year views
Instead of copy event by default, do rather move it. It can be copied
by holding the Ctrl key.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1306
2022-06-15 13:10:29 +02:00
89b603b652 Update Georgian translation 2022-06-15 05:06:57 +00:00
b7312717ed Update Catalan translation 2022-06-14 23:37:59 +02:00
71e854593f Update Chinese (China) translation 2022-06-13 17:24:29 +00:00
1b82147bb1 Update Ukrainian translation 2022-06-13 14:17:53 +00:00
1ee1bbe2a4 I#1923 - Composer: Add "Copy/Open Link" into the context menu
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1923
2022-06-13 14:10:32 +02:00
96b48e5913 Calendar: Fix recently introduced "maybe used uninitialized" warning in the print code 2022-06-10 09:31:40 +02:00
d6daf9b5b5 Update Portuguese translation 2022-06-09 23:04:29 +00:00
a1d8ad393c I#1306 - Calendar: Drag&drop events in Week/Month views
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1306
2022-06-09 17:58:14 +02:00
4c98376684 Calendar: Ignore event drag&drop in read-only calendars in Year View 2022-06-09 17:58:14 +02:00
2cc5f6ccef Update Ukrainian translation 2022-06-09 14:21:24 +00:00
3e9d38d1fa Calendar: Implement event drag&drop for the Year view
To be able to copy/move an event to a different day.
2022-06-09 14:01:53 +02:00
8137ff2e14 Fix cairo_surface_t memory leaks after drag begin
The gtk_drag_set_icon_surface() references the surface on its own.
2022-06-09 13:00:58 +02:00
8cb5fbbcf4 EWebView: Unset has-selection flag on content load start
The flag could be left set from the previous content, thus
unset it, to stay consistent with the GUI. The outcome was
that the related actions in the context menu had been shown
even when they should not be.
2022-06-09 08:10:21 +02:00
2de495a0a3 I#876 - Calendar: Display multi-lingual properties in current locale
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/876
2022-06-08 19:00:31 +02:00
4a8b5c2930 M!107 - em-format: Make contact photo rounded
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/107
2022-06-08 10:07:46 +00:00
580bd7aa50 Update Russian translation 2022-06-05 12:33:14 +00:00
c0577c26db Update Portuguese translation 2022-06-03 22:11:56 +00:00
5f9d351472 EMailStripSigFilter: Make sure it doesn't read out of buffer bounds
It could happen the reading of the buffer was done out of the buffer
bounds in some cases, as had been spotted in:
https://gitlab.gnome.org/GNOME/evolution/-/issues/1025#note_1470109

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1156
2022-06-03 10:11:51 +02:00