Commit Graph

46757 Commits

Author SHA1 Message Date
ef239caaaa I#2691 - Incorrect/missing URLs in app metadata
The wiki.gnome.org might be removed in the future, thus replace
the URL with the new home.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2691
2024-03-07 12:08:16 +01:00
87b9fce71a ci: Create top 'pages' index.html page 2024-03-07 11:29:27 +01:00
ad4d867491 Update French translation 2024-03-06 18:59:15 +00:00
0ca5f6ef69 I#2672 - Calendar: Prefer html/markdown description in preview
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2672
2024-03-06 10:35:14 +01:00
db149c1ca5 SetupBuildFlags.cmake: Remove "-Wl,--no-undefined" from compiler flags
It's meant to be used by the linker, not by the compiler, thus keep
it only for the linker flags. Clang claims the argument is not used.
2024-03-05 11:13:42 +01:00
4847c63733 Update Spanish translation 2024-03-04 11:13:46 +00:00
905d1c91d5 I#2632 - Workaround excessive memory use
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2632
2024-03-01 12:43:37 +01:00
890f7c4a4d main.c: Fix unused variable when in non-development build
The GSettings is used only for the development build, thus declare
it only when really needed.
2024-03-01 12:42:17 +01:00
d293301271 Post-release version bump 2024-03-01 08:59:25 +01:00
0277b8b721 NEWS update for 3.51.3 2024-03-01 08:51:57 +01:00
3434ae9a59 appdata: Add <branding/> colors
The Flathub is going to use it, thus provide some colors.
https://docs.flathub.org/blog/introducing-app-brand-colors/
2024-02-29 16:00:26 +01:00
0d35a40d1b Calendar: Meeting deletion can sometimes send duplicate cancel messages
Servers with "save-schedule" capability send meeting change notifications
on their own. When deleting a meeting and sending specific cancellation
mail, it doesn't make much sense to let the server send another cancellation
mail by itself, due to the deletion, thus let the calendar backend know
that it can avoid sending the message.
2024-02-28 10:31:55 +01:00
f9f9cbec43 Calendar: Remove support for E_CAL_STATIC_CAPABILITY_RETRACT_SUPPORTED
The only user of it had been evolution-ews and even that did it incorrectly,
sending duplicated mails, thus drop the functionality from the code.

Related to https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/259
2024-02-28 10:10:23 +01:00
f72fdd0e51 itip-formatter: Show "Unable to send item..." errors with error icon
The "information" icon does not fit to the nature of the failure message.
2024-02-28 08:42:40 +01:00
e33bedaded ci: Export the help with Gitlab Pages 2024-02-27 14:41:14 +00:00
f61d3f3351 I#2685 - Composer: Drop extra font-size in elems of paste in HTML
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2685
2024-02-26 18:53:24 +01:00
61d62fd7c9 Update Basque translation 2024-02-25 08:05:23 +00:00
17622e0e59 I#2680 - Mail: Add 'From' header to default Free Form Expression
This way it'll match "Subject and Addresses contain" filter.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2680
2024-02-21 12:22:05 +01:00
acd5a2dadf I#2663 - Composer: Try to parse pasted addresses with ';' better
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2663
2024-02-21 12:10:15 +01:00
437525d9c6 I#2627 - Skip message Note part in "Edit as New Message"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2627
2024-02-21 10:11:17 +01:00
2fb93e17d5 I#2679 - Remove old stock icons from table and cell Properties dialogs
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2679
2024-02-21 09:23:29 +01:00
b84918d3db Update Indonesian translation 2024-02-20 12:23:14 +00:00
1b561bbb7b I#2677 - ESourceConfig: Window width always increases on Type change in Wayland
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2677
2024-02-19 14:51:26 +01:00
6107fdb020 Update Brazilian Portuguese translation
(cherry picked from commit 576965911c4919f28fb250bf59e8b5e982874766)
2024-02-17 13:55:23 +00:00
4e4c970b44 Update Georgian translation 2024-02-16 11:22:07 +00:00
9746012eaa I#2675 - Support webcals: URI
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2675
2024-02-16 11:37:12 +01:00
047973d5c3 I#2664 - itip-view: Prefer user's choice for 24h time format
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2664
2024-02-16 08:47:12 +01:00
547a2a76ca I#2665 - Tasks: Add Status=Needs Action filter option
Adds the task type of 'Needs Action' in the Advanced Search feature in the Tasks
view. This task type can already be set in multiple ways, but now it can also be
searched for.

