89c91ce1f1
Always use attachments for 'Forward as iCalendar'
...
Let all events, memos and tasks being forwarded as iCalendar
attachments, not as alternative parts for the text content.
2023-08-14 10:51:39 +02:00
07ad327bb0
I#2447 - itip-formatter: Rename Send reply to Sender -> Organizer
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2447
2023-08-10 10:59:26 +02:00
f69f949eda
I#2467 - ITip formatter ignores Dark mode preference for text/plain MIME parts
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2467
2023-08-10 10:29:09 +02:00
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
0e3dd8a9a4
I#2460 - First-Run Assistant: Set file filter to backup file chooser
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2460
2023-08-07 18:13:40 +02:00
6a31617729
I#2454 - Calendar: Minicalendar blocks sidebar shrink
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2454
2023-08-07 16:21:06 +02:00
579cf8a093
Tweak how long to wait for a 'connected' state when opening an EClient
...
The 'connected' state is not reached when the data store is not available,
which means to wait for the whole set time. Use shorter times, also because
most of the backends support offline mode, thus the changes can be propagated
to the server later.
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/489
2023-08-07 10:19:39 +02:00
e4d29fc7d9
alarm-notify: Drop dependency on the evolution-calendar part
...
The evolution-calendar part loads a lot of evolution libraries
into the evolution-alarm-notify process, which are not needed,
thus rather inline the single function the alarm-notify module
needs from the evolution-calendar, to avoid those extra libraries.
2023-08-07 09:45:31 +02:00
abb92624b0
Replace internal functions with new functions from libecal
...
These had been moved to the libecal, thus use those instead of duplicating
the code.
2023-08-04 12:08:24 +02:00
7bdf2d8524
I#1081 - Mail: Allow to import PGP keys
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1081
2023-08-01 21:52:48 +02:00
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
e28bf4d92e
itip-formatter: Disable send of iTip messages when disabled by the user
...
The user can disable send of a meeting invitation response to the organizer,
but this was not propagated to the calendar, which could send the response
regardless of the user will.
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/59
2023-07-25 18:53:28 +02:00
48de3742f9
itip-formatter: Allow writing user response comments for all calendars
...
Let the user write an invitation response comment for all calendars,
not only for those not handling meeting invites.
Related to https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/242
2023-07-25 18:05:39 +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
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
8049e64af6
I#2399 - alarm-notify: Detect format change in settings
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2399
2023-07-17 18:25:01 +02:00
6b95984174
I#2433 - Calendar does not remember selected weeks when scrolling via button
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2433
2023-07-17 14:49:20 +02:00
33b65937cf
eds-I#180 - Add option to reduce book/cal data usage when on a metered connection
...
Add the option into the related book/cal config dialogs.
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/180
2023-07-12 10:47:43 +02:00
4e95c25371
I#2417 - Calendar: Use meeting's timezone in the comp editor Schedule tab
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2417
2023-07-11 18:35:14 +02:00
de6cbd24d7
eds-I#483 - Calendar: Add option to (not) delete "Declined" meeting
...
GUI part for the option shown in Edit->Preferences->Calendar and Tasks->Meeting Invitations tab.
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/483
2023-07-10 17:48:54 +02:00
97e461624c
Contacts: Replace minicard view with cursor-like view and gtk+ widgets
...
The cursor-like view does not read the whole address book into the client,
it reads only contacts visible in the GUI, helping with performance and
memory usage for large address books.
2023-06-29 16:02:17 +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
5b458219fc
Calendar: Rename "Unmatched" filter to "Without Category"
...
The name had been confusing, it was not clear what the filter option does.
2023-06-19 09:04:55 +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
8fc3dda4b7
Mail: Fix runtime warning on selecting non-selectable folder
...
When the folder cannot be selected, it also cannot be instantiated,
but the code in question expected always having the CamelFolder instance,
which produced a runtime warning on unref-ing a NULL pointer.
2023-05-26 11:27:38 +02:00
95d11dc046
I#1039 - Mail: Cannot change the search domain with active search
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1039
2023-05-10 11:14:54 +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
a115075072
I#1810 - TNEF attached message decoded incorrectly
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1810
2023-04-26 14:17:04 +02:00
ffdf9154a3
rss: Fix recently introduced memory leaks
2023-04-26 14:13:10 +02:00
a3a8e1abef
Replace deprecated 'web-process-crashed' with 'web-process-terminated' signal
2023-04-26 08:00:41 +02:00
d689ca3a19
I#1813 - Preferences system timezone checkbox annoyance
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1813
2023-04-18 18:29:28 +02:00
0a488216b5
RSS: Claim an error when feed download fails
...
The feed download can fail on a server error, still returning
some non-feed data, thus claim an error about failed download
in such cases, to have set both `success` to FALSE and the error
itself.
2023-04-18 15:10:53 +02:00
f939a483d2
I#2326 - RSS: Limit re-download on content change, if possible
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2326
2023-04-18 15:07:11 +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
6e1c62cb90
I#1596 - Add translation context to "Title" word
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1596
2023-04-17 21:04:38 +02:00
8809af76c9
I#1111 - iTip formatter: Hide the read-only calendars in the list
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1111
2023-04-14 12:48:47 +02:00
874356f499
itip-view: Sort sources by the source selector sort order
...
The ESourceSelector can store sort order for the groups. Let
the itip-view to use the same sort, thus it's easier for the user
to locate the right source in the list.
2023-04-14 12:18:10 +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
d5fc85c178
itip-view: Correct text for PUBLISH of task/memo without organizer
...
The previous fix for the below bug covered only events, not tasks nor memos.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1691
2023-04-04 12:06:29 +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
b006276369
Add plugins' directory into WebKitGTK only when it exists
...
Adding non-existent directories into a sandbox generates runtime
warnings, but the directories are not necessary here.
2023-03-27 16:11:44 +02:00
38a21ad7be
I#2275 - iTIP: Override text color together with background color
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2275
2023-03-02 12:37:44 +01:00
423f664493
RSS: Folder-specific options not save from Preferences
...
The folder options to download full articles or whether to download
feed enclosures were not properly saved to the disk when being done
from the Preferences, thus the change has been lost the next start.
2023-03-01 14:51:21 +01:00
1ada82101a
I#2261 - RSS: Read of author depends on element order
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2261
2023-02-15 18:02:42 +01: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
dcdbf9587f
CollectionAccountEditor: Fix packing of the switch widgets
...
The default to fill horizontal and vertical space for the GtkSwitch
does not play well for themes, which can stretch the widget drawing
to satisfy these constraints, thus make them rather horizontally
aligned to the start and vertically to the center, using the natural
size for the switch.
2023-01-18 17:04:12 +01:00