Commit Graph

44309 Commits

Author SHA1 Message Date
2c55c84788 Update Catalan translation 2019-08-03 08:23:29 +02:00
78fcbedf43 Use Unicode triple-dots in translatable strings 2019-08-02 13:40:23 +02:00
e7c2eb4b94 I#549 - Remove shortcut for "Copy all contacts to…" in Contacts view
Closes https://gitlab.gnome.org/GNOME/evolution/issues/549
2019-08-02 12:52:06 +02:00
1d68ce0668 killev: Search for killall/pkill in runtime, rather than in compile time 2019-08-02 11:18:34 +02:00
8c2e447ce9 I#564 - [Flatpak] The bwrap process keeps running after quit
Closes https://gitlab.gnome.org/GNOME/evolution/issues/564
2019-08-02 10:23:23 +02:00
4bb07187f9 M!34 - Show attendees on selecting “Assign Task” in the Tasks bar
In the Calendar Window, Tasks bar, right mouse click → Assign task,
open the task with an empty list of attendees, as it is done in the
Mail Window/ToDo bar and in the Tasks window.

Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/34
2019-08-01 10:39:51 +02:00
cad2c1c29d eds-M!28 - Include LDFLAGS in gtkdoc-scangobj command line
Sync changes from evolution-data-server:
https://gitlab.gnome.org/GNOME/evolution-data-server/merge_requests/28

Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/37
2019-08-01 09:25:39 +02:00
649bf56660 Update Catalan translation 2019-07-26 15:16:58 +02:00
27738798de Update Norwegian Bokmål translation 2019-07-26 07:36:26 +00:00
94823e267d help: Cover formatting of received HTML mail, e.g. showing Plain Text 2019-07-25 14:04:27 +02:00
97ec32eac9 Update Basque translation 2019-07-25 07:09:48 +00:00
4dd2951d7e Updated Spanish translation 2019-07-24 10:46:10 +02:00
3c66bdea60 help: Fix xmlns for XInclude (must be http) so pages validate 2019-07-24 00:17:38 +02:00
112ceeae34 help: Replace an external redirect link by its direct link 2019-07-24 00:06:36 +02:00
87c5534065 Update Russian translation 2019-07-23 18:17:36 +00:00
9d78c7f0cb Add refresh interval settings for CardDAV address books 2019-07-16 15:21:00 +02:00
9f955b8756 [Flatpak] Change reference to bogofilter sources
It turned out that Source Forge links to git snapshot are not
permanent, thus use the git reference instead.
2019-07-16 15:12:12 +02:00
0e26d5d63e Update Indonesian translation 2019-07-16 06:50:19 +00:00
63cef9f95b [Flatpak] Make the .json files valid
The Flatpak manifest were not valid due to used plain tab character
inside text constants (the tab character can be used inside the JSON
text constant only encoded as \t). This could strike when a strict
JSON parser had been used.
2019-07-15 12:06:37 +02:00
e477443134 Post-release version bump 2019-07-15 09:49:37 +02:00
4bbcbc5eab NEWS update for 3.33.4 2019-07-15 09:41:03 +02:00
3d58a5e6f2 M!33 - Update usage of stock_task-assigned-to icon
The Mail View Todo-Pane used on right mouse click to the action “New
Assigned Task” the icon (orange arrow), that is used to show that
somebody else created and assigned the task to the current user.

The icon here is changed to blue arrow (current user is organizer).

In the Event Window→Tasks bar and in the Task window, on right click,
show in the menu before “Assign Task” an appropriate icon (blue arrow).

Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/33
2019-07-15 09:23:15 +02:00
171fe3d050 Update Catalan translation 2019-07-14 11:35:28 +02:00
d289222a6a Update Basque translation 2019-07-14 09:03:20 +00:00
fad776400b Update Catalan translation 2019-07-14 11:01:12 +02:00
a7c56b7c6b I#534 - Remove unneeded variable assignment in ece_event_fill_component()
Closes https://gitlab.gnome.org/GNOME/evolution/issues/534
2019-07-12 12:10:28 +02:00
d42fea4f2d I#533 - Task table tooltip ignores the timezone of the DUE property
Closes https://gitlab.gnome.org/GNOME/evolution/issues/533
2019-07-12 12:05:14 +02:00
61add7b575 M!32 - e-table-header-item.c:ethi_start_drag: Fix a possible memory leak
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/32
2019-07-11 17:11:01 +02:00
d2b83b197b M!27 - Ignore the value of some GString functions
… or start using it, whatever is appropriate.

