Commit Graph

722 Commits

Author SHA1 Message Date
Milan Crha 482fa44faa Bug 764234 - Add more handling options for Content-Type: message/rfc822 2016-03-30 19:34:29 +02:00
Milan Crha 01f5ae2f61 Bug 763796 - Excessive runtime warnings from gtk_style_context_get_...() 2016-03-23 10:53:23 +01:00
Milan Crha f8cf90ef3d Bug 761596 - Mail Advanced search only searches in Current folder 2016-02-18 19:51:13 +01:00
Milan Crha a4bea5c85f Bug 761453 - Add 'Message Thread' filter option to Show combo 2016-02-12 12:12:20 +01:00
Milan Crha a6985cc4ad Bug 760520 - Reorder items in Mail Show: combo box 2016-01-29 15:03:49 +01:00
Milan Crha 82eaa0171d Bug 755418 - Add option to not notify about missing remote content 2015-11-03 19:12:15 +01:00
Tomas Popela f436ed10b8 Bug 756883 - Add an option for line wrapping in a quoted text
This patch adds a new "Wrap quoted text in replies" option under the
"Edit->Preferences->Composer Preferences->Replies and Forwards" section in
preferences. If set to FALSE the quoted text in replies will be parsed to
'Preformated' blocks and the won't be wrapped. The option is set to TRUE by
default, so the behavior won't change for current users.

Also rename various variables/functions around code that parses the HTML to
blocks to reflect that we are not parsing just to paragraphs.
2015-10-21 13:54:27 +02:00
Milan Crha 300bdfd429 Bug 687326 - Provide "Show Junk Messages" option for message list 2015-10-16 18:16:52 +02:00
Milan Crha 371ce12068 Bug 755730 - Focus message list after start in the Mail view 2015-10-14 14:30:29 +02:00
Milan Crha 4c0c362180 Bug 255032 - Be able to write a note on a mail 2015-09-21 16:17:02 +02:00
Milan Crha 47aa717b84 Bug 754039 - Cannot scroll via keyboard in separate email window 2015-08-28 12:18:01 +02:00
Milan Crha 89ae10cd67 Bug 708319 - Workaround crash under e_mail_shell_view_update_popup_labels() 2015-08-27 19:12:46 +02:00
Milan Crha d01b38b043 Bug 752425 - Prompt user when To/Cc field contains many recipients 2015-08-05 18:51:49 +02:00
Milan Crha 973a731c9a Bug 471791 - Move away from g_asserts to g_ret* 2015-06-17 12:02:30 +02:00
Trinh Anh Ngoc c0761d45fe Bug 749158 - UI layout improvements 2015-05-25 14:06:27 +02:00
Milan Crha fc55a93871 Attachment load/save should keep a reference to its top-level window
Saving in a separate message window and closing it before the save is done
can cause use-after-free in the callback of the save, expecting the parent
window object being a valid GtkWindow.
2015-04-30 10:50:24 +02:00
Trinh Anh Ngoc 2702cc0954 Bug 747729 - Update UI styles to be closer to gtk+ 3.16 2015-04-22 11:09:53 +02:00
Tomas Popela 59e3bb0247 Bug 747510 - Add composer option "Inherit theme colors in HTML mode"
With this change the EHTMLEditorView is using the colors from current theme.
Unless the newly introduced option "Inherit theme colors in HTML mode" is set
the colors are not sent in resulting HTML formatted message (white background
and black font are used).

