Commit Graph

1342 Commits

Author SHA1 Message Date
ee4c322505 Composer: Don't show blockquote indicators on both sides for 6th+ level
Related to https://gitlab.gnome.org/GNOME/evolution/issues/445
2021-11-05 11:43:50 +01:00
8fb62be625 Calendar: Cannot always remove custom reminder message
Make sure when no reminder custom message is set, to also unset
it in the reminder component.
2021-11-05 09:48:38 +01:00
a318d0bb70 I#1672 - ECalModel: Show DTSTAMP, when LAST-MODIFIED is missing
...and when applicable. See:
https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.7.2

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1672
2021-10-25 16:44:54 +03:00
70de95a8d3 I#1667 - Component Preview: render Attendees with HTTPs-URI as hyperlinks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1667
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/90
2021-10-25 14:24:22 +03:00
c938ee2a25 mail-notification: Use different icon name in the notification under Flatpak
The Flatpak renames the 'evolution' icon to the 'org.gnome.Evolution',
thus use that one under Flatpak, to have it available in the notification
bubbles on the host system.
2021-10-21 17:41:11 +02:00
0d666bc1d9 EWebView: Change mouse leave detection code
The old change causes runtime warnings with WebKitGTK 2.34.0,
thus stop sending fake signal to the WebKitGTK and count with
the case when the cached link hover will not update the status
bar text.

