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
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
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
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
e738b926be
Update Catalan translation
2022-04-21 21:36:08 +02:00
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
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
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
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
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
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
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
98143ba691
Update Basque translation
...
(cherry picked from commit 392a4325bd
)
2022-04-12 17:50:51 +00:00
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
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
938392ed92
Update German translation
2022-04-08 20:08:00 +00:00
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
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
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
8a94da6da9
I#1849 - markdown-utils: Ignore character encoding hints in HTML when converting to text
...
The passed-in HTML is already in UTF-8, thus do not re-encode
it again.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1849
2022-03-30 09:42:02 +02:00
5dd71b1b90
I#1847 - attachment-reminder: Existing keyword lost on editing cancel
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1847
2022-03-29 18:47:26 +02:00
e0ee9f8678
Calendar: Unify tooltip query in calendar views
...
Since the 'Year View' addition a new cal_comp_util_dup_tooltip() function
had been added, which constructs a tooltip markup suitable for the GtkWidget,
thus use that, instead of custom tooltip components with a lot of complicated
code to manually handle the tooltip create and destroy.
2022-03-29 12:36:56 +02:00
6a8cf8a968
ECalComponentPreview: Linkify 'Location' value
...
The location can contain URL, thus make it clickable for easier
access of it.
2022-03-29 09:53:57 +02:00
6f6f8f5ddb
Calendar: Highlight today in the Year View
2022-03-28 14:51:52 +02:00
f628caf956
Update Latvian translation
...
(cherry picked from commit e6f00b47fc
)
2022-03-27 19:22:21 +00:00
ffa494d744
Update German translation
...
(cherry picked from commit bd61a7cc9c6765b6805f40bfcb7237cc2f4fe673)
2022-03-25 21:40:04 +00:00
0834df1ed1
Update Dutch translation
...
(cherry picked from commit dadbc34ae0
)
2022-03-25 15:27:30 +00:00
68a00993d2
Calendar: Implement 'Year View'
...
Let the calendar show events as a whole year.
2022-03-25 13:50:24 +01:00
6c5ea130ae
gal-view-instance: Do not crash on broken setup
...
When there's saved an unknown view, which cannot be loaded, the code
could crash. This change makes sure the first view in the collection
will be loaded, instead of crashing the application.
2022-03-25 07:49:58 +01:00
0170d5cf45
Calendar: Minicalendar shown after search in the List View
...
The List View doesn't have the minicalendar shown, because it doesn't
use it, thus showing the minicalendar after search in the List View
is wrong.
2022-03-23 10:12:42 +01:00
83b482e5aa
Update Russian translation
2022-03-20 13:00:00 +00:00
8f3f689287
Update Hebrew translation
2022-03-20 13:19:31 +01:00
5a9bdce73e
Update Ukrainian translation
2022-03-18 09:16:01 +00:00
e937765b76
I#1837 - Meeting attendees should default to Required Participants
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1837
2022-03-18 09:47:45 +01:00
ac15857f14
I#1835 - Mail: Preview uses wrong colors for HTML mail with dark theme
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1835
2022-03-18 09:45:20 +01:00
a6b4f08cb6
I#1831 - Correct GSettings schema strings for translation
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1831
2022-03-18 09:43:30 +01:00
5149858aac
I#1827 - itip-formatter: Properly update content on message preview reload
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1827
2022-03-18 09:41:10 +01:00
47f77bf504
Post-release version bump
2022-03-18 08:21:30 +01:00
0839b6f5b4
NEWS update for 3.44.0
2022-03-18 08:13:44 +01:00
1929bd1dae
Update Italian translation
2022-03-17 08:39:30 +00:00
6e6914df66
Update Serbian translation
2022-03-17 06:30:10 +00:00
13c02a218e
Update Slovenian translation
2022-03-15 21:30:19 +00:00
b79d7b142a
Update Norwegian Bokmål translation
2022-03-15 11:38:04 +00:00
3b2694c3c9
Update German translation
2022-03-15 09:23:13 +00:00
522d14e35d
Updated Spanish translation
2022-03-15 09:22:26 +01:00
08f799c8a1
Update German translation
2022-03-14 21:24:05 +00:00
e585778ca6
Update Danish translation
2022-03-14 16:26:50 +00:00
d2aab8a994
Update Hungarian translation
2022-03-13 23:14:54 +00:00
cb70a101f8
Update Polish translation
2022-03-13 16:53:49 +01:00
1f6fb88ca5
Update Kazakh translation
2022-03-12 16:28:00 +00:00