With this patch the visited links (opened with Ctrl + Left click) are marked
as visited with the possibility of changing its color in Page properties dialog.
2015-04-14 15:27:50 +02:00
Milan Crha c7dc5b2d66 Bug 661532 - Advance search menu item can be disabled on account/store node 2015-04-09 18:32:39 +02:00
Milan Crha 6668154063 Replace deprecated gtk+ symbols in the code
There are still some in the .ui files, but the code is currently
free of deprecated gtk+ symbols for the version the configure.ac
declares.
2015-04-07 17:38:18 +02:00
Milan Crha c924b16f96 Bug 745534 - Show only unread count in application's window title 2015-04-07 12:35:20 +02:00
Milan Crha 62df29b5f8 Bug 263592 - Add "Go to Folder" menu option 2015-04-03 14:51:45 +02:00
Milan Crha 98c950f622 Bug 747031 - Add hidden option to mark-as-seen always
In a meaning: also after selected folder change.
2015-04-02 19:21:58 +02:00
Milan Crha 3c4bfddd0c Bug 236994 - Add option to load remote content for specified site or sender 2015-03-30 15:15:26 +02:00
Tomas Popela 2b9ac3f621 Move em_utils_prompt_user to e-util to remove duplication from composer 2015-03-23 10:16:06 +01:00
Milan Crha d5c131d06e MBOX import preview is always empty
The code was adding the parts-list into a wrong place, thus
the EMailDisplay could not find it and showed empty content.
2015-03-11 16:54:51 +01:00
Milan Crha 49f1982010 Bug 729241 - 'Mark all messages read' stuck after get_folder_info() failure 2015-03-10 12:45:15 +01:00
Milan Crha 3fee09f44f Bug 745869 - Send account overrides: Recipient lost on edit
Also preselect the first account after account list change.
2015-03-09 12:46:23 +01:00
Milan Crha 8e41d0e0f4 Bug 621751 - Allow import of non-MBOX format mail messages 2015-02-27 14:18:10 +01:00
Milan Crha 9dcac58b21 Use thread safe variants of g_object_bind_property*() functions from evolution-data-server 2015-02-24 09:54:41 +01:00
Jonas Hahnfeld 99913ec7c3 Bug 740169 - Add support for smileys via Unicode-characters 2015-02-18 19:01:42 +01:00
Milan Crha eaa2a5b090 Bug 737018 - GUI string for translation "New" without context 2015-02-11 13:34:49 +01:00
Milan Crha a6e34f0bb7 Move authentication of backends back to the client
Since this change the client is responsible to provide credentials
to use to authenticate backends (through ESource-s, to be more precise),
unless the credentials are already saved.
2015-02-02 14:50:27 +01:00
Milan Crha aab2dd6254 Bug 550796 - Implement free form filter expression 2014-12-09 09:20:12 +01:00
Milan Crha 80d9a5f8b1 Bug 469141 - Traverse collapsed threads with Magic space bar 2014-12-04 08:36:05 +01:00
Milan Crha d7be145cb3 Bug 709187 - Add an option to allow Expunge in vFolders 2014-11-18 14:21:52 +01:00
Milan Crha 59e2efa774 Share GSettings objects with e_util_ref_settings()
A simple Evolution run and move between all views means creation of
more than 100 GSettings objects, with only a bit more than 10 schemas.
Reusing the objects should have a positive impact on a performance too.
2014-11-13 10:06:04 +01:00
Milan Crha 43d5e818c9 [Mark-All-Read] Save changes to the server immediately 2014-11-04 08:25:12 +01:00
Milan Crha ab83045915 [Send through Outbox] Add option when to flush Outbox folder
There are currently only three values: Keep in Outbox, Send immediately
and Send after 5 minutes. It is partly related with the "flush-outbox"
option, but as that is used for filtering, I rather kept it untouched.
2014-11-03 16:09:58 +01:00
Milan Crha f6c0c8226e Bug 223621 - Add per-account mail Archive Folder option 2014-10-20 15:17:39 +02:00
Milan Crha bcc3a1c7e6 Add missing chain-up-s to parent's constructed() method
Plus a little code cleanup for easier grepping.
2014-07-17 12:46:38 +02:00
Milan Crha 50bda1bad2 Replace GtkStyle usages with GtkStyleContext
This makes evolution depend on theme-defined named colors, namely:
   theme_bg_color
   theme_base_color
   theme_fg_color
   theme_text_color
   theme_selected_bg_color
   theme_selected_fg_color
   theme_unfocused_selected_bg_color
   theme_unfocused_selected_fg_color
If it's not defined, then a fallback color is used, in the worse case
one of the fallbacks defined in evolution itself.
2014-07-07 12:51:41 +02:00
Milan Crha 2a2201ad44 Bug 732140 - Allow multiple folder selection when creating Send account overrides 2014-07-01 18:36:26 +02:00
Tomas Popela 93c1357da2 EHTMLEditor - Stop using deprecated gtk-stock items 2014-06-25 15:59:50 +02:00
Milan Crha 60d5ff7b71 Fix runtime warnings when opening Edit->Preferences
These were new after merging webkit-composer branch changes, but just
some leftovers.
2014-06-11 18:19:10 +02:00
Tomas Popela 8650fb139a Bug 540362: [webkit-composer] Use webkit for composer
Merge wip/webkit-composer branch into master.
2014-06-09 16:32:25 +02:00
Milan Crha d6dcec1b55 Bug 731321 - Missing custom types when loading .ui definition 2014-06-06 12:02:13 +02:00
Milan Crha 1205a86888 Bug 730977 - Online state change received in a dedicated thread 2014-06-06 08:59:53 +02:00
Milan Crha 2f3fbdd6c6 Ignore false GObject property change notifications
This is related to bug 698275, which did not cover all cases.
The problem here is that the dconf can in certain situation claim
that everything changed (path "/" changed), which GSettingsBinding
propagates to a GObject property unconditionally and GObject's
property setter (g_object_set_property()) also notifies about
the property change unconditionally, despite the real descendant
property setter properly checks for the value change. After all
these false notifications a callback on "notify" signal is called
and possibly an expensive operation is run.

Checking whether the value really changed helps in performance, for
which were added new e-util functions:
   e_signal_connect_notify()
   e_signal_connect_notify_after()
   e_signal_connect_notify_swapped()
   e_signal_connect_notify_object()
which have the same prototype as their GLib counterparts, but they allow
only "notify::..." signals and they test whether the value really changed
before they call the registered callback.
2014-06-04 19:46:25 +02:00
Milan Crha 70f58975e3 Bug 604346 - Ctrl+Enter sends mail without asking confirmation 2014-06-03 10:44:19 +02:00