Related to https://bugzilla.gnome.org/show_bug.cgi?id=752543
2021-10-18 17:11:25 +02:00
6e2dd9d434 mail-importer: Ensure Message-ID header on imported message
The Message-ID header is required when rendering the message preview,
thus, in case it's not available in the message, add it.
2021-10-12 15:08:11 +02:00
0c4c8906ca I#1653 - Correct Edit as New Message inside a Search Folder
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1653
2021-10-07 14:02:44 +02:00
acd57a8d7d I#1649 - Unable to clear search
Correct signal ordering, aka save the state before executing
the search, thus when some part loads the search it's the new one,
not the previous search.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1649
2021-10-06 18:12:08 +02:00
e75c4faa36 I#1646 - Emoji picker empty
Embed emoji.data as expected by the copy of the gtk+' emoji chooser dialog.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1646
2021-10-04 17:18:35 +02:00
9a69f474e3 I#1621 - Prevent IDN homograph attacks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1621
2021-09-30 14:47:24 +02:00
33c72a80c5 Use g_assert_true() instead of g_assert() in the unit tests
The `g_assert()` can be disabled by `G_DISABLE_ASSERT` when compiling,
which is not desired for the unit tests, thus use the `g_assert_true()`
in the tests instead.
2021-09-29 13:06:12 +02:00
6384787e26 I#1639 - Filter messages by condition if sender is in address book
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1639
2021-09-24 14:12:10 +02:00
ee6837bbc7 I#1640 - prefer-plain: Do not hide attachments
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1640
2021-09-23 19:25:14 +02:00
02e762d964 em-format: Format text/markdown with cmark library
Use the cmark library to format text/markdown into HTML and show
it as such, instead of the raw markdown. The dependency on cmark
is optional and can be turned off in the configure time.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/449
2021-09-23 18:05:12 +02:00
c99f1c8c7b I#1637 - EMailAutoconfig: Autoconfig with Exchange accounts
Let the EMailAutoconfig gather unknown types and pass them to anyone
listening to process those known to it.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1637
2021-09-23 12:39:03 +02:00
3ad5ffd926 I#1623 - EMinicard: Hide fields same as the FileAs
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1623
2021-09-17 12:24:25 +02:00
91d87d978c I#1613 - Manually typed categories are ignored
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1613
2021-09-17 12:21:13 +02:00
7ea98e3f43 I#1612 - Display the Categories in the Contact preview
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1612
2021-09-17 12:16:42 +02:00
c5c0f72c35 I#1611 - ECollectionAccountWizard: Disable mail parts, when no username is provided
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1611
2021-09-17 12:13:04 +02:00
7733d88903 ESrvConfigLookup: Use correct extension name for properties
Regression after https://gitlab.gnome.org/GNOME/evolution/-/issues/324
causing runtime warnings like this one:
g_object_set_is_valid_property: object class 'ESourceMailAccount' has no property named 'user'
2021-09-17 12:10:18 +02:00
7aad8d1dcd I#1609 - EMinicard: Hide Nickname, when matches Full name
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1609
2021-09-17 12:06:47 +02:00
6fb5da543c I#1605 - LDAP: Use also set security when searching the root DSE
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1605
2021-09-17 12:04:06 +02:00
8e88e62286 I#1586 - ETable: Grouping by column misplaces group content
That being caused by the uniform row height use. Let the ETable
use the value only if not grouping the rows.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1586
2021-09-17 11:24:50 +02:00
9191db0435 GalViewInstanceSaveAsDialog: Do not show the dialog in the init()
The dialog is shown when needed, it's not needed to show it this early.
It also begun to generate runtime warning.
2021-09-17 11:23:13 +02:00
5dac71ef04 I#1555 - EWeekView: Ensure events layout after scroll
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1555
2021-09-17 11:19:20 +02:00
277a602d09 I#1291 - EAttachmentIconView: Improve display settings
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1291
2021-08-31 10:55:02 +02:00
e555887a46 I#1433 - Message List columns for custom headers
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1433
2021-08-05 10:52:18 +02:00
bdc9cb4f16 EAlert: Make it possible to mark actions as destructive in the .error files
...and use this on appropriate places.
2021-07-28 17:08:46 +02:00
cdfedff55b I#1564 - Contacts: Prefer original value only when filled on contact merge
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1564
2021-07-28 12:45:04 +02:00
016cb767c0 I#1561 - ContactMap: Retry with shorter address when not found
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1561
2021-07-23 15:45:51 +02:00
e38045230c I#1562 - Mail: Global search prevents execution of the saved searches
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1562
2021-07-23 11:15:26 +02:00
ab804beb51 I#1522 - WebView: Enable light/dark color scheme for the preview panels
Works only with WebkitGTK with this change included:
https://bugs.webkit.org/show_bug.cgi?id=208204

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1522
2021-07-21 13:47:27 +02:00
1bbfd143af I#329 - Mail: Limit by size a text attachment inline view
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/329
2021-07-16 12:52:09 +02:00
b75c6176fe EShellSearchbar: Update actions only if the shell view is active
This could be seen in the Calendar view, when opening the application
with a saved search, the search was active, but the Clear Search button
was not sensitive when the task/memo view was without the search.
The reason is the actions are shared between all the views.
2021-07-15 18:14:43 +02:00
4a9c8ad1e7 Mail: Let the Enter key press in folder tree focus the message list
Add an easier way to switch focus from the folder tree to the message
list by pressing the Enter key.
2021-07-13 12:18:57 +02:00
2b758e7211 mail-notification: Show mail folder name as the last in the notification
This helps in GNOME Shell, where the notification can be shortened (cut after
certain characters), thus show more important information, like from whom
the message is, as the first and the folder name as the last.
2021-07-12 18:41:13 +02:00
b091bb5ea2 I#1556 - Calendar: Add option to hide Memos/Tasks pane
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1556
2021-07-08 19:17:55 +02:00
d58b820bba plugin-manager: Hide vertical scrollbar in plugin list, when not needed 2021-07-08 16:56:50 +02:00
aa4b3f8d0a M!84 - EPluginManager: Make it a page in the preferences
Move the plugins preferences into the preferences window, allows to have one less
dialog to look-at to configure evolution.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/84
2021-07-08 14:20:32 +00:00
582a7eda56 M!82 - EPreferencesWindow: Use headerbar and stack widgets
Switch to a Headerbar and a StackSidebar widget for navigation, place all the
buttons directly in the headerbar.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/82
2021-07-08 14:18:38 +00:00
1d8347cbf6 I#1554 - Mail: Sort Status column by unread state first
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1554
2021-07-07 18:00:46 +02:00
28fae1ec30 I#1547 - EMailNotes: Unset Content-Transfer-Encoding on message on save
Leftover header can break encoding of the added multipart/mixed part,
by re-encoding everything in it, including the subparts boundaries.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1547
2021-06-24 16:17:58 +02:00
620c7a8732 EToDoPane: Add 'Delete This and Future Occurrences' popup menu option
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1527
2021-06-21 14:53:46 +02:00
827ca67033 I#1537 - EShellSearchbar: Search option not saved on change
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1537
2021-06-21 14:36:01 +02:00
643224f937 I#1307 - backup-restore: Handle user settings through GSettings, not DConf
This helps to save user settings when running as Flatpak, where the `dconf`
command line tool is not available (and where the GSettings can work with
any backend, not only with the DConf backend).

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1307
2021-06-15 12:21:45 +02:00
474e562155 eds-I#289 - Support Matrix IM Protocol for Contacts
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/289
2021-06-14 22:07:09 +02:00
7bd2ce8a11 I#1536 - Allow to delete an inserted image/rule in HTML composer
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1536
2021-06-14 19:24:24 +02:00
b84a8f5737 I#1444 - Button mnemonics not displayed and non-functional in "Edit Sort Order" dialog
Let's remove them, when not supported by the GtkToolbar.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1444
2021-06-14 18:26:24 +02:00
25b1d6fe47 EPictureGallery: Sort the content by the file name
Rather than having the files shown in the order as found on the disk.
2021-06-14 18:02:49 +02:00