Commit Graph

45569 Commits

Author SHA1 Message Date
5da8e4de0b Update Chinese (China) translation 2021-07-10 22:52:48 +00:00
cf57581ae3 Update Brazilian Portuguese translation 2021-07-10 21:00:05 +00:00
02ecad19ca Update Romanian translation 2021-07-09 11:00:08 +00:00
3cc2f505b5 Update Portuguese translation 2021-07-09 10:10:51 +00:00
62f5586beb Post-release version bump 2021-07-09 07:56:48 +02:00
3281660149 NEWS update for 3.41.1 2021-07-09 07:51:24 +02:00
b091bb5ea2 I#1556 - Calendar: Add option to hide Memos/Tasks pane
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1556
2021-07-08 19:17:55 +02:00
d58b820bba plugin-manager: Hide vertical scrollbar in plugin list, when not needed 2021-07-08 16:56:50 +02:00
aa4b3f8d0a M!84 - EPluginManager: Make it a page in the preferences
Move the plugins preferences into the preferences window, allows to have one less
dialog to look-at to configure evolution.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/84
2021-07-08 14:20:32 +00:00
582a7eda56 M!82 - EPreferencesWindow: Use headerbar and stack widgets
Switch to a Headerbar and a StackSidebar widget for navigation, place all the
buttons directly in the headerbar.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/82
2021-07-08 14:18:38 +00:00
1d8347cbf6 I#1554 - Mail: Sort Status column by unread state first
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1554
2021-07-07 18:00:46 +02:00
b19b9e2c46 Update Romanian translation 2021-07-02 16:30:19 +00:00
c9b9dfc334 Update Russian translation 2021-06-29 11:07:43 +00:00
6b7259f7e3 Update Portuguese translation 2021-06-25 18:03:27 +00:00
28fae1ec30 I#1547 - EMailNotes: Unset Content-Transfer-Encoding on message on save
Leftover header can break encoding of the added multipart/mixed part,
by re-encoding everything in it, including the subparts boundaries.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1547
2021-06-24 16:17:58 +02:00
c9e104a5b0 Update Ukrainian translation 2021-06-21 16:05:24 +00:00
620c7a8732 EToDoPane: Add 'Delete This and Future Occurrences' popup menu option
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1527
2021-06-21 14:53:46 +02:00
827ca67033 I#1537 - EShellSearchbar: Search option not saved on change
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1537
2021-06-21 14:36:01 +02:00
fc8161abd0 Update Portuguese translation 2021-06-17 14:24:13 +00:00
72884b17c0 Update Ukrainian translation 2021-06-15 19:27:36 +00:00
24405ae1e1 Updated Spanish translation 2021-06-15 13:02:17 +02:00
643224f937 I#1307 - backup-restore: Handle user settings through GSettings, not DConf
This helps to save user settings when running as Flatpak, where the `dconf`
command line tool is not available (and where the GSettings can work with
any backend, not only with the DConf backend).

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1307
2021-06-15 12:21:45 +02:00
474e562155 eds-I#289 - Support Matrix IM Protocol for Contacts
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/289
2021-06-14 22:07:09 +02:00
7bd2ce8a11 I#1536 - Allow to delete an inserted image/rule in HTML composer
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1536
2021-06-14 19:24:24 +02:00
b84a8f5737 I#1444 - Button mnemonics not displayed and non-functional in "Edit Sort Order" dialog
Let's remove them, when not supported by the GtkToolbar.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1444
2021-06-14 18:26:24 +02:00
25b1d6fe47 EPictureGallery: Sort the content by the file name
Rather than having the files shown in the order as found on the disk.
2021-06-14 18:02:49 +02:00
180f3b6dc7 Update Romanian translation 2021-06-12 20:19:49 +00:00
e62be8e6d4 Update Portuguese translation 2021-06-11 10:40:55 +00:00
c5c3dcd88e Update developer documentation .sgml files with missing pieces 2021-06-11 12:35:32 +02:00
1d4b7d0019 Update Portuguese translation 2021-06-11 10:22:55 +00:00
98b2fb5f10 Update Ukrainian translation 2021-06-11 10:07:00 +00:00
70b7d47873 I#1512 - Choose account with which to forward message in filter rule
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1512
2021-06-11 11:46:27 +02:00
91d4f2229e I#1469 - Composer: Signatures in HTML inserted into the quote on reply
It could happen when replying to a message composed by Evolution 3.38.1
and earlier.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1469
2021-06-10 13:26:40 +02:00
f5717129fb Flatpak: Replace --socket=x11 with --socket=fallback-x11
Thus GNOME Software doesn't consider the application unsafe.
2021-06-09 19:52:26 +02:00
51c5063377 I#1527 - Calendar: Implement "Delete this and future occurrences"
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1527
2021-06-08 18:10:12 +02:00
5790e845e3 Revert "ETable: Sometimes does not scroll to the cursor row"
It prevents scroll of the content when there's selected a row.

This reverts commit 97b431da44.
2021-06-04 08:09:23 +02:00
98cfb21d29 Update Ukrainian translation 2021-06-03 16:35:09 +00:00
f19eeea760 Addressbook: Switch from GData Contacts API to CardDAV API for Google books
The GData Contacts API is going to be shut down [1], thus move to
the CardDAV API, which the Google server supports too.

[1] https://developers.google.com/contacts/v3/announcement

Related to https://gitlab.gnome.org/GNOME/libgdata/-/issues/42
2021-06-03 17:48:05 +02:00
ed1ac01f48 Update Italian translation
(cherry picked from commit 1e900fb2da)
2021-06-03 12:15:24 +00:00
4328474692 Update Chinese (Taiwan) translation
(cherry picked from commit ae6480133d)
2021-06-03 01:22:27 +00:00
9f1dc66588 Update Ukrainian translation 2021-06-02 15:58:22 +00:00
83b3d2158b I#1514 - ToDo Bar: Add an option for how many days to show
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1514
2021-06-01 20:41:48 +02:00
f1d32e0871 I#1521 - Calendar: Removing recurrences not reflected in the UI
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1521
2021-06-01 15:22:11 +02:00
9ceeaf395d I#1378 - ECompEditorPageReminders: Change how predefined times are managed
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1378
2021-05-31 22:42:01 +02:00
e583ce2912 I#1517 - ECompEditor: Remove redundant buttons from a toolbar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1517
2021-05-31 21:09:09 +02:00
93311801ac Update British English translation
(cherry picked from commit 9e9fb45482)
2021-05-30 10:57:04 +00:00
0a5a47a315 Update Ukrainian translation 2021-05-28 10:00:06 +00:00
c8c5191b9e I#1502 - Mail: Option to make search scope global
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1502
2021-05-27 14:05:38 +02:00
ec8e8564ca I#1428 - Can't import UTF-16 encoded .ics files
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1428
2021-05-27 10:26:36 +02:00
006ff682f1 Misc: Remove unneeded g_print() calls in the vCard importer 2021-05-27 08:24:24 +02:00