Callng “x = g_string_append (x, y)” is equivalent to
“g_string_append (x, y)".

Likewise for g_string_erase().
2019-07-11 12:26:50 +00:00
1d643a1708 Update Catalan translation 2019-07-10 12:38:44 +02:00
cfe348237a M!30 - Use the return value of g_string_free(*, FALSE)
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/30
2019-07-10 12:02:10 +02:00
cafe10bab7 I#529 - [ECompEditor] Store multivalue properties as multiple properties
Closes https://gitlab.gnome.org/GNOME/evolution/issues/529
2019-07-09 13:48:25 +02:00
e4325936d3 M!29 - evolution-csv-importer.c:parseLine: skip calls to strlen+g_strdup
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/29
2019-07-09 10:56:24 +02:00
acc53a6169 M!28 - e-contact-editor.c:file_as_get_style() avoid g_strdup+g_free call
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/28
2019-07-09 10:51:55 +02:00
c7af4f5979 M!22 - Improve CSV file import
• Honour the Notes, Title, Suffix and Nickname fields on files
  exported from outlook.com

• Fix handling of birthdays and anniversary dates, when they
  are in format YYYY-MM-DD.  When the year is not set in
  outlook.com, Evolution sets it to 1000 after import.

• Honour the Notes field on import from Mozilla.

Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/22
2019-07-09 10:40:31 +02:00
173fe68070 M!26 - evolution-csv-importer.c:getNextCSVEntry() memory leak
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/26
2019-07-08 15:47:01 +02:00
a500049be1 M!25 - Utilize g_string_set_size() and g_string_assign()
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/25
2019-07-08 15:45:12 +02:00
3a25399c46 M!24 - kmail-libs.c:kuri_to_euri: use the return value of g_string_free()
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/24
2019-07-08 15:22:25 +02:00
6dc66755af M!23 - Prefer g_string_append_c() over g_string_append()
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/23
2019-07-08 15:09:10 +02:00
5302066e8c Updated Lithuanian translation 2019-07-07 23:27:35 +03:00
39f035c970 Update Chinese (Taiwan) translation 2019-07-06 06:40:19 +00:00
0c7929d0a2 I#519 - Hides .p7m attachments
Closes https://gitlab.gnome.org/GNOME/evolution/issues/519
2019-07-04 10:58:51 +02:00
2e91a732ba [Flatpak] Build also Bogofilter, to enable Junk filtering on the client
Fixes https://github.com/flathub/org.gnome.Evolution/issues/10
2019-07-04 09:01:15 +02:00
f471ad3d69 [addressbook] Claim what image size is expected when asking to resize given image 2019-07-04 08:38:54 +02:00
ebe91d4d5d Search for Bogofilter/SpamAssassin binaries during configure time
When the path is not given in the cmake arguments, neither an environment
variable is set, then search for the respective binaries first and only
if neither then could be found, then fallback to expected hard-coded path.
2019-07-03 23:36:31 +02:00
0de313941c Updated Slovenian translation 2019-07-02 18:56:16 +02:00
752f758cd2 Updated Spanish translation 2019-07-02 11:56:15 +02:00
f8933bdbc1 I#517 - Use case insensitive email compare on account address guess
Closes https://gitlab.gnome.org/GNOME/evolution/issues/517
2019-07-02 11:23:59 +02:00
5d4370aac6 Update Friulian translation 2019-06-30 15:22:03 +00:00
1ae0f96a16 Test whether referenced column exists when loading ETableState
This could lead to a crash as here:
https://bugzilla.gnome.org/show_bug.cgi?id=675286#c1
2019-06-28 12:39:36 +02:00