5c80418ee6
I#2164 - RSS: Fails to read RDF feeds
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2164
2022-11-24 16:50:13 +01:00
d6ff855d89
I#1245 - Show available categories in Contacts view
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1245
2022-11-24 13:56:08 +01:00
44e95988ba
Update Hungarian translation
2022-11-22 23:49:58 +00:00
ded1ecd696
help: Mention the evolution-users mailing list in the help
2022-11-21 18:55:33 +01:00
da98badbef
Update Serbian translation
...
(cherry picked from commit 1cfab583fb )
2022-11-20 14:52:05 +00:00
be9d69b5c5
Update Turkish translation
2022-11-19 17:06:14 +00:00
ca10ae843c
I#2138 - Calendar: Do not shorten time of pasted events
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2138
2022-11-16 15:59:57 +01:00
1fa33ef3d9
I#2147 - Hide menu bar by default
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2147
2022-11-16 15:48:21 +01:00
7de86f4987
I#1691 - itip-view: Correct text for PUBLISH and REQUEST without organizer
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1691
2022-11-15 15:04:24 +01:00
3c9524f612
I#2144 - EWebView: Use system link color for "expand recipients" dots
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2144
2022-11-15 12:38:33 +01:00
812f5f56f1
I#2133 - Composer: Correct tooltip for "S/MIME Encrypt"
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2133
2022-11-15 09:42:47 +01:00
c499e891fd
Update Hungarian translation
2022-11-13 12:13:40 +00:00
65a6f64481
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:27:04 +01:00
eaf5cd983e
Update Dutch translation
...
(cherry picked from commit 718d543a40 )
2022-11-09 18:57:13 +00:00
479c72a2c1
I#2102 - Markdown Editor: Add option for side-by-side preview
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2102
2022-11-09 18:49:19 +01:00
f380159524
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:40:01 +01:00
d94048c137
flatpak: Enable extension point for the development version
...
Since commit 4862be52c8
the evolution-data-server supports also out-of-tree extensions,
which are suitable for the Flatpak installations, thus enable
the extension point in the Flatpak manifest.
2022-11-09 10:10:15 +01:00
4dabff6ad6
I#2094 - itip-formatter: Offer Import for components without attendees ][
...
Extend the "Import" button usage to other/more methods.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2094
2022-11-08 09:45:59 +01:00
7980b7148d
I#2112 - StartupWizard: Shown even with configured mail account
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2112
2022-11-07 11:01:11 +01:00
5d4b8116be
Update Hungarian translation
2022-11-05 16:52:58 +00:00
4d1bd06861
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:36:39 +01:00
2b375c5f65
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:25:16 +01:00
2b32a9e8c5
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:19:31 +01:00
16d02b5707
Updated Spanish translation
2022-11-02 09:46:58 +01:00
b3fb93704f
Updated Spanish translation
2022-11-02 09:46:30 +01:00
1aa08316e7
Merge branch 'master' of gitlab.gnome.org:GNOME/evolution
2022-11-02 09:44:50 +01:00
1b71c48bec
Updated Spanish translation
2022-11-02 09:38:13 +01:00
0c3aabfbf0
M!112 - Remove unused assignments
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/112
2022-11-02 08:15:39 +02:00
23636596a2
I#2101 - Markdown Editor: Paste Quotation always disabled
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2101
2022-11-01 09:03:43 +01:00
e02de2d579
Update Russian translation
2022-10-31 12:06:29 +00:00
a68eb386d5
I#2094 - itip-formatter: Offer Import for components without attendees
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2094
2022-10-27 12:21:20 +02:00
344e7791b2
I#2096 - Use symbolic icons for high contrast icon themes
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2096
2022-10-27 11:09:07 +02:00
70c17db922
mail-mt: Use GCallback instead of its own type in mail_call_main()
...
It addresses -Wstrict-prototypes warning.
2022-10-26 18:07:28 +02:00
58dfcac3fc
misc: Declare functions with no argument as (void), not ()
...
Not using the type in the function parameter declaration is an "old-style-definition".
Avoid it, thus future build option changes won't stop on it.
2022-10-26 15:47:47 +02:00
dc0971763d
I#2090 - Split sentence in e-rss-preferences.c file
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2090
2022-10-26 13:35:37 +02:00
e79a1c61cd
Update Ukrainian translation
2022-10-21 14:56:46 +00:00
83c99cc4c2
Update Ukrainian translation
2022-10-21 14:51:12 +00:00
3afb66b78d
Update Italian translation
...
(cherry picked from commit d51265fed5 )
2022-10-21 14:07:51 +00:00
1980aca742
Update Swedish translation
...
(cherry picked from commit a0d7f042250dedd28945849bda7c7aa9a1ee5cb3)
2022-10-21 10:32:05 +00:00
99acb37656
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:05:53 +02:00
1e68709a69
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:02:55 +02:00
a8a5489680
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:20:18 +02:00
b48e0303e4
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:19:53 +02:00
da1a5865b5
I#2088 - Import/Export RSS feeds from/to OPML file
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2088
2022-10-20 15:42:52 +02:00
fab35683ae
Update German translation
2022-10-20 12:22:25 +00:00
94a97623a4
rss: Correct mnemonic letters in Preferences
...
One widget had been clashing with another. The second had missing
its mnemonic completely.
2022-10-20 11:41:57 +02:00
3817d9bc10
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:43:56 +02:00
9f488ae848
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:38:28 +02:00
cfbcd0e2e3
I#2087 - Composer: Extra separators shown on the toolbar
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2087
2022-10-19 09:05:40 +02:00
083e9cb567
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:40:19 +02:00