Commit Graph

45925 Commits

Author SHA1 Message Date
Hugo Carvalho
1917fcaecb Update Portuguese translation 2022-05-27 22:50:32 +00:00
Yuri Chornoivan
803a0b60f8 Update Ukrainian translation 2022-05-26 11:41:01 +00:00
Milan Crha
ff89a99599 I#1916 - Allow to search in "Describe Filters"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1916
2022-05-26 12:49:24 +02:00
Milan Crha
18a6e47fe7 I#1917 - Calendar: Add option to change 'today' background color
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1917
2022-05-26 09:29:33 +02:00
Milan Crha
642dce54e7 I#1913 - Calendar: iTip message not sent to a Room address
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1913
2022-05-23 15:39:06 +02:00
Asier Sarasua Garmendia
0595e9026c Update Basque translation 2022-05-21 05:59:45 +00:00
Milan Crha
750e133b80 itip-view: Ignore empty text/plain subpart in meeting invitation mail
When an invitation mail is part of a multipart/alternative only with
a text/plain (and text/calendar) subparts and the text/plain is empty,
then it could fail to read empty body, or it read empty body, which
is not useful for showing as an alternative invitation description.
2022-05-19 18:59:50 +02:00
Hugo Carvalho
6b32f3db70 Update Portuguese translation 2022-05-19 13:33:47 +00:00
Fran Dieguez
3e6f34e3ea Update Galician translation 2022-05-18 21:19:53 +00:00
Milan Crha
269ccd2c95 I#1905 - DUE-today color in Tasks window not always applied
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1905
2022-05-17 12:24:12 +02:00
Milan Crha
c1df66cdbc ews-I#159 - EMFolderTreeModel: Prefer Inbox over other folder types
When an Inbox is marked as a Sent folder and the Inbox gets to
the MailFolderCache before the folder tree, then the folder tree
reads the "is sent folder" for the cached folder and then overrides
the folder Inbox type to the Sent folder, which breaks the visual
part in the folder tree.

Closes https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/159
2022-05-16 20:52:48 +02:00
Danial Behzadi
2ba03e48ca Update Persian translation 2022-05-16 09:42:30 +00:00
Yuri Chornoivan
feea9e030d Update Ukrainian translation 2022-05-16 06:47:10 +00:00
Milan Crha
8cc8c3075e CompEditor: Consider 'shorten-end-time' when adjusting end time
This applies 'shorten-end-time' on a newly calculated end time,
when the user changes the start time after the end time.
2022-05-13 11:43:21 +02:00
Milan Crha
4c33f886e0 I#1898 - Better handle Dark Style GNOME 42 setting
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1898
2022-05-12 17:44:14 +02:00
Milan Crha
e3ef3595b6 I#1904 - CompEditor: Move whole component between calendars
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1904
2022-05-11 17:36:19 +02:00
Milan Crha
df3b391566 Tasks: Ensure ICalTime::zone is set for current time
Without having set correct time zone for the ICalTime the conversion
routines can convert time twice into the destination time zone,
which causes wrong time. It could be seen also when comparing
the current time with the component time.

