Commit Graph

45771 Commits

Author SHA1 Message Date
Milan Crha
9166ad3185 NEWS update for 3.44.4 2022-08-05 09:55:17 +02:00
Milan Crha
1e0d26b616 I#1982 - Calendar: The default reminder not always added
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1982
2022-08-04 12:07:09 +02:00
Milan Crha
eccac183d5 I#1968 - ECompEditor: Reminders list is too small
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1968
2022-08-01 16:09:45 +02:00
Milan Crha
19a47465a2 I#1966 - EColorSchemeWatcher: Verify chosen dark variant theme name exists
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1966
2022-07-20 18:02:27 +02:00
Milan Crha
cadc84ce8a Change when symbolic icons are forced in the application
Rather than forcing symbolic icons in GNOME, check whether only symbolic
icons are available for the current icon theme and if so, then force
the symbolic icons, otherwise use colored icons.

The test can be still inaccurate, but the gtk+ API doesn't have a way to
check whether the icon theme is symbolic-only or not.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1848
2022-07-18 15:39:30 +02:00
Milan Crha
3ed3b2a87f I#1961 - Missing divider lines and paddings under GNOME
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1961
2022-07-18 11:36:20 +02:00
Milan Crha
398d5fdc38 Post-release version bump 2022-07-01 11:38:07 +02:00
Milan Crha
698ae96b74 NEWS update for 3.44.3 2022-07-01 11:32:05 +02:00
Jakub Steiner
d41a84a8d2 I#1848 - icons: Add symbolic variants for toolbar/folder tree icons
- follow the UI icon style guidelines while maintaining the Evolution
  asset conventions.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1848
2022-07-01 09:43:22 +02:00
Cédric Bellegarde
0142d8e250 M!109 - EShell: Use symbolic icons on GNOME
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/109
Helps https://gitlab.gnome.org/GNOME/evolution/-/issues/1848
2022-06-30 15:21:52 +02:00
Milan Crha
e288c33552 I#1946 - Logic of "Do not sign meeting requests" is inverted
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1946
2022-06-29 17:44:47 +02:00
Milan Crha
8444278e25 I#1930 - Update Task preview, when Task is updated
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1930
2022-06-27 18:52:20 +02:00
Milan Crha
4dd9404347 I#1944 - Crash when printing task list to pdf
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1944
2022-06-27 17:31:47 +02:00
Milan Crha
38284701a9 I#1941 - ESourceSelectorDialog: Close on double-click on source only
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1941
2022-06-27 15:35:30 +02:00
Christian Kirbach
1126cc930a Update German translation 2022-06-05 22:25:00 +00:00
Milan Crha
93007a6205 EMailStripSigFilter: Make sure it doesn't read out of buffer bounds
It could happen the reading of the buffer was done out of the buffer
bounds in some cases, as had been spotted in:
https://gitlab.gnome.org/GNOME/evolution/-/issues/1025#note_1470109

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1156
2022-06-03 10:12:32 +02:00
Milan Crha
f498b9ccaa I#1919 - Drag&Drop creates many identical temporary files
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1919
2022-06-01 22:18:44 +02:00
Milan Crha
cf74639d52 I#1918 - Composer: Skip STYLE and other tags in convert to Plain Text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1918
2022-05-30 14:08:28 +02:00
Milan Crha
b88abcbdd6 Post-release version bump 2022-05-27 08:00:08 +02:00
Milan Crha
704dd126ea NEWS update for 3.44.2 2022-05-27 07:50:31 +02:00
Milan Crha
142c84ac13 I#1913 - Calendar: iTip message not sent to a Room address
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1913
2022-05-23 15:41:44 +02:00
Milan Crha
133a847ac8 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 19:00:17 +02:00
Milan Crha
57f73269a7 I#1905 - DUE-today color in Tasks window not always applied
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1905
2022-05-17 12:25:03 +02:00
Milan Crha
5065d763f8 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:56:12 +02:00
Milan Crha
3e16108e0e I#1898 - Better handle Dark Style GNOME 42 setting
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1898
2022-05-12 17:45:36 +02:00
Milan Crha
48551d0a28 I#1904 - CompEditor: Move whole component between calendars
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1904
2022-05-11 17:37:18 +02:00
Milan Crha
a987e41cec 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:30:20 +02:00
Milan Crha
5ad19fb9d7 I#1902 - Tasks: Overdue calculation sometimes incorrect
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1902
2022-05-10 20:53:01 +02:00
Milan Crha
ecfcd2d6bb I#1900 - iTIP formatter shows twice "Attendee status updated"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1900
2022-05-10 17:46:53 +02:00
Milan Crha
7462aaf534 I#1895 - Misc: Handle numpad Enter similarly as the Enter key
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1895
2022-05-10 09:23:38 +02:00
Milan Crha
d73945830e I#1896 - Composer: Ensure URL entry is focused in Link Properties
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1896
2022-05-09 10:00:21 +02:00
Milan Crha
b6dc7995fd I#1891 - Fails to build with libgweather 3.36
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1891
2022-05-02 10:27:36 +02:00
Milan Crha
bf0ba51d0b 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:54:02 +02:00
Milan Crha
ce50444f3f 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:39:47 +02:00
Milan Crha
d191651a85 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:48:00 +02:00
Milan Crha
236e97b0d8 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:55:05 +02:00
Milan Crha
7a66aa5624 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:37:36 +02:00
Milan Crha
1e945c0267 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:34:38 +02:00
Milan Crha
ae91c66622 Post-release version bump 2022-04-22 08:02:56 +02:00
Milan Crha
38912dc06f NEWS update for 3.44.1 2022-04-22 07:54:44 +02:00
Jordi Mas
6cfdcc73fa Update Catalan translation 2022-04-21 21:34:40 +02:00
Milan Crha
eb62ccaa28 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:07:14 +02:00
Milan Crha
f5f53f5273 I#1870 - Show mailto: hyperlinks in the status bar percent-decoded
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1870
2022-04-20 11:46:11 +02:00
Milan Crha
e092d13534 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 12:00:19 +02:00
Asier Sarasua Garmendia
392a4325bd Update Basque translation 2022-04-12 17:50:40 +00:00
Milan Crha
0348f813d9 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:52:03 +02:00
Milan Crha
2a0451e2f6 I#1857 - Composer: Markdown should prevent soft line breaks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1857
2022-04-11 16:19:50 +02:00
Philipp Kiemle
fe78c6b130 Update German translation 2022-04-08 20:08:11 +00:00
Milan Crha
a562778faa 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:46:28 +02:00
Milan Crha
e8de4a2a06 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:30:50 +02:00