Commit Graph

669 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
b5d25d7738 I#2749 - Crash when recovering mail from the previous session
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2749
2024-05-14 15:15:49 +02:00
d5dfb43891 I#2683 - Open mbox files instead of import
Use "evolution --view message.mbox" to get the Mail Viewer. The EML files
are also supported.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2683
2024-05-09 15:50:11 +02:00
b5634cd551 I#2617 - Wrong weeks in Month view when returning from different page of dates
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2617
2024-04-11 10:47:28 +02:00
095d10d184 I#2669 - Wrong error message on restoring backup when 'tar' is absent
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2669
2024-03-20 08:52:09 +01:00
26f312dd35 I#2674 - Add option to attach multiple messages as separate files
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2674
2024-03-19 18:42:50 +01:00
b1f0779563 Plugins' .xml.in: Update homepage URI from GNOME wiki to GNOME GitLab 2024-03-14 13:22: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
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
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
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
45f8bcc1d0 I#2653 - rss: Invalid default article date
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2653
2024-02-08 08:30:40 +01:00
7a0f1fcf0d I#2652 - rss: Incorrect decode of quoted-printable-like texts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2652
2024-02-08 08:15:08 +01:00
ab3ddc1489 I#2646 - rss: Build common code as a shared private library
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2646
2024-02-07 16:05:07 +01:00
f3bde2fbc5 I#2637 - Calendar: Arrows should move by a whole month
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2637
2024-01-25 15:45:15 +01:00
94ee893c5f M!127 - EMailConfigImportPage: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.

Related to: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/127
2024-01-24 12:39:25 +00:00
a7bc24c8f2 M!127 - EMailShellViewActions: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.

Related to: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/127
2024-01-24 12:39:25 +00:00
150d70f517 M!127 - EAutosaveUtils: Port to GTask
GSimpleAsyncResult is deprecated, let's replace it with GTask.

Related to: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/127
2024-01-24 12:39:25 +00:00
e1fed6a822 I#2608 - Drag and drop images in HTML composer from Chrome
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2608
2024-01-03 15:48:38 +01:00
6ed6ab9c07 Mail: Skip disabled accounts for File->Download messages for offline use
It does not make much sense to try to download messages for offline
use when the mail account is disabled.
2024-01-02 16:15:08 +01:00
88fa0130d4 I#1825 - Composer: Add list of addresses/domains accepting HTML messages
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1825
2023-12-19 11:54:53 +01:00
80cdbdcdfc I#1933 - Mail: Show filter rule for Saved Search
Note: Make sure <ruleset> in src/mail/searchtypes.xml.in matches the added code.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1933
2023-12-18 17:22:06 +01:00
e139bb0439 I#1864 - Mail: Prevent accidental header sort clicks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1864
2023-12-14 15:46:44 +01:00
0f517a889d I#2604 - rss: Better parse itunes feeds
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2604
2023-12-13 11:22:15 +01:00
a0af6c0dad rss: Ensure feed icon size to not be too large
Some feeds can provide large feed icons, thus make sure the stored image
is in the expected size.
2023-12-13 11:18:08 +01:00
be1911658a I#1842 - Add option to show reminder before every event in calendar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1842
2023-11-29 10:17:43 +01:00
fb1818c064 I#1768 - Add to the Task/iTIP preview the GEO property
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1768
2023-11-23 17:36:01 +01:00
cab7a42e00 I#1738 - Calendar: Change Open/Delete context menu option labels
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1738
2023-11-23 11:17:20 +01:00
b2e85c5af1 I#1683 - Composer: Use popover for Link Properties
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1683
2023-11-22 14:41:43 +01:00
54a47ec793 I#2569 - Mail: Search with "current folder and subfolders" in local Trash fails
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2569
2023-11-15 16:15:07 +01:00
dff7f8055d Calendar: Go to day/today in Year View doesn't update internal view dates
Then when moving to the next/previous year the chosen year is from the previous
selection, not from the selected day's year.
2023-11-14 13:27:55 +01:00
360bc9f77f build: Use -Wshadow build option, if available 2023-11-03 17:30:59 +01:00
6f85a51c2d I#1363 - Calendar: Show attachments of the component in preview panel
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1363
2023-11-03 10:13:15 +01:00
d11858a66b I#1626 - Register Evolution as handler for ldap:// and ldaps:// URIs
When handled, it opens a new LDAP address book dialog, allowing user
to change the address book settings before creating it.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1626
2023-10-24 10:49:57 +02:00
0b4d7ad73a I#1619 - Batch modification of multiple contacts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1619
2023-10-23 15:31:43 +02:00
d96fca9284 I#1608 - ConfigLookup: Default to STARTTLS for LDAP from SRV records
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1608
2023-10-17 18:33:27 +02:00
8c3e943979 I#2544 - Add option to use icon-only buttons in the header bar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2544
2023-10-12 08:15:46 +02:00
502a324996 I#2533 - Make SRV config lookup records lower priority than the others
Even they are marked as complete since #941, they are not that complete
as the other types, thus prefer the other types when available.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2533
2023-10-11 15:53:21 +02:00
13dbe71b55 I#935 - Mail: Preview message body in the message list
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/935
2023-09-21 05:51:50 +02:00
6fa2126d27 I#1078 - Allow bulk edit of Tasks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1078
2023-09-19 18:11:42 +02:00