summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NEWS update for 3.18.5.2EVOLUTION_3_18_5_2Milan Crha2016-03-142-2/+13
|
* Updated Slovenian translationMatej Urbančič2016-03-051-98/+168
|
* Revert "Update Latvian translation"Rūdolfs Mazurs2016-03-011-602/+547
| | | | This reverts commit ebe2bd4e5a0f7bf9ddd0ddee86de0da5ac40bf30.
* Update Latvian translationRūdolfs Mazurs2016-03-011-547/+602
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-02-241-4885/+8128
|
* Bug 762429 - List item is removed when the Return is pressed on its endTomas Popela2016-02-221-4/+1
| | | | Regression after commit 6c09c26.
* Updated Dutch translation by Nathan Follens, Justin van Steijn, and Reinout ↵Reinout van Schouwen2016-02-201-7486/+11553
| | | | van Schouwen
* Post-release version bumpMilan Crha2016-02-181-2/+2
|
* NEWS update for 3.18.5.1EVOLUTION_3_18_5_1Milan Crha2016-02-182-2/+8
|
* Correct typo in the fix for bug 761883Milan Crha2016-02-181-2/+2
| | | | | An uninitialized variable had been used in the code, which could lead to a crash when the code was executed.
* Post-release version bumpMilan Crha2016-02-151-1/+1
|
* NEWS update for 3.18.5EVOLUTION_3_18_5Milan Crha2016-02-151-0/+33
|
* EHTMLEditorView - Don't send the empty signature placeholder in the HTML ↵Tomas Popela2016-02-151-0/+1
| | | | messages
* Update Latvian translationRūdolfs Mazurs2016-02-121-9034/+9461
|
* Bug 761883 - Freeze when editing a specific Draft: GLib-GObject-WARNING **: ↵Tomas Popela2016-02-121-2/+6
| | | | | | invalid cast from 'WebKitDOMText' to 'WebKitDOMElement' Bug title says everything. Don't try to cast a text to element.
* Bug 761496 - Unicode emoticon requires two backspace presses to deleteTomas Popela2016-02-121-50/+92
| | | | | | | This does not apply just on the Unicode emoticons, but for the image ones as well. While working on this I reworked hot the Unicode smileys are inserted to the composer. Before they were inserted inside a SPAN element and this caused some problems, after this change they are inserted as text.
* EHTMLEditorView - Pressing the Return key in the beginning of list item will ↵Tomas Popela2016-02-121-13/+13
| | | | | | | delete the item First check if there is something after the selection end, if nothing move to the selection start, not in reversed order.
* EHTMLEditorView - Undoing the citation split does not re-wrap and re-quote ↵Tomas Popela2016-02-121-11/+1
| | | | the block
* EHTMLEditorView - Fragment can be used uninitialized when saving history ↵Tomas Popela2016-02-121-1/+1
| | | | while deleting
* EHTMLEditorView - Avoid critical warnings when deleting a text smileyTomas Popela2016-02-121-1/+1
| | | | Use the right variable when getting the text node with smiley.
* EHTMLEditorUtils - prev_parent variable can be used uninitializedTomas Popela2016-02-121-7/+9
|
* [EMinicard] Release grab when started drag of the contactMilan Crha2016-02-111-0/+8
| | | | | | | | As discussed in bug #760951, drag & drop from the minicard view into the source selector results in a state where there cannot be clicked anything, but the minicard view again. That was due to left grab on the minicard view canvas, while it should be released, the same as it is released on button release in other cases.
* EHTMLEditorView - Avoid possible critical warnings when sending HTML messagesTomas Popela2016-02-031-23/+23
| | | | | webkit_dom_element_query_selector can return NULL if no element is found, so don't try to cast it to WebKitDOMNode.
* EHTMLEditorView - Some of the Evolution's composer attributes are sent in ↵Tomas Popela2016-02-031-6/+8
| | | | HTML messages
* Bug 761394 - Composer does not remember if a signature was set to 'None' in ↵Tomas Popela2016-02-034-149/+131
| | | | | | | | | | Drafts/Templates Reflect in the HTML code of a message that there is no signature set, so we behave consistently when opening a message from drats or templates. Improve the code to create the DOM structure of the signature instead of constructing it from the string. Also save the signature ID to the element id attribute instead of the name attribute (as element's id was set to '1' but not never used).
* Updated Slovenian translationMatej Urbančič2016-02-021-2688/+3283
|
* Bug 759873 - Cursor jumps to bottom of mail when replying to a mailTomas Popela2016-02-021-56/+78
| | | | | | Preserve the selection when generating the plain text version of message. Also improve the code that is used for marking citations and selection markers to avoid a manipulation with the inner HTML of the elements.
* EHTMLEditorView - It's not possible to change formatting from Blockquote to listTomas Popela2016-02-023-48/+64
|
* Bug 760638 - Month view loses weeks when jumping through monthsMilan Crha2016-02-022-7/+22
|
* Show composer when processing mailto: only after From account is setMilan Crha2016-01-291-2/+2
| | | | | | This is related to bug #759151, which preserves sign/encrypt settings only if the window is shown, thus the code-preselected From should be set before the window is shown to a user.
* Bug 759201 - Sign/Encrypt bar in message preview doesn't wrapMilan Crha2016-01-291-1/+9
|
* Bug 761166 - Control widgets are not hidden after collapsing email message ↵Tomas Popela2016-01-271-1/+32
| | | | | | | attachment Hide/Show all the GtkWidgets inside an attachment, otherwise they could be visible even if the wrapper is hidden.
* Bug 760971 - [Calendar] Double-free when editing meeting attendeesMilan Crha2016-01-251-27/+2
|
* Bug 759151 - Always preserve sign/encrypt settings in composer ][Milan Crha2016-01-251-4/+10
|
* Bug 759151 - Always preserve sign/encrypt settings in composerMilan Crha2016-01-201-12/+0
|
* Bug 758977 - Message marked as read after folder selectedMilan Crha2016-01-201-1/+2
|
* Use icaltzutil_set_exact_vtimezones_support(), if availableMilan Crha2016-01-202-4/+18
| | | | | | | This is a function introduced in libical 2.0.0, which influences the way libical timezones are returned. The interoperability mode means to turn exact timezones off, thus they are returned with RRULE, intead of "expanded".
* Do not let itip-formatter plugin disableMilan Crha2016-01-201-23/+0
| | | | | | | The itip-formatter is a system plugin, thus users cannot disable it in the UI. It's also because it's an important plugin, the code depends on it now. If it ever happens the user has it disabled from any previous version, then ignore this flag and load it anyway.
* Post-release version bumpMilan Crha2016-01-181-1/+1
|
* NEWS update for 3.18.4EVOLUTION_3_18_4Milan Crha2016-01-181-0/+22
|
* Address crashes related to second instance executionMilan Crha2016-01-152-32/+44
| | | | | | | This is related to bug 755743 (Cannot open new window from overview), but without the chunk to fix the evolution.desktop file, thus it doesn't fully fix the bug report. It's still good to have it, due to the crash fixes.
* EHTMLEditorView - Only change a smiley to plain text when the node is smileyTomas Popela2016-01-151-5/+8
| | | | | Before this, pressing the Backspace key in an empty item on the end of list could remove the whole list.
* EHTMLEditorView - Cannot remove an empty bulleted list item with Backspace keyTomas Popela2016-01-151-0/+93
| | | | | This is caused by CSS modifications of the bulleted list in the plain text mode (to have the "*" character instead of bullet).
* EHTMLEditorView - Pressing the Return key in the bulleted list does not end itTomas Popela2016-01-151-8/+47
| | | | | | | The Return key pressed in an empty item on the end of the bulleted list does not end the list (as it is done by WebKit for other lists). This is caused by CSS modifications of the bulleted list in the plain text mode (to have the "*" character instead of bullet).
* EHTMLEditorView - Redoing the Return key press in the list can failTomas Popela2016-01-151-0/+3
| | | | | | | This could happen when the Return key is pressed in the last item of the list and that item is also empty (usually this is done to end the list). When redoing this event the DOM structure is restored wrongly. To correct this bug we have to mark the history event correctly.
* EHTMLEditorView - History can be overwritten when redoing the Return key ↵Tomas Popela2016-01-151-7/+7
| | | | press in an empty list item
* EHTMLEditorView - Extra new line added after pressing the Backspace in a ↵Tomas Popela2016-01-151-0/+13
| | | | | | | list item with one character When the Backspace is pressed in a bulleted list item with just one character left in it, WebKit will create another BR element in the item.
* Bug 760365 - [Calendar] Include libical/vcc.h directlyAntonio Rojas2016-01-111-0/+1
| | | | This fixes a build break when using libical 2.0.
* EHTMLEditorView - Cannot append text to links if non-breaking space is presentedTomas Popela2016-01-071-1/+1
|
* Bug 759564 - Pasting a plain text paragraph starting with an URL will ↵Tomas Popela2016-01-071-9/+28
| | | | | | | | linkify the entire paragraph Correct the regex that is used for links to return the right group when non-breaking space is presented in the link. Also fix the create_anchor_for_link that was not adopted for recent regex changes.