Commit Graph

46061 Commits

Author SHA1 Message Date
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
68e19ac33e Update Indonesian translation 2022-03-12 03:50:42 +00:00
794f748f28 Update Swedish translation 2022-03-09 23:22:33 +00:00
8b05d6df3c Update French translation 2022-03-09 09:35:21 +00:00
e687811d53 Update Persian translation 2022-03-08 15:02:30 +00:00
56a128939b Updated Lithuanian translation 2022-03-07 18:15:24 +02:00
a3d584cc21 Update Catalan translation 2022-03-04 22:12:49 +01:00
f661c74d61 Update Korean translation 2022-03-04 14:23:16 +00:00
a0f00c0fc2 Flatpak: Update dependencies in the development build manifest 2022-03-04 11:08:34 +01:00
3132a9ead4 Post-release version bump 2022-03-04 07:44:58 +01:00
f707ec592f NEWS update for 3.43.3 2022-03-04 07:38:11 +01:00
d7db4f62cd Updated Czech help translation 2022-03-03 15:13:15 +01:00
1d2a35e728 Updated Czech translation 2022-03-03 13:19:19 +01:00
c1bc703f40 Updated Spanish translation 2022-03-03 11:44:14 +01:00
faa22c3bb4 I#1824 - Composer: Preserve STYLE element of the signature
And drop TITLE, if it exists.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1824
2022-03-03 11:06:00 +01:00
4d4ae35350 Update Chinese (China) translation 2022-03-02 22:21:51 +00:00
2d0f9f599c Update Russian translation 2022-03-02 19:33:00 +00:00
6623a6e6eb Update Russian translation 2022-03-02 19:31:20 +00:00
405317daa4 Update Galician translation 2022-03-02 17:54:32 +00:00
1230cfcf19 Update Turkish translation 2022-03-02 13:03:10 +00:00
37b5900a5b Update Croatian translation 2022-03-02 11:12:42 +00:00
182577f1c6 Update Friulian translation 2022-03-02 06:26:03 +00:00
e4b782c283 Update Indonesian translation 2022-03-02 02:36:54 +00:00
d3538a0d6b Update Portuguese translation 2022-03-01 21:52:28 +00:00
84de21e4a2 Update Brazilian Portuguese translation 2022-03-01 20:00:25 +00:00
8fdef1b86e Update Basque translation 2022-03-01 18:16:09 +00:00
925531e97a Update Ukrainian translation 2022-03-01 15:43:46 +00:00
aa788e3866 I#1373 - itip-view: Offer to show other parts from multipart/alternative ][
Change how the alternative HTML is present to the user, to avoid
hiding meeting details when the sender-provided description
does not contain it.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1373
2022-03-01 15:59:15 +01:00
7a29a79831 I#1821 - EToDoPane: Incorrect time shown in the tooltip for UTC times
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1821
2022-02-28 14:08:44 +01:00
e6b0574417 e_display_help: Call Yelp directly to display help
Using a "help:" scheme can misbehave when there's installed a different
scheme handler application, which doesn't open the Yelp files properly.
One such application is KHelpCenter.

Reported downstream as:
https://bugzilla.redhat.com/show_bug.cgi?id=2057454
2022-02-28 09:47:54 +01:00
a289c63572 Update Friulian translation 2022-02-26 09:39:41 +00:00
922889b8bf Updated Spanish translation 2022-02-24 12:51:39 +01:00
b4586c9fc4 Update Turkish translation 2022-02-22 17:50:51 +00:00
5ec3348506 Set gtk+ CSS widget names for some widgets
These are the most visible and some of them contain their own style
properties. This will make is easier to reference them in the CSS file.

Example `~/.config/gtk-3.0/gtk.css` content:

```css
MessageList {
	-MessageList-new-mail-bg-color: orange;
	-ETree-vertical-spacing: 1px;
}

.EMFolderTree {
	background: orange;
}
```
2022-02-22 16:21:01 +01:00