Commit Graph

46112 Commits

Author SHA1 Message Date
Jiri Grönroos
93940c1ef3 Update Finnish translation 2022-12-20 17:54:43 +00:00
Andika Triwidada
320cf4b18d Update Indonesian translation 2022-12-17 01:40:40 +00:00
Andika Triwidada
32871064c3 Update Indonesian translation 2022-12-16 08:06:56 +00:00
Jürgen Benvenuti
676ef0ac71 Update German translation 2022-12-09 20:54:28 +00:00
Milan Crha
81a67d7c9f EMailReader: Correct sensitivity of toolbar buttons
The helper toolbar buttons for Group Reply and Forward had been
always sensitive, not only when they could be used.
2022-12-08 13:04:09 +01:00
Milan Crha
480e982284 I#2176 - Duplicate attachments when forwarding
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2176
2022-12-07 13:00:39 +01:00
Milan Crha
8fa3de1231 Fix few memory leaks 2022-12-07 11:46:01 +01:00
Milan Crha
a1f44e1c6a I#2180 - MarkdownEditor: Correct signature boundary start on text insert
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2180
2022-12-06 15:35:00 +01:00
Milan Crha
bef0964489 I#2109 - Calendar: Unset "Show Event Preview" shortcut
It had been clashing with a shortcut to switch to the Month view.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2109
2022-12-05 15:30:52 +01:00
Bruce Cowan
8234fda6c3 Update British English translation 2022-12-05 12:54:21 +00:00
Jordi Mas
47e17475ea Update Catalan translation 2022-12-03 11:01:50 +01:00
Jordi Mas
98b069d61c Update Catalan translation 2022-12-03 11:01:36 +01:00
Milan Crha
441066d814 Post-release version bump 2022-12-02 12:07:00 +01:00
Milan Crha
cec0be4f83 NEWS update for 3.46.2 2022-12-02 11:55:07 +01:00
Milan Crha
28a005c06d EMailBrowser: Correct placement of the menu button in the header bar 2022-12-02 11:42:14 +01:00
Dacoda Strack
83ca46a30d I#2166 - Use 'contains' for autocompletion query
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2166
2022-12-02 11:20:50 +01:00
Nart Tlisha
2f3156d804 Update Abkhazian translation 2022-12-02 10:05:11 +00:00
Milan Crha
83b1ce4cc0 I#2146 - EShellHeaderBar: Show button labels adaptively
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2146
2022-12-02 10:01:29 +01:00
Milan Crha
46f8f78b14 I#2105 - MarkdownEditor: Correct conversion from HTML
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2105
2022-11-30 16:53:49 +01:00
Milan Crha
3e01de6bfe I#2167 - e-web-view.js: Check for instantiated iframe document
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2167
2022-11-29 17:39:17 +01:00
Milan Crha
3fa76de44a I#2169 - EWebView: Apply zoom level to element position in "element-clicked" signal
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2169
2022-11-28 13:54:41 +01:00
Milan Crha
105dee654c I#2162 - MarkdownEditor: Correct cursor placement on composer open
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2162
2022-11-25 09:50:37 +01:00
Milan Crha
9eba11d597 I#2164 - RSS: Fails to read RDF feeds
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2164
2022-11-24 16:51:11 +01:00
Мирослав Николић
1cfab583fb Update Serbian translation 2022-11-20 14:51:53 +00:00
Milan Crha
6940489b1f I#2138 - Calendar: Do not shorten time of pasted events
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2138
2022-11-16 16:01:23 +01:00
Milan Crha
ecde464a8f I#2144 - EWebView: Use system link color for "expand recipients" dots
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2144
2022-11-15 12:39:57 +01:00
Milan Crha
878b83f45c Mute "No provider available for protocol “sendmail”" under Flatpak
The Flatpak doesn't support sendmail currently, but there's shown every
Evolution start a runtime warning:

   (evolution.bin:26): e-mail-engine-WARNING **: 15:50:53.371: Failed to add service 'Sendmail' (sendmail):
   No provider available for protocol “sendmail”

