Commit Graph

449 Commits

Author SHA1 Message Date
Milan Crha 6a7df753b5 I#1365 - Composer: Nested quoted text can get lost in Reply on HTML mail
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1365
2021-02-15 15:19:50 +01: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
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
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 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
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
Milan Crha 4cd97ac7fa I#1269 - Composer: Paste plain text as Preformatted
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1269
2021-01-13 10:51:17 +01:00
Milan Crha 684cdabac0 I#1317 - HTMLEditor: Add "Preserve ratio" into image properties dialog
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1317
2021-01-12 16:57:37 +01:00
Milan Crha 108647e8a0 Remove unused and obsolete data/evolution.1 file 2021-01-07 15:32:11 +01:00
Yuri Chornoivan 56e336d8b1 M!74 - Fix a typo in a translated string
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/74
2021-01-06 18:59:51 +02:00
Milan Crha daab6c38c7 I#1288 - Mail: Option to preserve folder expand state in Copy/Move to Folder
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1288
2021-01-06 12:27:52 +01:00
Milan Crha 0f0f6d7b27 Shell: Make it possible to show webkit://gpu information
This adds a menu Help->Show WebKit GPU information item, which opens
webkit://gpu page in the WebKitWebView of the current shell window.
The menu option is shown only if webkit-developer-mode is set
in the org.gnome.evolution.shell GSettings.
2021-01-06 10:15:10 +01:00
Milan Crha 4752d087b3 I#1255 - Composer: Add plugin to validate expected sender before send
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1255
2020-12-02 23:08:29 +01:00
Milan Crha 461c01ad07 Composer: UL/OL not wrapped properly in Plain Text mode
In the Plain Text mode, when changing paragraph format to UL/OL, its width
was not properly set, which drew the long lines unwrapped. Switching to HTML
mode and back did set the expected wrap width.

Similarly, when converting HTML into plain text (on send), the wrap width did
not count width of the UL/OL prefix, making the line longer than it should be.
2020-12-02 13:57:19 +01:00
Milan Crha c86f63fb14 I#550 - Mail: Compress flat thread indentation
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/550
2020-12-01 11:38:27 +01:00
Milan Crha 1354aa5da4 I#1214 - Composer: Block format change from UL/OL can split BODY
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1214
2020-11-09 19:22:17 +01:00
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha 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
Milan Crha c49a647113 Bug 787993 - Mail: Rename and reposition 'Templates' submenu
Closes https://bugzilla.gnome.org/show_bug.cgi?id=787993
2020-10-08 13:28:15 +02:00
Milan Crha cf4788c6a3 I#847 - Make it easier to load remote content
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/847
2020-09-11 08:51:15 +02:00
Milan Crha 3570977408 I#1068 - Attached event invitation not properly displayed ][
This change covers when there's a message attached, which contains
the invitation, which can be inline or also attached.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1068
2020-09-03 15:23:57 +02:00
Milan Crha 337d913629 I#1068 - Attached event invitation not properly displayed
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1068
2020-09-03 12:41:05 +02:00
Milan Crha 485a33882b I#908 - Focus body in message window when caret mode is enabled
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/908
2020-09-02 15:47:24 +02:00
Milan Crha 7efeb63b63 e-web-view.js: Check iframe property validity in Evo.initialize()
This is to workaround runtime warning:

(evolution:769567): evolution-util-WARNING **: 12:21:17.882: Failed to
call 'Evo.EnsureMainDocumentInitialized();' function: WebKitJavascriptError:699:
resource:///e-web-view.js:587:32: TypeError: null is not an object
(evaluating 'elems[ii].contentDocument.body')

Mentioned in https://gitlab.gnome.org/GNOME/evolution/-/issues/1041
2020-07-30 09:44:46 +02:00
Milan Crha e7d88586c7 I#854 - Offer "Saved searches" submenu in the search bar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/854
2020-06-26 09:01:39 +02:00
Milan Crha 65999b422f I#855 - Order mail search entries by type and speed
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/855
2020-06-26 08:12:37 +02:00
Milan Crha cc6c26ec7c Add an option to specify minimum font size for WebKitGTK
Evolution used to force some minimum font size in the code, but it
was removed to be able to properly show <small>, <xsmall> and such
texts in the web views. Unfortunately, it also means that if the sender
keeps such small font it can be hard to read to the recipient, thus
let's add the option, thus the user can set it up to his/her needs.
2020-06-05 10:49:17 +02:00
Milan Crha e913552a59 e-editor.js: EvoEditor.LoadHTML: Preserve theme CSS
To preserve the look as the theme defines it.
2020-06-05 09:32:32 +02:00
Milan Crha 7d5dbf03d9 Composer: Asks for format change on Plain Text draft open
The composer asked for format change from HTML to Plain Text when
opening Plain Text draft message, due to missing attribute in the draft.
2020-06-05 09:19:24 +02:00
Milan Crha 34e28ff149 I#966 - Composer: Correct caret placement around signature wrapper
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/966
2020-06-04 17:50:48 +02:00
Milan Crha 6c6ab53633 e-convert.js: Treat dash as a wrap-able character
WebKit can wrap after the dash ('-'), similarly as before a space,
thus let the EConvert to wrap in the same way.
2020-05-29 12:37:42 +02:00
Дилян Палаузов c07bca12e0 M!53 - data/webkit/*.js: change the emacs mode to JavaScript
Closes: https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/53
2020-05-12 07:52:23 +00:00
Milan Crha 30986bcd41 I#783 - e-editor.js: Remove body margin/padding styles and attributes
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/783
2020-05-06 19:09:04 +02:00
Milan Crha c9706b642e I#884 - Composer: Text split for wrapping can produce invalid UTF-8 text
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/884
2020-04-30 19:11:08 +02:00
Milan Crha 28e24e0297 e-editor.js: Block format change doesn't set DIV width in Plain Text mode 2020-04-29 14:23:20 +02:00
Milan Crha 6d39ec9824 e-editor.js: Remove all body attributes when using Plain Text mode 2020-04-29 13:48:33 +02:00
Milan Crha edab7d02a8 e-editor.js: Fix various issues related to citation editing 2020-04-29 12:56:37 +02:00
Milan Crha dded38ef58 e-editor.js: Normalize blockquote-s for replies/forwards
Noticed on a Gmail generated quotation, which broke the editor/convert code.
2020-04-28 17:24:39 +02:00
Milan Crha e5234102b7 e-convert.js: Correct conversion of citations with nested blocks
That's for the cases when a <blockquote> contains <div> with another
<div> or <pre>, where the leading quotation marks could double.
2020-04-28 12:20:00 +02:00
Milan Crha 9ebe232b79 e-editor.js: Remove insignificant new lines when pre-processing loaded HTML
Insignificant new lines in the text are those in regular <div> and such,
where the white-space style doesn't mean to keep them. Those could cause
trouble when switching from HTML to the Plain Text mode, like to have doubled
new lines. WebKit doesn't remove them on its own, unfortunately, thus this
special processing is needed.
2020-04-28 10:45:01 +02:00
Milan Crha fcd4768b2e EWebKitEditor: Switch to JavaScriptCore API
The C DOM API had been deprecated since WebKitGTK 2.22. This is
the editor rewrite to use the new API.
2020-04-27 15:06:56 +02:00
Nour E-Din Osama Mohamed 5d36289399 M!48 - EWebView: Show the destination of hyperlinks as tooltip
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/827
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/48
2020-04-15 12:17:40 +02:00