Commit Graph

45253 Commits

Author SHA1 Message Date
8a442bd07b ECalendarItem: Settings loaded only when being shown
The late settings (through an extension) load could cause busy loop
when changing the date to today with the side panel hidden (from
the previous run of the Evolution).
2020-09-30 13:58:00 +02:00
a03e2ace97 Update Hebrew translation
(cherry picked from commit c525c255a9)
2020-09-30 08:57:06 +00:00
fe4625f0b3 I#766 - Flatpak: Enable access to Kerberos tickets
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/766
2020-09-30 10:51:12 +02:00
8f2ac06d08 Flatpak: Change git URL for libcanberra
There could be an issue to clone it using http:// URL, thus
rather use git:// URL.
2020-09-30 10:47:29 +02:00
4178bea504 M!65 - Resolve build failure with ENABLE_CANBERRA set to OFF
Related to commit c9e7d068e4

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/65
2020-09-29 12:38:56 -04:00
32ca22910e I#1123 - Composer: Spell check menu hides "Add to Dictionary" after open
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1123
2020-09-29 17:47:11 +02:00
5013d1fa55 Update Portuguese translation
(cherry picked from commit ec60fd0020)
2020-09-29 03:10:30 +00:00
caf76afb78 Update Hungarian translation 2020-09-24 11:41:38 +00:00
d4d1ed8db0 I#1109 - CompEditor: Hide known read only groups for new events
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1109
2020-09-23 09:42:14 +02:00
6ad8626d93 EWebKitEditor: Prevent NULL dereference on call to WebKitWebView methods
The parent class may not have defined a method, which EWebKitEditor
expects to have defined (and assigned), thus check for the existence
and call it only if it's set.

Related to https://bugs.webkit.org/show_bug.cgi?id=216828
2020-09-22 18:41:58 +02:00
afe601f1d5 I#1103 - iTip formatter: Ignore non-opaque events in the conflict search
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1103
2020-09-22 13:40:31 +02:00
9f7525be8a Update Friulian translation 2020-09-22 11:02:20 +00:00
cd2d036112 Update Ukrainian translation 2020-09-19 09:05:24 +00:00
f007a5c0c4 Flatpak: Switch to 3.38 SDK and build its own libcanberra
The libcanberra had been dropped from the GNOME Flatpak SDK.
2020-09-18 10:42:20 +02:00
97cd22d4a8 I#1097 - iTip formatter: Show HTML Description, when available
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1097
2020-09-17 12:07:20 +02:00
3dcada1fe0 I#1070 - Improve URL scanner (detect angle brackets)
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1070
2020-09-16 11:52:18 +02:00
949363264f CollectionAccountWizard: Show provided error message when password is required
That way the password request can contain more detailed information from
the lookup worker, if it can/wants to provide any such.
2020-09-15 12:09:24 +02:00
a102ccfd7e I#1096 - iTip formatter: Do not double-HTML-escape user comment
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1096
2020-09-15 08:25:32 +02:00
ee739ef53e I#1095 - WebDAVBrowser: Escape text for use in markup
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1095
2020-09-14 19:00:48 +02:00
23ca05f2b8 I#1094 - CollectionAccountWizard: Eventually prefill account name from server name
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1094
2020-09-14 18:28:30 +02:00
46cc214e3d I#1092 - Mail: Skip error parts when quoting/printing messages
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1092
2020-09-14 17:29:30 +02:00
ff64d7adf1 I#1089 - Extend the iTIP formatter to show ATTACH and URL
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1089
2020-09-14 16:06:09 +02:00
e91ea32b9d I#1090 - Forward as iCalendar: Embed event's local attachments
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1090
2020-09-14 15:50:20 +02:00
352cc57139 Update Catalan translation 2020-09-13 23:15:54 +02:00
d63967c772 Update German translation
(cherry picked from commit 792261d564)
2020-09-12 22:00:38 +00:00
0adc6e014e Update Greek translation
(cherry picked from commit a5b4ab8a27)
2020-09-12 21:07:04 +00:00
e8610fb743 Update Hungarian translation 2020-09-12 19:13:20 +00:00
a0a5bef00f Update Catalan translation 2020-09-12 11:06:49 +02:00
bd0980dd35 I#1085 - WebDAVBrowser: Show the collection URL in the tooltip
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1085
2020-09-11 09:03:18 +02:00
372a24af3c Update Ukrainian translation 2020-09-11 07:02:37 +00:00
0fdd30bde2 I#1075 - EHTMLEditorLinkDialog: Default to https://
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1075
2020-09-11 09:00:48 +02:00
43db11bd74 I#1073 - Calendar: Recurring DATE value can match DTSTART and DTEND
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1073
2020-09-11 08:58:01 +02:00
2da680b799 I#1072 - EDateEdit: Doesn't signal date change when set to None
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1072
2020-09-11 08:53:25 +02:00
cf4788c6a3 I#847 - Make it easier to load remote content
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/847
2020-09-11 08:51:15 +02:00
bf38f23d01 I#353 - [Prefer Plain] Generate plain text from text/html, if not available
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/353
2020-09-11 08:38:44 +02:00
f895ea667f M!63 - Tasks: Add a filter option to show started tasks
Allows to filter for tasks that either have a start date before the
current time or do not have one to support workflows that rely on
the start date of a task rather than completion status or due date.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/63
2020-09-11 06:35:25 +00:00
6e766db839 Update Friulian translation 2020-09-11 06:08:52 +00:00
c6002303d0 Post-release version bump 2020-09-11 07:58:09 +02:00
d85fbf2b63 NEWS update for 3.38.0 2020-09-11 07:51:42 +02:00
96432a7034 Update Italian translation 2020-09-10 09:36:56 +00:00
0c55b164f0 Updated Czech help translation 2020-09-09 19:00:34 +02:00
e6adc7206d Update Swedish translation 2020-09-09 00:31:50 +00:00
488b37bc28 Update Portuguese translation 2020-09-08 19:26:28 +00:00
fa860cc38e Update Portuguese translation
(cherry picked from commit 1df805d0bcb1226fb4a2c03af9e0de34db0de2d3)
2020-09-08 18:11:15 +00:00
5f31252603 Updated Czech translation 2020-09-08 16:48:10 +02:00
98ad1fb5a1 Update Serbian translation 2020-09-08 03:36:03 +00:00
173ff7a548 Update Catalan translation 2020-09-07 22:04:16 +02:00
ead51a8850 ECompEditorMemo: Invalid cast of a widget object
Related to commit 3bb9beb38b , which missed
this place.

Closes https://gitlab.gnome.org/Teams/Releng/freeze-breaks/-/issues/4
2020-09-07 14:48:09 +02:00
b033924119 Update Catalan translation 2020-09-07 10:29:30 +00:00
0a9c74a5d6 Update Slovak translation 2020-09-07 08:47:38 +00:00