Commit Graph

46092 Commits

Author SHA1 Message Date
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
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
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
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
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
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
718d543a40 Update Dutch translation 2022-11-09 18:57:06 +00:00
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
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
2ae0717cda Update Abkhazian translation 2022-11-06 14:11:50 +00:00
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
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
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
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
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
bedd44fa9c Update Ukrainian translation 2022-10-21 14:48:45 +00:00
d51265fed5 Update Italian translation 2022-10-21 14:07:45 +00:00
1507bdad95 Update Swedish translation 2022-10-21 10:34:29 +00:00
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
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
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
d09972ec5d Post-release version bump 2022-10-21 08:10:03 +02:00
da03209889 NEWS update for 3.46.1 2022-10-21 07:57:38 +02:00
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
dacd97edf8 Update German translation 2022-10-20 12:13:35 +00:00
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
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
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
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
ae8afb57e9 Update German translation 2022-10-17 11:37:01 +00:00
d16a830a80 I#2073 - Calendar: Meeting's Reply-To-All should not use attendee response in Subject
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2073
2022-10-17 10:32:08 +02:00
dcba354310 Update Bulgarian translation 2022-10-13 16:12:25 +00:00
ec4f8f1906 EHTTPRequest: Rearrange free functions and set error on failure
Two changes:
a) rearrange free functions - the input stream can access some
   underlying libsoup structures, which can be freed together
   with the message or the session, thus rather free the objects
   in the reverse order than they had been created;
b) the function did not propagate the error on failure, thus make
   sure any error is returned in such case.
2022-10-13 12:56:45 +02:00
5c2210d448 EWebView: Make sure an error is set when passing it to webkit_uri_scheme_request_finish_error()
In case the content request fails, but does not set the GError,
make sure any error is set, thus the webkit_uri_scheme_request_finish_error()
can work properly.
2022-10-13 12:56:38 +02:00
38f245ef0e I#2063 - Make it possible to disable GOA accounts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2063
2022-10-07 09:00:27 +02:00
b64618d2d2 I#2062 - Limit number of previewed messages on mbox file import
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2062
2022-10-06 17:29:18 +02:00
256b42b5cf Update Nepali translation 2022-10-06 08:55:05 +00:00
3dced4fab7 Update French translation 2022-10-04 19:31:01 +00:00
e5210ee4b1 Fix possible crash under type_ahead_complete_on_timeout_cb()
The timeout GSource is not removed on dispose of the name selector
entry, which can cause a crash on the callback invocation.
2022-10-04 16:54:18 +02:00
4dd1ff5d4a I#2059 - Group Manager: Auto-deselect sources in to be hidden groups
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2059
2022-10-03 10:34:19 +02:00
32df8128d1 Update Croatian translation 2022-09-30 11:36:34 +00:00
d7a2ee290e Update Basque translation 2022-09-29 16:54:51 +00:00
aed39af1fd Update Abkhazian translation 2022-09-29 15:09:15 +00:00
706e2fea53 I#2053 - Contacts: Correct print of multiline text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2053
2022-09-29 11:51:44 +02:00
44c2192a4e publish-calendar: Correct type of a 'port' variable to match GUri's port type
GUri uses -1 for 'port not set', but storing such value into an unsigned
variable makes the -1 an out of bounds value.
2022-09-29 10:29:35 +02:00
48ef5fbea3 I#2051 - Mail: Hide print Preview in the menu
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2051
2022-09-29 09:41:35 +02:00
3d102f8fae Update Georgian translation 2022-09-28 18:23:47 +00:00
c66e0d1a06 Updated Lithuanian translation 2022-09-27 22:43:26 +03:00
486fa4aeea Update Portuguese translation 2022-09-27 18:44:30 +00:00