Related specification is RFC 2445 section 4.8.1.11 Status
https://www.ietf.org/rfc/rfc2445.txt

The implementation in the Evolution Data Server already exists.

Tested and confirmed working.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2665

Signed-off-by: Nico Rikken <nico@nicorikken.eu>
2024-02-15 18:39:14 +00:00
7849a66f0a I#2659 - Composer: Preserve whitespace in text/plain drafts ][
Also switch composer mode from HTML to Plain Text when a text/plain
part is used as the message source.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2659
2024-02-15 17:43:09 +01:00
ede0020bd0 Update Ukrainian translation 2024-02-15 16:36:12 +00:00
6b66d00749 Composer: Change "Remove Key" to "Send without Key" in Autocrypt question
The "Remove Key" was not chosen well, even it means to remove it from the message,
it could be read as "remove from the list of the keys" or something. The "Send
without key" is much clearer about the meaning.
2024-02-15 14:44:09 +01:00
5cc2440497 Composer: Hint places for folding in Autocrypt header
Header folding can happen only on places where spaces are expected.
While the encoded key data of the Autocrypt header are meant to be
without spaces, the base64 decoding ignores whitespaces, thus it's
okay to have them there. This helps to not pass overly long header
lines in the messages.

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/527
2024-02-15 14:18:07 +01:00
eb3a667e33 I#2659 - Composer: Preserve whitespace in text/plain drafts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2659
2024-02-15 11:21:01 +01:00
b1ae615209 Update Ukrainian translation 2024-02-14 11:05:38 +00:00
222bde7bee I#2670 - Pasting into composer address box can lose spaces
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2670
2024-02-14 11:06:02 +01:00
0565f5f703 Update German translation 2024-02-14 09:39:27 +00:00
29e29da0dd Composer: Stop message send when retrieve of the content failed
Message content retrieval can sometimes fail. Do not claim a problem
on the console only, stop sending instead, to not send empty messages.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2666
2024-02-14 08:20:23 +01:00
6b9e5b5a2d eds-I#522 - build: Make sure tests run in serial
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/522
2024-02-13 18:25:50 +01:00
c332cfc446 Update Ukrainian translation 2024-02-13 17:17:11 +00:00
42184ed5d6 Replace G_TYPE_INSTANCE_GET_PRIVATE() with G_ADD_PRIVATE() ][
The em-format structures with base_init() implementation did not work
properly (preview broke once a message had been replied to), thus partly
revert the change and use a different approach.
2024-02-13 17:36:00 +01:00
043aa49353 I#2657 - Composer: Option to prefer local datetime in reply credits
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2657
2024-02-13 16:47:42 +01:00
04d3655d5c I#2661 - Unclear licensing in some places
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2661
2024-02-13 14:15:11 +01:00
65bc1a6249 plugin_ui_hook_finalize: Chain up to the finalize() method
Correct a typo, the finalize() method implementation should chain up
to the finalize() method of its parent, not dispose().
2024-02-13 12:31:12 +01:00
52884e3773 Replace G_TYPE_INSTANCE_GET_PRIVATE() with G_ADD_PRIVATE()
The G_TYPE_INSTANCE_GET_PRIVATE() macro is deprecated, which generates
a compiler warning since `glib_encoded_version` variable had been
set to the 2.66 version in the main CMakeLists.txt file.
2024-02-13 12:31:12 +01:00
294b1e84c4 Update Turkish translation 2024-02-10 11:02:56 +00:00
c65aafd964 Update Georgian translation 2024-02-09 17:48:09 +00:00
3cefc00fe9 Post-release version bump 2024-02-09 08:14:56 +01:00
45bfd92e98 NEWS update for 3.51.2 2024-02-09 08:05:45 +01:00
19a34229d3 Update Ukrainian translation 2024-02-08 21:07:21 +00:00
d21c5b4344 I#2654 - Markdown Editor: Use font as set in Evolution
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2654
2024-02-08 15:32:45 +01:00