Related to https://github.com/libical/libical/issues/571
2022-05-11 14:27:17 +02:00
Milan Crha
6397879f6f ECompEditor: Change packing of the Organizer combo
Let it not use more horizontal space than it really needs. That can
make more space for the Calendar combo.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1901
2022-05-10 21:31:53 +02:00
Milan Crha
9ee83727de I#1902 - Tasks: Overdue calculation sometimes incorrect
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1902
2022-05-10 20:50:52 +02:00
Milan Crha
a7a9bdf596 I#1901 - Calendars with very long names hide the organizer in the CompEditor
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1901
2022-05-10 18:43:25 +02:00
Milan Crha
3e77eaafc0 I#1900 - iTIP formatter shows twice "Attendee status updated"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1900
2022-05-10 17:40:34 +02:00
Milan Crha
27f0951890 Update the information in the AUTHORS file 2022-05-10 17:18:27 +02:00
Milan Crha
8d42cb201b I#1895 - Misc: Handle numpad Enter similarly as the Enter key
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1895
2022-05-10 09:22:48 +02:00
Milan Crha
8c46e054d3 I#1896 - Composer: Ensure URL entry is focused in Link Properties
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1896
2022-05-09 09:59:41 +02:00
Fabio Tomat
ba919077ee Update Friulian translation 2022-05-08 10:46:05 +00:00
Aleksandr Melman
44b79d6b22 Update Russian translation 2022-05-05 13:03:30 +00:00
Milan Crha
a436ac1fc3 I#1891 - Fails to build with libgweather 3.36
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1891
2022-05-02 10:26:35 +02:00
Milan Crha
c7009fda1b I#1871 - WebKitEditor: Convert to plain text incorrect on reply/forward open
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1871
2022-04-28 18:52:38 +02:00
Milan Crha
d1d3293a93 EWebKitEditor: Mode change not propagated into the Editor widget
This could be reproduced for example when forwarding an HTML message
and having Evolution set to format text in Plain Text. In such case
a "lose formatting" question is shown and when choosing to not lose
it, the content shows an HTML variant, but the format combo still
shows "Plain Text", which means the sent message will be plain text,
despite editing in HTML.
2022-04-28 11:35:54 +02:00
Milan Crha
78f6c345a7 I#1886 - itip-formatter: Use whole URL value as a link href
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1886
2022-04-27 13:47:08 +02:00
Milan Crha
27e8d96f77 I#1883 - Calendar: Read Organizer/Attendee EMAIL parameter
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1883
2022-04-27 12:53:49 +02:00
Milan Crha
ec872984ce I#1876 - Contacts: Add a way to create a contact copy
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1876
2022-04-26 16:06:19 +02:00
Milan Crha
ac987d7c47 EWebDAVConfigLookup: Set also authentication method
This way the password stored with the collection account can be used
with the child sources, thus users are not asked for their password
for each child source.
2022-04-25 15:53:24 +02:00
Milan Crha
26e1689b98 EContactEditor: Use a GWeakRef on the editor when opening target client
The open of the target client can take long time in some cases. Use
a GWeakRef on the editor to properly detect when the editor is closed
while the client is opening (the editor itself could not be freed
meanwhile, but its widgets could be freed on the editor close).
2022-04-25 12:34:57 +02:00
Milan Crha
d72ae2e09c EShell: Auto-close ESource connection alerts on idle
The ESource::connection-status property notifications are received
in the Source Registry thread, thus do any changes to an EAlert on idle,
in the main/UI thread.
2022-04-25 12:31:33 +02:00
Jordi Mas
e738b926be Update Catalan translation 2022-04-21 21:36:08 +02:00
Milan Crha
98f91f11b8 Disable hardware acceleration for WebKitGTK
This should help with crashes related to hardware acceleration
on some machines, as being discussed at:
https://bugs.webkit.org/show_bug.cgi?id=239429
2022-04-21 17:05:54 +02:00
Milan Crha
6cba3eb5b4 I#1026 - alarm-notify: Add option to enable/disable desktop notifications
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1026
2022-04-20 13:43:41 +02:00
Milan Crha
d85b81f19b I#1870 - Show mailto: hyperlinks in the status bar percent-decoded
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1870
2022-04-20 11:45:08 +02:00
Milan Crha
4d98959063 I#1867 - itip-formatter: Colorize meeting summary with the event color
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1867
2022-04-20 11:13:46 +02:00
Milan Crha
b18ace783d Calendar: Add option to shorten event end time for new events
This can be used to have predefined some time between events to move
between rooms and such things, without a need to modify the end time
for every single new event manually.
2022-04-20 10:22:12 +02:00
Milan Crha
e3094dda9d I#1811 - icons: emblem-new hard to spot with adwaita-icon-theme 42
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1811
2022-04-19 11:57:44 +02:00
Michael Catanzaro
9e3019a096 M!104 - icon-factory: update for new gnome-desktop API
See gnome-desktop!132

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/104
2022-04-13 07:38:17 +00:00
Asier Sarasua Garmendia
98143ba691 Update Basque translation
(cherry picked from commit 392a4325bd)
2022-04-12 17:50:51 +00:00
Milan Crha
f7ca87921a I#1858 - Calendar: Show recurring information near event time in preview/iTip
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1858
2022-04-12 17:50:49 +02:00
Milan Crha
3abf2c0b3e I#1857 - Composer: Markdown should prevent soft line breaks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1857
2022-04-11 16:18:04 +02:00
Philipp Kiemle
938392ed92 Update German translation 2022-04-08 20:08:00 +00:00
Milan Crha
87d713340f I#1568 - Cannot import PKCS12 certificate with non-ASCII or empty password
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1568
2022-04-05 16:13:15 +02:00
Milan Crha
6268ff9717 I#1853 - Tasks: Cannot remove recurrence and Start date at the same time
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1853
2022-04-01 12:28:17 +02:00
Milan Crha
8f17ed9e86 I#1850 - Flatpak: Attachments cannot be opened
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1850
2022-04-01 12:09:45 +02:00