Commit Graph

42330 Commits

Author SHA1 Message Date
332789ff89 Bug 751588 - Port to WebKit2 2016-08-11 10:13:00 +02:00
76c34f7d98 Updated Brazilian Portuguese translation 2016-08-10 17:09:20 +00:00
13f0231089 Updated Spanish translation 2016-08-09 19:35:58 +02:00
1ef1245b0b EHTMLEditorView - Replace citation marks to actual citation in one round 2016-08-05 16:16:48 +02:00
3522f28b49 EHTMLEditorView - Extra new line could be added to the quoted text when parsing HTML
More specifically to the beginning of citation when the level is increased.
Also don't rely that the ##CITATION_START## mark always follow the initial BR.
2016-08-05 16:15:19 +02:00
670e89c38e EHTMLEditorView - Remove accidentally committed debug prints 2016-08-05 14:44:56 +02:00
4bd1a93b4a Simplify and fix how the HTML is parsed into composer's DOM structure
Rework and simplify the parse_html_into_blocks():
 * instead of removing new lines around citations when processing them, remove
   them in advance - this allowed us to dramatically simplify the code and also
   fix the code path when it was possible to lost some parts of the parsed text
 * remove the option that was allowing to detect blocks as it was disabled and
   the code was not quite ready - need to find a better solution or implement a
   crystal ball..
2016-08-05 14:43:23 +02:00
4e392bc31d Bug 769288 - Crash after saving view and changing folder 2016-08-05 12:50:50 +02:00
95af4b2591 Updated Slovak translation 2016-08-05 08:16:28 +00:00
1a0accab4c Correct order of "assign value" and "call function" when saving to drafts 2016-08-05 09:15:43 +02:00
2b2b26ba30 Bug 769152 - Confirm folder Unsubscribe before doing so 2016-08-05 08:53:51 +02:00
d475350196 Updated Hungarian translation 2016-08-04 21:28:42 +00:00
098911ba2b Bug 769072 - Silently discards message when save to draft fails on quit 2016-08-04 20:19:20 +02:00
ab4689b096 Bug 769044 - Customized timezones not recognized 2016-08-04 15:58:40 +02:00
3c3d8da5af Updated Lithuanian translation 2016-08-03 21:41:13 +03:00
2e149a8091 EHTMLEditorView - Redoing unquoting does not work
Correctly restore caret position before and after the undo and redo actions.
2016-08-03 15:18:44 +02:00
a48c080b20 Bug 769388 - Add option to not display Content-Disposition:inline parts 2016-08-03 14:43:50 +02:00
4944f6c7c4 Bug 624604 - Clarify signature warnings when a pubkey is absent 2016-08-03 14:04:51 +02:00
fc0f81dd81 Bug 768683 - Cannot mark as spam non-spam message in a real Junk folder 2016-08-03 13:21:12 +02:00
4625540b30 Bug 769062 - Crash on mouse over task when tasks are grouped 2016-08-02 18:49:21 +02:00
2acadcc844 Updated Spanish translation 2016-08-02 16:44:13 +02:00
d5dcd0cf99 Bug 769338 - Pasting < > & as a quotation pastes their html entities
Don't try to use innerHTML as innerText..
2016-08-01 11:52:53 +02:00
d136b6edb4 Bug 769354 - Quotation level changed when deleting one character in quoted line
Correct a typo introduced in commit 38a6231.
2016-08-01 11:52:53 +02:00
e63b98cc03 Update Catalan translation 2016-08-01 08:09:08 +02:00
596adc540a Updated Lithuanian translation 2016-07-24 16:54:31 +03:00
453dcf7e73 Bug 767283 - [Wayland] "Add a Column" dialog: drag and drop broken ][ 2016-07-18 18:34:05 +02:00
1f9f2db6ac Bug 768449 - “Message/Open in New Window” marks message as read when shouldn't 2016-07-18 12:41:00 +02:00
d6f3f379fa Post-release version bump 2016-07-18 10:29:12 +02:00
2ce43518f1 NEWS update for 3.21.4 2016-07-18 10:28:18 +02:00
fb7ec69c12 Updated Chinese (Taiwan) translation 2016-07-16 02:36:18 +00:00
364e95c7f1 Add Language headers to po files
Future versions of gettext will fail if this header is missing.
2016-07-16 01:04:52 +02:00
86e855d12f Updated Norwegian bokmål translation. 2016-07-14 19:53:09 +02:00
a57e3c44d0 EHTMLEditorView - Unneeded spacer left when setting a top signature from an existing one to None 2016-07-14 15:23:17 +02:00
80c20f8b7b EHTMLEditorView - Changing a top signature to another one will place it on different position
Reuse the existing wrapper when inserting a new signature.
2016-07-14 15:07:57 +02:00
c343140830 Updated Portuguese translation 2016-07-13 16:45:24 +00:00
79aabcf635 Bug 768438 - Include CCBYSA and GFDL COPYING-DOCS files in the tarball 2016-07-11 16:48:32 +02:00
5e554b45b0 Bug 438062 - Sort calendar's List View by Start Date by default 2016-07-11 16:42:08 +02:00
35c0d7c275 Bug 768496 - Fix some Camel annotations and rename structures 2016-07-11 15:11:17 +02:00
73515a7c74 Revert "Bug 766773 - Set CSS names on some custom widget classes"
This reverts commit 47d1947338.

Oops, incorrect testing of the changes. This change causes even uglier
Evolution, thus rather revert it.
2016-07-11 14:30:05 +02:00
47d1947338 Bug 766773 - Set CSS names on some custom widget classes 2016-07-11 14:15:45 +02:00
172b35e763 [ETimezoneDialog] Show timezones as a tree, not as a flat list
This will make it easier to find the time zone, because it makes
them divided into levels according to the name split by a slash.
2016-07-04 21:53:32 +02:00
942b875a56 Enhance timezone lookup for the event editor
The event editor could show incorrect timezone, thus better lookup
it based on the TZID parameter, than rely on the icaltimetype::zone
property, which is not always set. Also force timezone entry show
when the timezones do not match, rather than hide it when they match.
2016-07-04 19:38:37 +02:00
f65656ba23 Bug 768369 - Avoid "Quit with unsent messages" question without shell window 2016-07-04 17:44:29 +02:00
76e9eec339 Busy-loop when printing specifically formatted HTML message
This had been reported at
https://bugzilla.redhat.com/show_bug.cgi?id=1352271
2016-07-04 12:29:29 +02:00
809bc45cda Updated Swedish translation 2016-07-02 22:47:21 +00:00
628a920ead Updated Swedish translation 2016-07-02 22:31:00 +00:00
cafe580e57 Updated Swedish translation 2016-07-02 20:07:47 +00:00
590247c25a Updated Spanish translation 2016-07-01 10:57:58 +00:00
8c308219ed Bug 754848 - Provide 'Forget password' in Properties of remote mail accounts 2016-07-01 12:30:22 +02:00
5b9e5c6a9d Make it easier to change evolution .ui files by the users
The main problems used to be that the .ui file definitions were stored
in a system directory and that an evolution update overwrote any changes
there.

Since now on, the .ui files are versioned and they can be copied into
~/.config/evolution/ui/ and modified there. The evolution will use those
files as long as their version will match the version of the file
in the system directory (it's the "evolution-ui-version" attribute
of the root "ui" element). In case the versions do not match,
the system file will be used instead and a warning about version
mismatch will be printed on the console, thus the users can notice
the change and either update their file or remove it, as needed.
2016-06-30 22:52:13 +02:00