Commit Graph

571 Commits

Author SHA1 Message Date
0ce8cc9cdb I#662 - Option to get Delivery Status Notification (DSN)
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/662
2023-07-26 16:00:26 +02:00
c688cc0ccd I#130 - itip-formatter: Send meeting invitations as multipart/alternative
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/130
2023-07-24 15:03:08 +02:00
cf0368ae14 I#967 - Add save e-mails individually as eml format
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/967
2023-07-20 21:49:45 +02:00
e3f9b5271f I#17 - Sorting Contacts in the 'Address cards' view
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/17
2023-07-20 18:33:37 +02:00
32fd6557c3 I#203 - Improve handling of suspiciously signed/encrypted emails (multiparts)
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/203
2023-07-18 15:32:59 +02:00
7cd79d6c75 I#2364 - Mail: Add option to group messages into flat threads
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2364
2023-07-18 10:34:14 +02:00
6323c3f672 Calendar: Indicate detached instance of a recurring event
Use a different icon for a recurring event, which is a detached
instance from the series.

Also add some more symbolic icons used in the Calendar view.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1180
2023-07-13 10:10:22 +02:00
b7ff4dc059 I#1293 - Allow to Search Contact's Phone With Numbers Only
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1293
2023-06-29 15:54:18 +02:00
1b944f946e Use org.freedesktop.Sdk.Extension.vala in flatpak manifests
The vala compiler had been removed from the GNOME SDK, it's replaced
by the org.freedesktop.Sdk.Extension.vala extension.
2023-06-27 16:11:32 +02:00
5d0e2bd97f itip-formatter: Move JavaScript code from C to e-web-view.js
This is cleaner than having the code in the C and recompile the project
for any simple change. There is also added a call to

   window.webkit.messageHandlers.scheduleIFramesHeightUpdate.postMessage(0);

at the end, which caused trouble when being in the C code (there had been
issued an "Unsupported return type" error).
2023-06-16 12:31:18 +02:00
c559e9bff2 I#2400 - HTML attachment viewport is tiny
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2400
2023-06-16 12:18:39 +02:00
033db86f61 I#2382 - Mail: Workaround recursion in iframe height computation
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2382
2023-05-30 08:19:15 +02:00
974d13a5d9 I#2380 - Mail: Preview content sometimes grows indefinitely
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2380
2023-05-29 16:59:54 +02:00
5347583b88 I#2381 - Composer: Use 'Wrap quoted text in replies' option also for text/html parts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2381
2023-05-29 15:11:14 +02:00
c0c8b20d8a I#2377 - Composer: Add option to disable plaintext markdown input text sanitizing
Use

```
   gsettings set org.gnome.evolution.mail composer-sanitize-markdown-plaintext-input false
```

