Commit Graph

2014 Commits

Author SHA1 Message Date
14ed8f7b9d I#2878 - Missing sender's S/MIME certificate import button
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2878
2024-10-14 11:21:34 +02:00
045e5c596a M!141 - message-list: Access RegenData from GTask task_data
As we can't be sure that the returned data will be a valid RegenData,
use the task_data as we are sure that it will be always there.

Fixes: 94ca1e88

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/141
2024-10-11 09:24:37 +00:00
fbc75cdf3a e-attachment: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-10 12:13:55 +02:00
e1571b6fcc e-attachment-store: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 17:26:49 +02:00
94ca1e882c message-list: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:57:09 +02:00
eb3d154294 e-mail-reader-utils: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:54:16 +02:00
40d75a3ad8 e-mail-config-page: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:15 +02:00
de89a96518 e-mail-config-notebook: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:15 +02:00
01273177d8 e-mail-config-assistant: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:14 +02:00
3fba1ebcac e-mail-store-utils: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:14 +02:00
ad64e344c0 e-mail-session-utils: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:14 +02:00
29c13f567d e-mail-session: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:14 +02:00
88ad4190d6 e-mail-folder-utils: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.
2024-10-09 16:52:14 +02:00
4530b4ecc1 libgnomecanvas: Add few checks for argument validity
The public API should check the passed-in arguments are valid. This
change tries to workaround a crash reported downstream:
https://bugzilla.redhat.com/show_bug.cgi?id=2316971
2024-10-08 13:24:42 +02:00
3b76bb9fa1 HTMLEditorLinkPopover: Change button label to not clash on mnemonic
The 'u' latter is already used by the "URI" label, thus change the "Update"
mnemonic to something else. The 'a' was used for the "Add", it can be
used for the "Update" as well.
2024-09-24 16:52:13 +02:00
c52b329207 I#2834 - Account Editor: Disable Refresh button for disabled accounts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2834
2024-09-23 22:13:53 +03:00
88d24c0fc3 I#2856 - publish-calendar: Settings UI does not resize with window
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2856
2024-09-23 14:55:30 +02:00
14789f0fc1 I#2846 - Calendar: Correct typo in error message id
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2846
2024-09-06 08:01:04 +02:00
08f6e98aae I#2845 - Typo in code eab-contact
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2845
2024-09-06 08:00:33 +02:00
f7735b7112 I#2840 - Calendar: Correct typos "Sent Notice" -> "Send Notice"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2840
2024-09-04 07:41:17 +02:00
5e37b1c027 M!137 - Set prgname to application ID
Using the application ID ensures that Wayland compositors could match
the window with the application and show the appropriate icon for them.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/137
2024-09-02 06:40:13 +00:00
4cb885f8e7 I#2838 - Translations in WebExtension do not work
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2838
2024-08-29 13:11:08 +02:00
1efec0e22f M!136 - Calendar: Fix gettext format problems
gettext recently got support for %b C format specifiers.
This leads to some date strings erroneously being treated
as C format. Explicitly mark these as no-c-format.

Previously discussed on
https://gitlab.gnome.org/Infrastructure/damned-lies/-/issues/461

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/136
2024-08-26 09:08:21 +00:00
a1850a4fb6 I#2824 - Mail: junk-test not called since I#2780
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2824
2024-08-20 19:02:30 +02:00
0c06715ad9 I#2818 - Permit only one instance of “Evolution Accounts” window
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2818
2024-08-20 14:55:21 +02:00
316d42f054 I#2823 - Translations of the concepts "email" and "raw email" are difficult for users
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2823
2024-08-20 14:00:41 +02:00
19573ca5e7 help: Open the latest help web pages when help not available locally
The old URL contains years old help pages. The latest help is available
at a new location.
2024-08-20 08:06:30 +02:00
320f76ca10 Calendar: Correct indent of some options in the Preferences
They had not been aligned as the preceding options in the section.
2024-07-26 14:17:51 +02:00
c0ec122b5c I#2292 - Allow internal anchor links in HTML mail composer
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2292
2024-07-25 17:59:14 +02:00
848aee6adf I#2797 - Outgoing filter: Source account condition never succeeds
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2797
2024-07-24 12:28:05 +02:00
8cb02264de EToDoPane: Robust open of a calendar client
The todo pane can be gone in time of receiving the client, even though
the open itself not being cancelled. Use a GWeakRef to ensure the todo
pane is alive when the client is opened.
2024-07-24 11:33:20 +02:00
36cfd3d9fc I#2808 - publish-calendar: Fails to mount destination directory
It should mount the directory, not the destination file.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2808
2024-07-24 11:30:40 +02:00
4efa625c9d I#1940 - Remove multiple CC warning if they are sharing common domain
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1940
2024-07-24 08:38:23 +02:00
71c3b18f7b I#1866 - Ability to identify which domain a blocked remote image is related to
Added options to the context menu of the image to allow or load the site
images or that particular image only.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1866
2024-07-23 15:31:24 +02:00
452e58d391 I#2805 - Mark for Follow Up dialog ignores date format setting
It's using the calendar's date format, because the mail does not
have date-only setting.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2805
2024-07-23 09:14:26 +02:00
36c6d385ed I#2798 - MessageList: Parents of collapsed threads do not show labels properly
Inherit color of a collapsed thread labels only if it's a single label.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2798
2024-07-23 07:54:22 +02:00
b6cd242636 I#1909 - Support custom icon and text color also for Search Folders
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1909
2024-07-17 13:29:15 +02:00
2c2399bcdb I#2780 - Enhance "junk-test" to return also "inconclusive" value
This change depends on an evolution-data-server commit:
7b5c8d0207

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2780
2024-07-16 11:07:14 +02:00
8f4453b8ed I#2799 - itip-formatter: Use open-map: link for the Location field
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2799
2024-07-12 11:11:36 +02:00
b9f4a0e234 I#2795 - Tooltips only sometimes displayed in Task and Memos Pane
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2795
2024-07-10 08:49:01 +02:00
9bb032299a I#2529 - Tooltips in Month view not always shown
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2529
2024-07-09 17:45:37 +02:00
6441b4777a I#2794 - Mail: Print to File keeps previous file name
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2794
2024-07-08 14:26:29 +02:00
f52c8a677e I#2790 - "Thread by Subject" option not propagated to Search Folders
This requires 8d4910d46b
to work properly.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2790
2024-07-02 15:23:01 +02:00
7567e4dd17 I#2273 - Speed up startup - lots of local folders
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2273
2024-06-27 16:09:36 +02:00
9f1aa1361d I#2758 - Forwarded e-mails don't have a filename extension
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2758
2024-06-24 12:00:10 +02:00
ecb5a91ff0 I#2449 - Calendar: Remember "Send my reminders with this event" value
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2449
2024-06-21 12:46:41 +02:00
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
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
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