Commit Graph

45535 Commits

Author SHA1 Message Date
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
f4e42dbaa2 Update Russian translation 2021-11-16 21:50:27 +00:00
e1cb68011d Update Ukrainian translation 2021-11-16 14:26:39 +00:00
11c68ba645 I#1032 - alarm-notify: Add a way to disable sound notifications
Only adds an option to the Calendar Preferences.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1032
2021-11-16 14:33:42 +01:00
a54bc2cc98 I#1697 - e_text_to_html_full: Use large enough buffer for character escape
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1697
2021-11-15 17:00:58 +01:00
2788bed7bf I#1696 - Composer: Consider only accounts, which can send messages
That's when trying to match an account based on the recipients
in the original message.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1696
2021-11-15 15:48:38 +01:00
6071b5ae82 Calendar: Not all task lists included in the task panel
This could happen when the Evolution had been started in the Tasks view
and then switched to the Calendar view, the task panel was left empty.
It was because all the task lists had been opened already, thus none
emitted the "client-opened" signal, thus the related data model did
not have added the clients.

This applies to the memos panel as well.
2021-11-15 13:29:38 +01:00
3db622fb6a Update Portuguese translation 2021-11-13 15:35:30 +00:00
f7b10c04b4 Update Croatian translation 2021-11-12 11:01:18 +00:00
a312057051 Update Ukrainian translation 2021-11-11 15:44:46 +00:00
8e53d13622 cal-config-weather: Bundle WeatherLocationEntry
The libgweather 4 has the widget removed, thus prepare for it and
bundle its copy from the libgweather 3 into the sources.
2021-11-11 15:46:24 +01:00
b182fc0edc Update Croatian translation 2021-11-11 10:18:32 +00:00
96f3f7d746 Update Esperanto translation 2021-11-10 03:36:47 +00:00
7b62441b5f Misc: Do not rely on build flags provided by evolution-data-server
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/83
2021-11-08 17:54:56 +01:00
6c7ad596d3 M!93 - Correct various typos
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/93
2021-11-08 16:41:07 +00:00
406f1a242e I#1679 - e-convert.js: Do not re-wrap gmail_quote paragraphs ][
Fix a test case for list items.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1679
2021-11-08 15:27:50 +01:00
8e2853140b I#1679 - e-convert.js: Do not re-wrap gmail_quote paragraphs
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1679
2021-11-08 14:36:06 +01:00
90f46bbbf1 Update Portuguese translation 2021-11-07 20:45:44 +00:00
c8feb7152b Update Friulian translation 2021-11-06 21:32:59 +00:00
41271aea97 Update Catalan translation 2021-11-06 18:41:13 +00:00
087a078030 Update Portuguese translation 2021-11-06 16:46:27 +00:00
ee4c322505 Composer: Don't show blockquote indicators on both sides for 6th+ level
Related to https://gitlab.gnome.org/GNOME/evolution/issues/445
2021-11-05 11:43:50 +01:00
8fb62be625 Calendar: Cannot always remove custom reminder message
Make sure when no reminder custom message is set, to also unset
it in the reminder component.
2021-11-05 09:48:38 +01:00
a71474cb1d Update Latvian translation
(cherry picked from commit 0e3f8a90cf)
2021-11-03 20:47:26 +00:00
9c9f52b311 flatpak: Update build manifests
* remove more built files, not needed during runtime
* generate appdata release information from the NEWS files
* add cmark dependency to the development manifest
2021-11-03 10:00:36 +01:00
0be7264fde news-to-appdata: Escape text exported to XML 2021-11-03 07:30:19 +01:00
eed815979d Misc: Correct typo in fallback appdata attribute name 2021-11-03 07:30:19 +01:00
be7ec2ad40 Update Latvian translation
(cherry picked from commit 1f54233e18)
2021-11-02 19:29:23 +00:00
e7e9c1fb42 Misc: Do not build news-to-appdata executable
It's not used neither installed, thus do not build it.
2021-11-02 11:29:17 +01:00
14a84aa4df Misc: Generate appdata <releases/> from the NEWS file
This makes it easier to populate the release information
in the appdata file.
2021-10-30 08:20:19 +02:00
719a228cd5 Fixes to Catalan translation 2021-10-29 07:21:46 +02:00
18691b447c Update Catalan translation 2021-10-26 13:47:45 +02:00
a318d0bb70 I#1672 - ECalModel: Show DTSTAMP, when LAST-MODIFIED is missing
...and when applicable. See:
https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.7.2

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1672
2021-10-25 16:44:54 +03:00