Commit Graph

45668 Commits

Author SHA1 Message Date
7c00c6cb91 Update Russian translation 2021-11-16 21:51:32 +00:00
f4e42dbaa2 Update Russian translation 2021-11-16 21:50:27 +00:00
e1cb68011d Update Ukrainian translation 2021-11-16 14:26:39 +00:00
11c68ba645 I#1032 - alarm-notify: Add a way to disable sound notifications
Only adds an option to the Calendar Preferences.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1032
2021-11-16 14:33:42 +01:00
a54bc2cc98 I#1697 - e_text_to_html_full: Use large enough buffer for character escape
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1697
2021-11-15 17:00:58 +01:00
2788bed7bf I#1696 - Composer: Consider only accounts, which can send messages
That's when trying to match an account based on the recipients
in the original message.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1696
2021-11-15 15:48:38 +01:00
6071b5ae82 Calendar: Not all task lists included in the task panel
This could happen when the Evolution had been started in the Tasks view
and then switched to the Calendar view, the task panel was left empty.
It was because all the task lists had been opened already, thus none
emitted the "client-opened" signal, thus the related data model did
not have added the clients.

This applies to the memos panel as well.
2021-11-15 13:29:38 +01:00
3db622fb6a Update Portuguese translation 2021-11-13 15:35:30 +00:00
f7b10c04b4 Update Croatian translation 2021-11-12 11:01:18 +00:00
a312057051 Update Ukrainian translation 2021-11-11 15:44:46 +00:00
8e53d13622 cal-config-weather: Bundle WeatherLocationEntry
The libgweather 4 has the widget removed, thus prepare for it and
bundle its copy from the libgweather 3 into the sources.
2021-11-11 15:46:24 +01:00
b182fc0edc Update Croatian translation 2021-11-11 10:18:32 +00:00
96f3f7d746 Update Esperanto translation 2021-11-10 03:36:47 +00:00
7b62441b5f Misc: Do not rely on build flags provided by evolution-data-server
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/83
2021-11-08 17:54:56 +01:00
6c7ad596d3 M!93 - Correct various typos
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/93
2021-11-08 16:41:07 +00:00
406f1a242e I#1679 - e-convert.js: Do not re-wrap gmail_quote paragraphs ][
Fix a test case for list items.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1679
2021-11-08 15:27:50 +01:00
8e2853140b I#1679 - e-convert.js: Do not re-wrap gmail_quote paragraphs
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1679
2021-11-08 14:36:06 +01:00
90f46bbbf1 Update Portuguese translation 2021-11-07 20:45:44 +00:00
c8feb7152b Update Friulian translation 2021-11-06 21:32:59 +00:00
41271aea97 Update Catalan translation 2021-11-06 18:41:13 +00:00
087a078030 Update Portuguese translation 2021-11-06 16:46:27 +00:00
ee4c322505 Composer: Don't show blockquote indicators on both sides for 6th+ level
Related to https://gitlab.gnome.org/GNOME/evolution/issues/445
2021-11-05 11:43:50 +01:00
8fb62be625 Calendar: Cannot always remove custom reminder message
Make sure when no reminder custom message is set, to also unset
it in the reminder component.
2021-11-05 09:48:38 +01:00
a71474cb1d Update Latvian translation
(cherry picked from commit 0e3f8a90cf)
2021-11-03 20:47:26 +00:00
9c9f52b311 flatpak: Update build manifests
* remove more built files, not needed during runtime
* generate appdata release information from the NEWS files
* add cmark dependency to the development manifest
2021-11-03 10:00:36 +01:00
0be7264fde news-to-appdata: Escape text exported to XML 2021-11-03 07:30:19 +01:00
eed815979d Misc: Correct typo in fallback appdata attribute name 2021-11-03 07:30:19 +01:00
be7ec2ad40 Update Latvian translation
(cherry picked from commit 1f54233e18)
2021-11-02 19:29:23 +00:00
e7e9c1fb42 Misc: Do not build news-to-appdata executable
It's not used neither installed, thus do not build it.
2021-11-02 11:29:17 +01:00
14a84aa4df Misc: Generate appdata <releases/> from the NEWS file
This makes it easier to populate the release information
in the appdata file.
2021-10-30 08:20:19 +02:00
719a228cd5 Fixes to Catalan translation 2021-10-29 07:21:46 +02:00
18691b447c Update Catalan translation 2021-10-26 13:47:45 +02:00
a318d0bb70 I#1672 - ECalModel: Show DTSTAMP, when LAST-MODIFIED is missing
...and when applicable. See:
https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.7.2

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1672
2021-10-25 16:44:54 +03:00
70de95a8d3 I#1667 - Component Preview: render Attendees with HTTPs-URI as hyperlinks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1667
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/90
2021-10-25 14:24:22 +03:00
c938ee2a25 mail-notification: Use different icon name in the notification under Flatpak
The Flatpak renames the 'evolution' icon to the 'org.gnome.Evolution',
thus use that one under Flatpak, to have it available in the notification
bubbles on the host system.
2021-10-21 17:41:11 +02:00
622fc1f131 Update Slovak translation
(cherry picked from commit bba412e40e)
2021-10-21 05:37:07 +00:00
0d666bc1d9 EWebView: Change mouse leave detection code
The old change causes runtime warnings with WebKitGTK 2.34.0,
thus stop sending fake signal to the WebKitGTK and count with
the case when the cached link hover will not update the status
bar text.

Related to https://bugzilla.gnome.org/show_bug.cgi?id=752543
2021-10-18 17:11:25 +02:00
c61022b004 I#1657 - Composer: Correct empty paragraph detection for removal
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1657
2021-10-12 16:13:45 +02:00
6e2dd9d434 mail-importer: Ensure Message-ID header on imported message
The Message-ID header is required when rendering the message preview,
thus, in case it's not available in the message, add it.
2021-10-12 15:08:11 +02:00
0c4c8906ca I#1653 - Correct Edit as New Message inside a Search Folder
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1653
2021-10-07 14:02:44 +02:00
acd57a8d7d I#1649 - Unable to clear search
Correct signal ordering, aka save the state before executing
the search, thus when some part loads the search it's the new one,
not the previous search.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1649
2021-10-06 18:12:08 +02:00
e75c4faa36 I#1646 - Emoji picker empty
Embed emoji.data as expected by the copy of the gtk+' emoji chooser dialog.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1646
2021-10-04 17:18:35 +02:00
bdcf0809e4 Update Catalan translation 2021-10-02 08:50:19 +02:00
9a69f474e3 I#1621 - Prevent IDN homograph attacks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1621
2021-09-30 14:47:24 +02:00
43beeb8b35 Update Persian translation
(cherry picked from commit 81e16cda7d)
2021-09-29 16:51:03 +00:00
dc0605ccae Update Ukrainian translation 2021-09-29 13:04:24 +00:00
33c72a80c5 Use g_assert_true() instead of g_assert() in the unit tests
The `g_assert()` can be disabled by `G_DISABLE_ASSERT` when compiling,
which is not desired for the unit tests, thus use the `g_assert_true()`
in the tests instead.
2021-09-29 13:06:12 +02:00
b0fef05fdf Update Basque translation
(cherry picked from commit 976ecf9aa0)
2021-09-26 09:25:02 +00:00
fd8d1d4ba0 Update Serbian translation
(cherry picked from commit 95df0e758e)
2021-09-25 20:06:52 +00:00
6384787e26 I#1639 - Filter messages by condition if sender is in address book
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1639
2021-09-24 14:12:10 +02:00