Commit Graph

45159 Commits

Author SHA1 Message Date
Milan Crha 61b7c1916f eds-I#297 - CalDAV: Support calendar-order property
Adapt to the API changes and use the property in the ESourceSelector.

Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/297
2021-02-10 15:06:36 +01:00
Milan Crha 30df81e7fc eds-I#298 - Flatpak: Share NSS database with the system
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/298
2021-02-10 09:05:26 +01:00
Daniel Mustieles e0ba1e6acd Updated Spanish translation 2021-02-09 16:13:39 +01:00
Milan Crha e6488eb610 Add an alternative shortcut to show the WebKit inspector
The Ctrl+Shift+I clashes with File->New->Assigned Task, which makes
it complicated to show the inspector. The Ctrl+Shift+D can be used
as an alternative. It seems to be an alternative for the gtk+
inspector too.
2021-02-09 10:57:55 +01:00
Milan Crha f158603310 Flatpak: Enable smart card support in the Flatpak manifests ][
Return back accidentally removed flag in the master.json
2021-02-09 09:36:01 +01:00
Milan Crha e2a6ef82ae Flatpak: Enable smart card support in the Flatpak manifests
This requires Flatpak >= 1.3.2.
2021-02-09 09:29:54 +01:00
Milan Crha 752106a632 Fix invalid cast in e_calendar_item_get_date_for_cell()
There's no need to use the Atk function implementation, the more it uses
an AtkObject, which is harder to get to, thus rather calculate the index
directly.
2021-02-08 19:43:56 +01:00
Milan Crha da17688729 ESourceSelector: Update GtkTreeStore values only if changed
The e_source_selector_set_source_connection_status() can be called
when the GtkTreeView updates itself, which can, even when the value
doesn't change, invoke an "accessible changed" signal, which then
can call the function again. Avoid the recursion by checking whether
the value really changed before setting it to the GtkTreeStore.
Do it also for the tooltip, to be consistent.
2021-02-08 19:04:48 +01:00
Daniel Șerbănescu 46d2df6ce7 Update Romanian translation 2021-02-07 14:17:43 +00:00
Fran Dieguez 44222e565b Update Galician translation 2021-02-07 00:34:51 +00:00
Milan Crha ac1ca65fed EAddressbookView: Call e_table_set_info_message() only on ETable
The minicard view is not an ETable, which produces a runtime warning.
2021-02-05 11:17:52 +01:00
Yuri Chornoivan 6954486caf Update Ukrainian translation 2021-02-05 06:45:29 +00:00
Milan Crha 40e3a2f10f I#262 - Calendar: Ability to change RSVP response
Can be found in the context menu of a meeting, when applicable.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/262
2021-02-04 17:58:02 +01:00
Hugo Carvalho e24346001f Update Portuguese translation 2021-02-04 15:55:57 +00:00
Florentina Mușat 57ed4e911e Update Romanian translation 2021-02-04 11:43:03 +00:00
Yuri Chornoivan 251b0c8fe6 Update Ukrainian translation 2021-02-04 11:16:56 +00:00
Milan Crha 6f9e3ed57c I#992 - CompEditor: Allow editing meetings if not owner
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/992
2021-02-04 11:47:36 +01:00
Florentina Mușat 49b716046d Update Romanian translation 2021-02-03 14:36:37 +00:00
Yuri Chornoivan faa74b188e Update Ukrainian translation 2021-02-02 15:53:17 +00:00
Дилян Палаузов f90f93b1ad M!76 - Correct typos in a/an
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/76
2021-02-01 15:29:03 +02:00
Hugo Carvalho 3da9e763de Update Portuguese translation 2021-02-01 12:24:21 +00:00
Rafael Fontenelle eeeb76ba3d Update Brazilian Portuguese translation 2021-01-30 21:41:05 +00:00
Daniel Șerbănescu 0bac700bfa Update Romanian translation 2021-01-29 10:39:38 +00:00
Yuri Chornoivan f53ed5fb65 Update Ukrainian translation 2021-01-28 17:26:32 +00:00
Milan Crha 5ee60af2a2 Composer: Add an option to prefer PRE on paste of a plain text
Let the user choose whether paste of the plain text should be pasted
as a normal paragraph or a preformatted paragraph.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1269
2021-01-28 17:57:24 +01:00
Sebastien Bacher 7c628fb54e M!75 - The XDG_CURRENT_DESKTOP env is a list
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/75
2021-01-26 17:46:14 +01:00
Fran Dieguez 25c4aa9f8e Update Galician translation 2021-01-25 19:44:36 +00:00
Andika Triwidada 3b2e0653e1 Update Indonesian translation 2021-01-25 15:54:58 +00:00
Anders Jonsson be87c5348a Update Swedish translation 2021-01-24 21:12:38 +00:00
Yuri Chornoivan c1f5c2bbaa Update Ukrainian translation 2021-01-24 16:34:45 +00:00
Philipp Kiemle 9f2fc27905 Update German translation 2021-01-24 11:35:46 +00:00
Andre Klapper 6607a52a37 help: Describe the regex type supported in vfolder search
Fixes #1343
2021-01-24 09:47:49 +01:00
Fabio Tomat f92ecc1dae Update Friulian translation 2021-01-20 18:10:14 +00:00
Milan Crha 8b66c70493 I#1328 - Calendar: Event tooltip can be misplaced
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1328
2021-01-20 15:18:56 +01:00
Milan Crha 846072aeeb I#1336 - Calendar: Preserve time when creating events with double-click ][
Correct overlooked runtime warning about missing GtkAction, because
it had been renamed.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1336
2021-01-20 14:18:37 +01:00
Milan Crha 76c26c34e8 I#1336 - Calendar: Preserve time when creating events with double-click
... and from the context menu.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1336
2021-01-20 14:04:00 +01:00
Milan Crha 3b95e570e4 I#1157 - Composer: Quoted text visually changes linewrap after paste
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1157
2021-01-20 12:32:44 +01:00
Milan Crha c14ce7fd76 I#1330 - Composer: Invalid wrapping with a space at the end of the line
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1330
2021-01-20 11:19:48 +01:00
Milan Crha fcbab20f85 message-list: Remove unneeded code
The ml_uid_nodemap_insert() is called a lot when building the tree and
its call to reference the folder of the MessageList was not needed,
because the 'folder' was not used in the function other than to check
whether it's non-NULL. Similarly in the ml_uid_nodemap_remove().
2021-01-20 10:24:06 +01:00
Boyuan Yang 3c3bee6bed Update Chinese (China) translation 2021-01-18 16:37:47 +00:00
Milan Crha 117387218c EMailConfigAssistant: Prefill user name for the new accounts
Make the 'user' property be prefilled by the currently logged in
user name, thus it is not empty for newly created accounts.

Partly related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/283
2021-01-15 11:04:26 +01:00
Milan Crha b14d9ac54d I#1311 - templates: Prefer message body selection as Reply does
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1311
2021-01-14 17:11:36 +01:00
Milan Crha 329d9d1ee3 Fix a memory leak when quoting headers for message replies
This could happen when the message did not contain expected header,
the function returned early, without unreferencing the message.
2021-01-14 16:49:25 +01:00
Daniel Mustieles d268d45a2e Updated Spanish translation 2021-01-14 10:26:52 +01:00
Daniel Mustieles 1a8392d79c Update Spanish translation 2021-01-14 07:59:13 +00:00
Hugo Carvalho b972837628 Update Portuguese translation 2021-01-13 22:10:21 +00:00
Matej Urbančič 4a6884f67e Update Slovenian translation 2021-01-13 18:45:42 +00:00
Milan Crha 6c5c15900c I#1314 - templates: Quoted body shown incorrectly in Plain Text mode
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1314
2021-01-13 18:13:09 +01:00
Daniel Șerbănescu 3eda74a7f4 Update Romanian translation 2021-01-13 15:43:26 +00:00
Milan Crha c8da9c28b6 e-editor.js: Correct variable name in EvoEditor.InsertSignature()
Typo in the variable name, it was meant to be `uid`, but `id` was used
in the code instead.
2021-01-13 15:16:31 +01:00