Commit Graph

582 Commits

Author SHA1 Message Date
Milan Crha bf815d1dbc I#1493 - Support Mail-Followup-To and Mail-Reply-To headers
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1493
2023-09-15 16:04:13 +02:00
Milan Crha 0938233976 I#1490 - Contacts: Allow to use local app for "open-map:" URIs
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1490
2023-09-15 10:47:27 +02:00
Milan Crha 3f713be12b I#1384 - Links added in HTML mail composer get removed in plain text part
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1384
2023-09-15 10:33:52 +02:00
Milan Crha 4135a95b02 ci: Rename org.gnome.evolution.nightly to org.gnome.Evolution.Devel
Similar change as in https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/136 ,
to be able to use the manifest in the GNOME Builder.
2023-09-14 09:07:22 +02:00
Milan Crha 01fa948a5c I#2508 - Mail: Duplicate items in the popup menu
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2508
2023-09-04 17:36:47 +02:00
Milan Crha 2678222648 I#1324 - Composer: HTML formatting left after mode change to Plain Text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1324
2023-08-30 13:34:27 +02:00
Milan Crha 2054bd15f2 I#2480 - Mail: Add option to auto-show insecure parts
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2480
2023-08-17 08:53:54 +02:00
Milan Crha 1f3f53ed8a I#971 - Mail: Add option to hide unread count in folder tree
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/971
2023-08-16 12:58:25 +02:00
Milan Crha 67334034a5 I#2457 - Shell: Add option to prefer symbolic icons
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2457
2023-08-14 15:32:25 +02:00
Milan Crha bcc15a818c I#2442 - Correct color of expand/collapse buttons in preview in Dark mode
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2442
2023-08-09 17:25:48 +02:00
Milan Crha e39635281f I#2456 - Add Move / Copy to folder into message preview context menu
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2456
2023-08-07 12:46:20 +02:00
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Jiri Eischmann 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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