Commit Graph

2003 Commits

Author SHA1 Message Date
Milan Crha ed773f6374 I#2886 - Composer: Possible crash on paste ][
This fixes a regression of not pasting anything on middle click after
the previous change for this bug. The signal handler should return TRUE
only if it really handled the paste, instead of always.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2886
2024-10-29 17:58:58 +01:00
Andre Klapper 22cee93a50 Default inbox email: Update URIs, remove link to defunct mailing list 2024-10-28 20:26:36 +01:00
Milan Crha 06cbd02041 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 19:11:08 +02:00
Milan Crha 6d16f089d8 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:06:55 +02:00
Milan Crha 2b93bba037 I#2878 - Missing sender's S/MIME certificate import button
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2878
2024-10-14 11:22:50 +02:00
Milan Crha 65c0f45847 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:26:38 +02:00
Milan Crha 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
Milan Crha 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
Milan Crha 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
Balló György 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
Milan Crha 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
Anders Jonsson 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 2c2399bcdb I#2780 - Enhance "junk-test" to return also "inconclusive" value
This change depends on an evolution-data-server commit:
https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/7b5c8d02070e062cf4ecbb10c567758135fb134d

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2780
2024-07-16 11:07:14 +02:00
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha f52c8a677e I#2790 - "Thread by Subject" option not propagated to Search Folders
This requires https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/8d4910d46bf910ed86be8719f09bf6353ef34fb8
to work properly.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2790
2024-07-02 15:23:01 +02:00
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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 https://gitlab.gnome.org/GNOME/evolution/-/commit/21c3e2346bc194b110268975102f995fd930e9bf .

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2773
2024-06-04 11:59:01 +02:00