Commit Graph

45317 Commits

Author SHA1 Message Date
3ae8f2d796 M!69 - Use tabular numbers for any widgets that stack numbers
Widgets covered in this commit are:
  * ECalendarItem
  * ECellDateEdit
  * ECellDateEditText
  * ECellPercent
  * ECellSize
  * EDateEdit (the time picker part)
  * EDayView (the times on the side)
  * ETaskTable (the combo popup for the percent field)
  * EToDoPane (the date headers)
  * EWeekView/EMonthView (the day numbers)

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/69
2020-11-06 01:05:40 -05:00
a6be45d2dd Mail: Disable 'Export to PDF' on drag & drop
In doesn't work due to WebKitGTK bug:
https://bugs.webkit.org/show_bug.cgi?id=212814

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/974
2020-11-05 19:39:56 +01:00
5aa82566c3 html-editor: Update unit tests after change for I#1204
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1204
2020-11-05 17:06:53 +01:00
9c84a78a3d I#1207 - Composer: Magic-links can reposition caret to incorrect place
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1207
2020-11-05 16:55:30 +01:00
224b46f4c9 I#1208 - Keep the space in the filenames upon saving
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1208
2020-11-05 15:08:16 +01:00
2aedb2fae3 I#1206 - Mail: Preserve TABs in plain text body preview
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1206
2020-11-04 11:19:07 +01:00
d27a33e55d I#1187 - code-cleanup: Remove unnecessary NULL pointer checks
These changes were generated by using the software “Coccinelle 1.0.8”.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1187
2020-11-04 10:25:44 +01:00
6e72a16380 I#1204 - Composer: Remove signature hints on message send
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1204
2020-11-03 17:06:40 +01:00
2001ba51d8 I#913 - Switching to plain-text keeps signature's HTML formatting
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/913
2020-11-03 13:37:48 +01:00
39473743d7 Adapt html editor tests after "I#1158 - Composer: Disable spellcheck of quoted text"
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1158
2020-11-03 10:39:50 +01:00
f24cd2a8cf I#1197 - Composer: BACKSPACE key on empty line simulates DEL key
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1197
2020-11-03 10:36:15 +01:00
b4cb8a66df M!68 - mail-notification: Select new message when notification is clicked
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/68
2020-11-02 17:17:19 -05:00
d7ddf6402b Update German translation 2020-11-01 13:54:36 +00:00
c3758f6409 Update German translation
(cherry picked from commit 4811a3efd4)
2020-11-01 13:49:40 +00:00
d5fa59508f Update Catalan translation 2020-10-31 10:47:46 +01:00
0bf9b8a589 ECompEditor: Extract plain email address from backend property ][
Fix a memory leak introduced in the previous commit.
2020-10-30 11:46:18 +01:00
cae42eab20 ECompEditor: Extract plain email address from backend property
The code expects the property to be a plain email address, without
the name and the other things, thus, in case the backend returns
email address with the name, extract only the plain address out of it.
2020-10-30 11:40:24 +01:00
851111b86d I#1140 - Calendar: Offer calendar mail address as organizer
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1140
2020-10-30 10:31:52 +01:00
0d38df9b19 ECompEditor: Listen for target backend property change notification
To update its internal email values, when they change while the target
client is selected.
2020-10-30 10:01:00 +01:00
419f12ea04 Calendar: Make it possible to assign email address to On This Computer sources
This email address can be used as a default organizer or an email reminder
address.
2020-10-30 09:05:54 +01:00
fbaee67b32 Bug 788192 - Support mid: URI scheme
Closes https://bugzilla.gnome.org/show_bug.cgi?id=788192
2020-10-29 13:01:34 +01:00
0e5a8e0829 help: Cover how to show a specific window/folder when starting the app
See #1176
2020-10-29 12:35:29 +01:00
a59f371d2f help: Remove unhelpful 'Getting Started' page 2020-10-29 11:51:29 +01:00
f3381fe00a help: Fix broken xinclude for license in footer 2020-10-29 11:26:12 +01:00
3b63e1daba help: Fix broken xpointer namespaces 2020-10-29 11:23:30 +01:00
4c3455ccdd I#1176 - cmd-line: Use folder: URI to switch Mail view folder
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1176
2020-10-27 15:40:36 +01:00
a3a644a9b0 I#1179 - Calendar: Import may prefer "is instance" over "repeats" info
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1179
2020-10-26 15:14:33 +01:00
a082d77df3 I#1175 - composer-attribution-language doesn't take effect for C locale
Covers three things:
* use '.UTF-8' locale suffix instead of '.utf8'
* do not add the suffix for the C locale
* change in Composer Preferences to 'Same as user interface' did not unset the value in GSettings

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1175
2020-10-22 10:01:15 +02:00
21f573acf1 I#1171 - Cannot copy text/click links in read-only events
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1171
2020-10-20 21:47:02 +02:00
e31cd7231f em-folder-properties: Add a 'Path' value to the General tab
This can be selected and copied out, to make it easier to get to
the exact path, usable for example for the Free Form Expression's
Location query.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/620
2020-10-20 18:57:49 +02:00
93902523fc I#620 - Add tag to free form expression syntax for Location
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/620
2020-10-20 16:58:27 +02:00
259bb795e0 Update Friulian translation 2020-10-20 13:35:36 +00:00
ebad44c8aa I#1170 - EWebDAVBrowser: The home sets not always expanded
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1170
2020-10-20 11:12:06 +02:00
98584de237 Update Esperanto translation
(cherry picked from commit e009854dfe)
2020-10-20 08:46:33 +00:00
34fa8fa76f I#1160 - itip-view: Default 'Inherit reminder' option to be checked
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1160
2020-10-19 11:06:58 +02:00
29ca59963e Update Friulian translation 2020-10-18 13:57:46 +00:00
0930bc7209 I#1158 - Composer: Disable spellcheck of quoted text ][
Correct typo in the previous commit.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1158
2020-10-15 14:55:34 +02:00
c84b6a5cbd I#1158 - Composer: Disable spellcheck of quoted text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1158
2020-10-15 14:52:54 +02:00
8a4d73d13c I#1156 - Composer: HTML email signature not stripped ][
Missed to advance after the end of the tag, when the match has any attributes.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1156
2020-10-15 14:30:43 +02:00
4a66ccf042 I#1156 - Composer: HTML email signature not stripped
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1156
2020-10-15 14:18:18 +02:00
f7eeadfaa3 e-convert.js: Missing line breaks with nested paragraphs
When the HTML structure had nested paragraphs (DIV inside DIV), then
the resulting plain text version could have missing line breaks.
2020-10-15 12:51:02 +02:00
9a734dc230 I#1151 - Tasks: Add Advanced Search filters for Due dates
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1151
2020-10-14 10:54:24 +02:00
de71aca537 I#1150 - Mail: Localize all special folder names in the folder tree
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1150
2020-10-13 10:11:08 +02:00
479018d2d1 I#1122 - ENameSelectorEntry: Missing contacts in the lookup
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1122
2020-10-12 17:33:48 +02:00
16357deb95 M!67 - CMake: Add the enumeration of possible values for WITH_ENCHANT_VERSION
so that cmake-gui shows a list with those values.

Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/67
2020-10-12 13:35:23 +03:00
d9df3947c5 I#1148 - Send account override does not work with post to a mailing list
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1148
2020-10-12 12:26:24 +02:00
ab80a99d5c Update Slovak translation
(cherry picked from commit 737fa76946)
2020-10-12 08:39:24 +00:00
6cef81cd42 Update Ukrainian translation 2020-10-10 16:08:34 +00:00
95190c51bc I#1133 - Calendar: Preserver timezone on recurrence instances
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1133
2020-10-09 12:56:36 +02:00
f813d8bdd4 I#1143 - CMake WITH_ENCHANT_VERSION is boolean, should be string
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1143
2020-10-09 10:53:10 +02:00