Commit Graph

45617 Commits

Author SHA1 Message Date
3af720fa50 Update Ukrainian translation 2022-01-03 21:01:45 +00:00
GN
162c4cf52a help: Add note about UI element sorting workaround
Fixes #1755
2022-01-03 19:42:18 +00:00
b5eef5cff5 I#1749 - ECalComponentPreview: Show component (non-public) classification
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1749
2022-01-03 18:55:55 +01:00
2b56b47ee9 Update Friulian translation 2021-12-22 18:54:30 +00:00
f6916d6156 Update Indonesian translation 2021-12-22 03:51:14 +00:00
b2d2f3fc54 I#1730 - ToDo Bar: Disallow deleting read-only events and tasks
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1730
2021-12-13 11:12:03 +01:00
622707b34f I#1729 - Composer: Forward can lost unreferenced attachments with Content-ID
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1729
2021-12-10 09:25:53 +01:00
39655ec00b Updated Lithuanian translation 2021-12-09 23:24:22 +02:00
b4d982d948 Update Basque translation 2021-12-09 18:25:00 +00:00
6012c02f97 Update list of authors for Help->About->Credits
Include major past contributors in the list.
Remove mail addresses, to avoid private mails with support requests.
2021-12-09 17:34:23 +01:00
4bde7ee2ea Update Italian translation
(cherry picked from commit 7f034ed170)
2021-12-08 09:42:52 +00:00
89b4980921 Update Russian translation 2021-12-07 20:32:11 +00:00
83dd9fc393 I#1724 - Mail: Improve Archive messages in Search Folders
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1724
2021-12-07 13:42:57 +01:00
7e045494a2 I#1571 - Broken font settings can break message display
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1571
2021-12-07 12:30:55 +01:00
38a560418a Update Portuguese translation 2021-12-03 16:52:00 +00:00
7abeb73f9c Update Ukrainian translation 2021-12-03 15:30:57 +00:00
ade50b7c9f I#1645 - Tasks: Add table column for ESTIMATED-DURATION
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1645
2021-12-03 10:29:33 +01:00
6b0f5463a3 Update Portuguese translation 2021-12-02 22:26:40 +00:00
2ad3f74fff Update Ukrainian translation 2021-12-02 21:01:05 +00:00
8aceb0c28d I#1645 - Tasks: Support ESTIMATED-DURATION
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1645
2021-12-02 18:45:34 +01:00
5f54074c5d Update Occitan translation
(cherry picked from commit c2872ef9a8)
2021-12-02 15:31:30 +00:00
8f7ad8b065 I#1714 - Composer: Prefer HTML over image on LibreOffice data paste
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1714
2021-12-02 14:52:57 +01:00
eab2335993 I#1722 - itip-formatter: Show Due date and Categories
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1722
2021-12-02 14:07:03 +01:00
ec139ea507 I#1716 - Mail: Show an error message on Archive when the Archive folder is not set
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1716
2021-12-02 12:20:04 +01:00
78d028c227 Update Portuguese translation 2021-12-01 18:12:19 +00:00
b5e6e16477 WebDAVNotes: Let the user choose which extension is used for new notes
Rather than forcing .txt or .md extension in the code, let the user choose
which one is preferred. Still default to the .md extension.

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/360
2021-12-01 18:04:20 +01:00
d07c024ba2 Update Portuguese translation 2021-12-01 15:28:00 +00:00
8a9e359606 I#1721 - Calendar: Leftover tooltip after event delete
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1721
2021-12-01 12:16:38 +01:00
783dbb8b58 I#1718 - ECompEditorTask: Verify Due date is after the Start date
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1718
2021-12-01 09:27:28 +01:00
c3b951431b icalendar-importer: Can show incorrect time in imported data preview
That happens when the .ics file does not contain timezones referenced
by the component properties. Also check for the builtin timezones
as if the TZID was a location.
2021-11-29 10:08:30 +01:00
dd781cf978 Fix broken markup in Russian help translation 2021-11-27 22:15:59 +01:00
681952c92c Updated Spanish translation 2021-11-26 18:03:52 +01:00
ae0df0c507 I#1717 - ECalModel: Properly show also UTC times
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1717
2021-11-26 10:56:39 +01:00
e2b64680ef I#1715 - Calendar: Ensure value type matches for start/end, start/due
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1715
2021-11-25 18:55:09 +01:00
a019ade24d Load JavaScript plugins for message preview and WebKit editor
This allows to save JavaScript plugins, files with .js extension,
into `$PREFIX/share/evolution/webkit/preview-plugins/` or into
`~/.local/share/evolution/preview-plugins/` for the message preview
and into `$PREFIX/share/evolution/webkit/webkit-editor-plugins/` or
into `~/.local/share/evolution/webkit-editor-plugins/` for
the WebKit composer.

The plugin is an object, which contains two members:
* `name` - a string with a name of the plugin
* `setup(doc)` - a setup function

The argument of the `setup` function is a `document`, which can
be either the main document or an iframe document. The function
can be called multiple times for the same document.

The preview plugin registers itself by calling `Evo.RegisterPlugin(plugin_instance)`.

The WebKit editor plugin registers itself by calling `EvoEditor.RegisterPlugin(plugin_instance)`.
2021-11-25 11:01:38 +01:00
46fb2d9312 I#1712 - Tasks: Correct overdue calculation for DATE value type
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1712
2021-11-24 17:00:41 +01:00
6e46217384 I#1708 - Composer: Wrap quoted long words
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1708
2021-11-24 14:51:48 +01:00
f413f80f2c Update Croatian translation 2021-11-23 18:32:16 +00:00
bfef43b3bb Update Portuguese translation 2021-11-23 12:15:42 +00:00
3c627c1559 Update Ukrainian translation 2021-11-23 07:42:35 +00:00
7f1bf7f012 I#1705 - text-highlight: Add Markdown language
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1705
2021-11-22 18:36:00 +01:00
0995880436 EAddressbookModel: Update view on client's capabilities property change
The capabilities change can mean the address book backend supports, or not,
initial query, which changes how the view is populated for the address book.

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/354
2021-11-22 17:33:59 +01:00
e24af61923 Update Friulian translation 2021-11-22 14:26:42 +00:00
05d3973f59 Update Galician translation 2021-11-19 21:47:20 +00:00
7fc33dd501 Update Croatian translation 2021-11-19 15:51:21 +00:00
bc5deb1330 Install legacy icons into correct directory
The `legacy` directory is not known to the `hicolor` icon theme, thus
the icons could not be found. Store the icons into a directory known
to the `hicolor` instead.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1698
2021-11-18 18:03:25 +01:00
2b82dfaa44 I#1698 - Bundle legacy icons removed from adwaita-icon-theme
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1698
2021-11-18 15:36:28 +01:00
1ebd8ac566 M!95 - deduplicate terminating ;; in C source code
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/95
2021-11-18 08:53:36 +00:00
89d801f342 Update Portuguese translation 2021-11-17 12:17:38 +00:00
7c00c6cb91 Update Russian translation 2021-11-16 21:51:32 +00:00