to disable the text sanitize.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2377
2023-05-26 11:13:08 +02:00
739620ef08 I#2372 - Bundle 'x-office-...' non-symbolic icons
The icons are taken from adwaita-icon-theme 3.38.0.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2372
2023-05-23 17:27:35 +02:00
212b801b2e I#2371 - Composer: Added extra quotation level after draft open
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2371
2023-05-23 14:38:43 +02:00
feea689556 I#2310 - Mail: Preview panel has too many vertical scrollbars
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2310
2023-05-22 11:53:16 +02:00
1df5266bd6 I#2354 - Composer: Notify about attachment file change before send
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2354
2023-05-09 15:46:45 +02:00
d62a9403ab I#2335 - Composer: HTML formatting lost on paste from external browser
A poor workaround for WebKitGTK bug: https://bugs.webkit.org/show_bug.cgi?id=250003

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2335
2023-05-02 15:56:24 +02:00
1885854264 M!118 - iTIP-formatter: respect the color-scheme in HTML MIME parts
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2275
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2284
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/118
2023-04-18 10:30:28 +00:00
43a3374f57 I#1830 - ECompEditor: Show Type column by default
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1830
2023-04-14 09:20:03 +02:00
018fe31481 Calendar: Add shortcuts for move to previous/next date
Use Ctrl+PageUp/Ctrl+PageDown to move to the previous/next day, week,
month or year, depending on the current view.
2023-04-12 17:34:35 +02:00
6346165375 I#2319 - Composer: Bulleted list margin inconsistent in HTML
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2319
2023-04-11 18:57:27 +02:00
dcb06707f2 I#1950 - Composer: Copy/paste changes text size in HTML mode
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1950
2023-03-31 07:42:47 +02:00
f9551bdef2 I#2302 - Mail: Space bar no longer scrolls preview messages
This started with WebKitGTK 2.40.0.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2302
2023-03-27 13:54:02 +02:00
a818093e08 I#2290 - Composer: Preserve '\n' inside paragraph text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2290
2023-03-17 09:11:46 +01:00
f077d58d02 I#2278 - Signature is re-added to a Draft mail after open
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2278
2023-03-17 08:50:32 +01:00
8e117e9c56 I#2248 - Composer: Check parent element's text-align before unsetting it
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2248
2023-02-15 14:53:36 +01:00
bb975aad91 M!117 - Add new screenshots for AppStream metadata
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/117
2023-02-14 16:25:30 +00:00
0a5a191024 I#2245 - Mail: Add option to confirm 'Mark as Junk'
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2245
2023-02-13 18:24:59 +01:00
78064a4de1 I#705 - Icons in the message list are rendered in low resolution on HiDPI displays
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/705
2023-02-13 15:19:17 +01:00
dc2ccec4ca I#2210 - Scale embedded images in HTML messages to respect viewport ][
Follow-up change, to catch smaller images than the window width, to keep
their original size.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2210
2023-01-20 09:27:38 +01:00
fcacec1fdc I#2210 - Scale embedded images in HTML messages to respect viewport
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2210
2023-01-20 08:49:54 +01:00
1cefe44b38 Make it possible to run GitLab CI Flatpak artifact
It's required to rename the application ID to make it workable
under Flatpak.
2023-01-19 16:58:30 +01:00
644fe5512a Enable GitLab CI for easier testing of the changes
It builds the project only, because there are no suitable unit tests
to be executed at the end of the build.
2023-01-19 15:17:40 +01:00
e1606a67d6 I#2215 - Notify user when sending a mail to an external contact
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2215
2023-01-17 15:40:30 +01:00
a037d582a2 I#2204 - itip-formatter: iframe height miscalculated without frame flattening
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2204
2023-01-03 18:22:20 +01:00
f9a7d86419 I#2140 - Relocate mail message toolbar close to the preview panel
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2140
2022-12-08 12:59:55 +01:00
5650abf387 Update mode-with-headerbar.png image
Overlooked the two images do not show the same window state. This is
to be closer to what both of the images show.
2022-12-07 11:27:37 +01:00
b8f9510ae4 I#2111 - Add Appearance settings into Preferences
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2111
2022-12-07 11:06:47 +01:00
33f71e3790 I#2167 - e-web-view.js: Check for instantiated iframe document
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2167
2022-11-29 17:36:39 +01:00
1fa33ef3d9 I#2147 - Hide menu bar by default
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2147
2022-11-16 15:48:21 +01:00
3c9524f612 I#2144 - EWebView: Use system link color for "expand recipients" dots
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2144
2022-11-15 12:38:33 +01:00
479c72a2c1 I#2102 - Markdown Editor: Add option for side-by-side preview
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2102
2022-11-09 18:49:19 +01:00
a8a5489680 Composer: Correct conversion of TABLE into Plain Text
The <TR> is similar to <BR> for the Plain text, thus when reading it
add the new line, if needed.

The WebKit returns correct `\n` in the node's innerText, but using it
as a plain text hides it for the user, thus split the lines and add
them as separate paragraphs.
2022-10-21 10:20:18 +02:00
3817d9bc10 I#2087 - Hide extra separators in Mail and Calendar view toolbars
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2087
2022-10-20 10:43:56 +02:00
96bdef5a01 org.gnome.evolution.shell.gschema.xml.in: Rephrase description of use-header-bar option 2022-09-22 12:38:07 +02:00
c12bb7fa43 I#2039 - Add option to disable use of header bars
Users can use:

   gsettings set org.gnome.evolution.shell use-header-bar false

to turn off header bars.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2039
2022-09-22 11:09:19 +02:00
6368859a95 M!111 - desktop: Remove obsolete Bugzilla entries
The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2
technology that's been gone for over a decade. These entries are
obsolete and can be removed.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/111
2022-09-16 07:28:32 +00:00