b7f11dfd79
I#2404 - Calendar: Hide well-known read-only source from import dialog
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2404
2024-06-19 17:35:03 +02:00
613e26a6bb
I#2384 - Mail: Show inline images with 'name' as attachments
...
This covers inline images generated by Apple Mail or Google web interface.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2384
2024-06-19 16:18:16 +02:00
e2038977e1
Update Georgian translation
2024-06-19 03:48:46 +00:00
393d0955de
Update Chinese (China) translation
2024-06-18 19:55:05 +00:00
d69c257afd
I#2308 - Language for replies and forwards is not respected by "Inline (Outlook style)" reply style
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2308
2024-06-17 17:36:49 +02:00
2ad05fd709
Update Slovenian translation
2024-06-14 20:13:14 +00:00
e053a58f2a
Update Ukrainian translation
2024-06-14 19:13:07 +00:00
eea94c7cca
I#2696 - Mail: Add possibility to add multiple Labels at once
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2696
2024-06-14 11:17:51 +02:00
5276de031c
I#2778 - Crash under gtk_clutter_init_internal()
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2778
2024-06-14 06:36:42 +02:00
cf10db082a
Update Georgian translation
2024-06-14 03:45:18 +00:00
3dbe2e58d4
I#2365 - Composer: Wrap search by default
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2365
2024-06-12 07:50:22 +02:00
dff149a8b0
EAttachment: Check file_info contains display-name before accessing it
...
There could be shown a runtime warning about the attachment's file_info
not containing the display-name attribute while the code still tried
to access it, which is considered a bug in the code using glib2 API,
thus verify the attribute is available before accessing it. Also access
it only when needed, not always.
2024-06-11 17:04:39 +02:00
39cc434e02
Update Ukrainian translation
2024-06-09 14:50:03 +00:00
4ad5e4e66b
Update Slovenian translation
2024-06-08 08:01:30 +00:00
3d3c0ae94e
I#2287 - Paste screenshot from clipboard in Mail composer
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2287
2024-06-07 13:10:30 +02:00
dbdebbb057
I#2283 - Calendar: Add option to disable drag&drop of the events
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2283
2024-06-07 11:09:16 +02:00
4a5fca7389
I#2276 - "Edit as new message" fails for encrypted mails
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2276
2024-06-07 10:10:18 +02:00
95aaef5088
Update Slovenian translation
2024-06-06 21:00:08 +00:00
780315d96e
Update Ukrainian translation
2024-06-06 19:50:33 +00:00
e265e3f597
I#2266 - Ability to use a different Markdown-to-HTML converter
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2266
2024-06-06 11:19:56 +02:00
717d22a304
Update Slovenian translation
2024-06-05 20:12:56 +00:00
c333b17be7
I#2230 - Configurable timeout for WebDAV sources
...
It's not only WebDAV, but those which use ESoupSession, which reads
the timeout from the ESourceWebdav extension.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2230
2024-06-05 17:36:02 +02:00
2a5380de1b
I#2006 - Calendar: Changing start date does not offer saving immediately
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2006
2024-06-04 17:47:47 +02:00
a3ef883203
I#1997 - Evolution imports some .eml files incorrectly
...
It's for those which have a line beginning with "From " (quotes
for clarity only) in the text, which is used as a message delimiter
in the MBOX format.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1997
2024-06-04 15:35:03 +02:00
88be013ed7
I#2773 - Unable to drag'n'drop attachments between attachment bars
...
Replace leftover usages of gtk_main_iteration(), which should not be
used since move away from gtk_main() in commit 21c3e2346b .
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2773
2024-06-04 11:59:01 +02:00
be1c993c43
Update Friulian translation
2024-06-02 17:45:08 +00:00
8477438650
Update Friulian translation
2024-06-01 10:49:26 +00:00
d5edefda07
I#2761 - Composer: Crash when opening spellcheck dialog
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2761
2024-05-28 09:05:33 +02:00
4e15e1938e
Update Lithuanian translation
2024-05-27 19:46:21 +00:00
fb28b0c291
Update Lithuanian translation
...
(cherry picked from commit 29c27e7db0 )
2024-05-25 19:33:50 +00:00
256f3d4171
Update Friulian translation
2024-05-25 18:43:17 +00:00
b8a3473ceb
Update Ukrainian translation
2024-05-20 18:10:08 +00:00
5639e41a1f
Update Friulian translation
2024-05-20 18:03:14 +00:00
420f789a5f
Update Swedish translation
2024-05-20 16:21:44 +00:00
efa583c3ae
help: Link to GitLab Issues instead of New Issue URL
...
When not logged in, the New Issue URL only redirects to an unhelpful
login page while the Issues page allows you to search for existing
issues and still offers a "New Issue" button.
2024-05-20 17:49:27 +02:00
3544d6f4dc
Appdata: Link to GitLab Issues instead of New Issue URL
...
When not logged in, the New Issue URL only redirects to an unhelpful
login page while the Issues page allows you to search for existing
issues and still offers a "New Issue" button.
2024-05-20 17:38:21 +02:00
7aef05c806
I#2707 - Calendar: Fails to open event from alarm-notify on app start
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2707
2024-05-20 13:52:13 +02:00
991ba71275
I#2754 - SignatureEditor: Let gtk+ decide default window width
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2754
2024-05-20 12:13:34 +02:00
e66eb18617
I#2753 - SignatureEditor: Format change can discard signature text
...
Also cover the mail notes editor and meeting-to-composer module.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2753
2024-05-20 11:58:56 +02:00
da5f4ec313
Update Catalan translation
...
(cherry picked from commit 334a210741 )
2024-05-19 20:26:11 +00:00
973a9e94fc
Update online_help_url URI
...
Link to recent online help / user docs instead of version from 2017.
2024-05-18 08:47:25 +02:00
273611ef1a
Update Slovenian translation
2024-05-17 17:00:58 +00:00
b1d716b0dd
docs: Fix a 404 API reference docs URI
2024-05-17 09:19:44 +02:00
680b4bee96
Update Ukrainian translation
2024-05-16 06:23:59 +00:00
d29671ccf5
e-task-table: Store deletion reason into COMMENT property
...
That's to use a standard property, which is also used within Evolution now.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2687
2024-05-15 18:42:27 +02:00
fcdb126f71
I#2687 - Calendar: Allow entering cancellation reason on meeting deletion
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2687
2024-05-15 18:32:07 +02:00
228d001412
I#2720 - Correct service detection by domain name
...
Use the new e_util_host_is_in_domain function to check whether the IMAP
host is in a Yahoo/Google domain. This prevents false positives that
could happen with the substring check.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2720
2024-05-15 09:28:10 +02:00
559faecc53
Misc: Replace XPM images with SVG images
...
The GdkPixbuf removed the XPM loader, thus convert the XPM images
into a more recent format and use that instead.
2024-05-14 18:50:45 +02:00
b2c3dd3b4c
EShellWindow: Remove unused private variable
2024-05-14 15:40:28 +02:00
f5abe60b88
I#2751 - Open last view when restarting Evolution
...
Covering cases where more than one window had been opened
with different views.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2751
2024-05-14 15:36:11 +02:00