Hide the error there, because it is not helpful.
2022-11-10 10:30:54 +01:00
Nathan Follens
718d543a40 Update Dutch translation 2022-11-09 18:57:06 +00:00
Milan Crha
e32992bfbc Add WebKit user plugin paths into the sandbox
The web extension doesn't have access into those directories without it,
which ignores the user plugins when the sandboxing is enabled.
2022-11-09 14:41:54 +01:00
Milan Crha
96f955e143 I#2112 - StartupWizard: Shown even with configured mail account
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2112
2022-11-07 11:04:04 +01:00
Nart Tlisha
2ae0717cda Update Abkhazian translation 2022-11-06 14:11:50 +00:00
Milan Crha
a2410006a0 I#2097 - Calendar: Current time is off by one day for work week view
This reverts part of commit 910186c4c4

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2097
2022-11-03 09:38:00 +01:00
Milan Crha
ee3a750c0d EYearView: Correct calculation of the shown date
The date shown above the list of the events for the selected day
could be off by a day for some time zones due to incorrect calculation
of the date.
2022-11-03 09:27:09 +01:00
Milan Crha
4938c08a18 I#2107 - EDayView: Event text clipped too early with icons
Two changes:
- the day view will use full width when there's only one icon
- the EText counts also the x-offset for the wrap width

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2107
2022-11-02 11:26:03 +01:00
Milan Crha
93e2794b1f I#2101 - Markdown Editor: Paste Quotation always disabled
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2101
2022-11-01 09:04:39 +01:00
Milan Crha
ddfbbc6ca1 I#2096 - Use symbolic icons for high contrast icon themes
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2096
2022-10-27 11:09:48 +02:00
Yuri Chornoivan
bedd44fa9c Update Ukrainian translation 2022-10-21 14:48:45 +00:00
Gianvito Cavasoli
d51265fed5 Update Italian translation 2022-10-21 14:07:45 +00:00
Anders Jonsson
1507bdad95 Update Swedish translation 2022-10-21 10:34:29 +00:00
Milan Crha
c92e618b90 itip-utils: Change provided HTML transcript of a replied-to meeting
Let the HTML structure be more to what the composer expects, which is
paragraphs as DIV-s, not just a plain text with BR-s.
2022-10-21 11:07:44 +02:00
Milan Crha
4795d36501 EHTMLEditor: Traverse between all editors when looking for the editor name
That was a bug in the code, the `if` was meant to be `while`, thus all
the known editors are checked, not only the first, in whatever order
the GHashTable considers the first to be.
2022-10-21 11:05:39 +02:00
Milan Crha
4cf2e9bd57 Composer: Correct conversion of TABLE into Plain Text
The <TR> is similar to <BR> for the Plain text, thus when reading it
add the new line, if needed.

The WebKit returns correct `\n` in the node's innerText, but using it
as a plain text hides it for the user, thus split the lines and add
them as separate paragraphs.
2022-10-21 10:30:18 +02:00
Milan Crha
d09972ec5d Post-release version bump 2022-10-21 08:10:03 +02:00
Milan Crha
da03209889 NEWS update for 3.46.1 2022-10-21 07:57:38 +02:00
Andre Klapper
2701a1c320 help: Replace to-be-retired mailing list with GNOME Discourse link
See https://mail.gnome.org/archives/evolution-list/2022-October/msg00128.html
2022-10-20 20:21:21 +02:00
Jürgen Benvenuti
dacd97edf8 Update German translation 2022-10-20 12:13:35 +00:00
Milan Crha
d5ff0fb0bd I#2087 - Hide extra separators in Mail and Calendar view toolbars
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2087
2022-10-20 10:46:17 +02:00
Glen Whitney
b7377775cc I#2064 - EShellHeaderBar: Disable subtitle for the header bar
Evolution shell header bars never use the subtitle, so it should
be turned off to prevent using unnecessary vertical space.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2064
2022-10-19 18:42:10 +02:00
Milan Crha
8ff999eb53 I#2087 - Composer: Extra separators shown on the toolbar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2087
2022-10-19 09:06:57 +02:00
Milan Crha
68da8385f0 I#2083 - Enable sandboxing for WebKitGTK 2.38.0+
The printing bug had been fixed for WebKitGTK 2.38.0, thus enable
sandboxing for that and later versions.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2083
2022-10-19 07:42:31 +02:00