Commit Graph

46996 Commits

Author SHA1 Message Date
7f2ce77f92 Default inbox email: Update URIs, remove link to defunct mailing list 2024-10-28 20:25:04 +01:00
890884cb3f Guard most of the g_file_info_get_...() calls with checks for attribute existence
The g_file_info_get_...() functions can claim a runtime warning on the terminal
when the associated attribute is not present in the file info. As not on every
place can be assured the requested attribute is present, add the guards to only
read the attribute when it exists in the file info structure.
2024-10-24 15:23:13 +02:00
63fd6082e6 I#2886 - Composer: Possible crash on paste
Pasting empty text from the clipboard, or incompatible format,
could lead to a crash due to infinite recursion. The message
composer does not need to pass the call to the content editor,
because the content editor called the message composer code.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2886
2024-10-24 10:15:02 +02:00
dd283e5e69 Update Ukrainian translation 2024-10-21 18:10:44 +00:00
d76067c9b1 webkit-editor: Middle mouse button double-click pastes text twice
The WebKit editor did not check whether the following button press
is or is not double-click or triple-click, which means the text was
re-pasted into the body due to the way gtk+ passes the event into
the application.
2024-10-21 13:45:46 +02:00
9142f95f1b M!138 - help: Mention Collection accounts, RSS feeds, the Evolution Accounts
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/138
2024-10-21 09:42:26 +00:00
ec95d9cee7 e-cell-size.c: typo 2024-10-21 09:42:26 +00:00
c247775347 help/C: fix indentation for </if:
so that   git grep -P "<[//]?if"   shows nesting intuitively.
2024-10-21 09:42:26 +00:00
902f7741dc Update wiki.gnome.org hyperlinks 2024-10-21 09:42:26 +00:00
bd207e570c iconv-detect: Fix a memory leak detected by Coverity Scan 2024-10-21 09:24:10 +02:00
302fcdc083 Update Georgian translation 2024-10-18 04:09:27 +00:00
8ade0be2eb I#2882 - shell: Increase default window size to 1440x900
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2882
2024-10-17 07:03:06 +00:00
39974efdef Update Slovenian translation 2024-10-16 21:37:27 +00:00
a0ecdf8868 Update Ukrainian translation 2024-10-16 14:47:04 +00:00
abf1336752 M!143 - cal-config-caldav: request checks for DAV:calendar-auto-schedule
EWebDAVBrowser: Indicate when a collection announces DAV:calendar-auto-schedule

Close https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/143
2024-10-16 12:44:43 +03:00
58bd3ffe6e M!144 - ECalSourceConfig: Read-only calendars cannot be default
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/144
2024-10-15 07:30:58 +00:00
50096b93e7 WebKitGTK 2.46.1: Middle mouse button inserts primary clipboard twice
See the comment in the commit.

Reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=2318389
2024-10-14 17:05:31 +02:00
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
09a1e717b3 Update Ukrainian translation 2024-10-07 14:49:45 +00:00
0845d2ae89 help: Clarifications on Calendar Publishing 2024-10-07 10:22:02 +00:00
1b2cd11237 Update German translation
(cherry picked from commit 1c0986de8a)
2024-10-06 16:32:35 +00:00
c44b465569 build: Update CMake uninstall file
Change it to use current command, exec_program() is deprecated.
2024-09-27 08:48:51 +02:00
c50c0acd0e Update Slovenian translation 2024-09-24 19:33:26 +00:00
f2c0f24aa5 Update Bengali translation 2024-09-24 17:23:38 +00:00
e89a572664 Update Ukrainian translation 2024-09-24 16:20:50 +00: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
457ae63e0e Update Polish translation 2024-09-15 14:19:03 +02:00
c8c1836218 Post-release version bump 2024-09-13 08:38:00 +02:00
49d6ede4b3 NEWS update for 3.54.0 2024-09-13 08:26:29 +02:00
cf2edc89fe Update German translation 2024-09-11 09:24:28 +00:00
9cf3a06a44 Update Swedish translation 2024-09-09 18:03:24 +00:00
867ae263c7 Update Danish translation 2024-09-09 17:25:39 +00:00
bb8442cb2a Update Danish translation 2024-09-09 17:22:11 +00:00
2b46bf2294 Update Turkish translation 2024-09-08 12:15:31 +00:00
1d63deee15 Update Hungarian translation 2024-09-06 13:34:37 +00:00