[evolution] (113 commits) Created branch webkit
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] (113 commits) Created branch webkit
- Date: Tue, 10 Jan 2012 09:48:36 +0000 (UTC)
The branch 'webkit' was created.
Summary of new commits:
2804a3b... Add webkit-1.0 requirement to configure.ac.
51b5987... Preliminary WebKit conversion.
49e2a4b... Begin hacking EMFormatHTML.
4e49f35... Port EABContactDisplay to JavaScript and CSS
f06c968... Move common CSS styles to a .css file
8ecb308... Cleanup HTML code in ECalComponentPreview and update styles
0a6a254... Port EMFormatHTML to WebKit
2eb1c55... Port collapsable To/Cc/Bcc fields and collapsable headers t
29adbce... Fix default property value in EMFormatHTML
5f9c111... Create EWebViewGtkHTML class to be used by the Composer unt
7a220af... Use custom protocol handler to provide data for mail previe
14965f0... Remove workaround for embedding widgets into WebKit.
a3a4b13... Split functionality of EMFormat to "parse" and "write"
c24adb8... Adapt EMFormat subclasses to the new EMFormat API
b69c9aa... Adapt all plugins to the new EMFormat API
c152003... Convert EMailDisplay to GtkScrolledWindow and change the wa
c09d1fb... Adapt EMsgComposer to the new EMFormat API
05d1aa4... Disable padding and margin in body of all webviews.
2b8d603... Fix handling multipart/alternative with more then 2 parts i
5376ecc... Fix handling of attachments and multipart/digest messages
468b764... Add a GtkLabel to EAttachmentButton to display name of the
a6d5157... Make attachments expandable.
6374724... Don't destroy EAttachmentBar when clearing EMailDisplay.
29dd6dd... Make expandable only attachments whose PURIs have write_fun
e2ec2f0... Embed EWebViews in EMailDisplay into their own GtkScrolledW
515d4d7... Add custom EMFormatHandler for message headers.
1bb85eb... Fix minor issues caused by recent rebase against master.
f85d9f5... Coding style cleanup
44cba78... Fix webkitgtk minimum version
bf354e8... Display information about signature and encryption.
a5d0e3a... Don't destroy widgets already destroyed when parent widgets
695acf3... Fix memory leaks in formatter
ba5dc43... Add attachments to store during parsing, not during writing
daa58dc... em_format_build_mail_uri() accepts varying number of argume
78948f2... Make displaying message source work
ab949c9... Merge info about mail signature and encryption into one but
a962ef8... EAttachmentView is not longer owned by EMFormatHTMLDisplay
8d27eaf... Don't store formatters directly in SoupSession's data
c47b936... Misc fixes for rebase of webkit port to evolution/evolution
ef35b88... Force a single vertical scroll on EMailDisplay
58342a4... Let the EMFormat object exist only for as long as it is dis
e7dbf2a... Add documentation to em_format_build_mail_uri.
c9efa63... Fix memory leak in EMFormat
b19fc10... Initial port of printing
9dfba60... Add with_html_header to all EMFormatHTMLWriteFunc()s
c048f7e... Continue porting of printing
0948036... Fix a compilation warning
a741074... Assign CamelCipherValidity and flags to each final PURI
ba53c16... Improve API for handling headers in EMFormat
26ebfeb... Update EMFormat->header_list according to headers checked i
2b03af4... Introduce a new write_func for headers in printout
c5427ec... Add buttons for reordering headers in the Print dialog
2be6f45... Fix crash when removing headers from emf->header_list
82b3163... Improve CSS of the printed headers
a1dbc5a... Apply the ordering of headers to the generated message
5de92e0... Print list of attachments at the end of email printout
0b4d50e... Ignore application/pgp-signature part
a536295... Treat parts with 'attachment' or 'inline' disposition as at
ab26e73... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
18f205c... Handle properly embedded message/rfc822
3f776fd... Add support for embedding EMailDisplays into itself
778c372... Forgot to disable debug messages in EMailDisplay...
7426447... Make EMailBrowser scrollable
4f9d8ce... Use GtkBox instead of GtkGrid in EMailDisplay
f5dada9... Implement automatic inlining of attachments in printed emai
38e2ecd... Add missing em_format_add_puri() call to Audio Inline plugi
2fa9d64... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
5125b8c... Fix the Audio Inline plugin to use proper CamelMimePart wit
4c3a24d... Make EAttachmentButton unexpandable if no attachment PURI f
87aa995... Port EMsgComposer to the EMailPrinter
5faa3e2... EMFormat accept and correctly handle null CamelFolder
3a17f6b... Port EMFormatQuote to the new EMFormat format
2e86b56... Fix memory leak and prevent some crashes
f595308... Correctly resize images when printing
eb80326... Add e_web_view_{set,get}_enable_frame_flattening
ff15502... Remove FIXMEs and fix compilation warnings in plugins
1d1aaa7... em_utils_message_to_html() - set all validity flags found i
7f987cd... EMFormat and EMFormatHTML cleanup
a78a6b9... Store properly information about attachment signature/encry
b605a00... Port http data cache.
5a6d876... Fix the cache port
5b6ee24... Fix position of EAttachmentButton popup menu
3451796... Enable collapsable headers in paned view
edf5b55... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
1dba541... Finish porting of printing - solves all print-out rendering
e35217a... Make EMFormat parsing asynchronous
30fb546... Add preparse() virtual method to EMFormat
96b05bf... Handle correctly image loading policy
a4280fe... Prevent endless recursion when parsing SMIME-ecnrypted mess
1a59f93... Fix displaying emails that are already parsed
e1f28e1... Always load images in header webviews
87d8217... Implement status-message and popup-event signals to EMailDi
1a5cf7d... Fix a minor memory leak
0bd84f5... Finish em_format_parse_async in the main thread to avoid so
6f79fa2... Remove unused em_format_html_print_message() function
7646855... Port 'drop&drop to PDF' to EMailPrinter
ca58227... Put back em_format_default_headers() and allow EMFormat to
588157f... Fix displaying and toggling default mail headers
6342aa9... Port context menu for mail-links in EMailDisplay
47d5df9... Fix some build-time warnings and resolve WebKit FIXMEs in E
00693c0... Load attachments from idle callback in EFHD
1cfdc25... Fix crash caused by previous commit
bbf55ea... Fix 'Copy Image' and 'Save Image' in mail display
9f15245... Fix compilation error in widgets/misc due to missing GtkHTM
da02d44... Implement e_web_view_get_selection_html() and port a forgot
9342f79... Fix parsing multipart/alternative (broken during rebase)
c572710... Fix memory leaks in EWebView
a772559... Improve handling attachments
407f10e... Port TNEF attachments plugin to the new EMFormat API
5abad23... No need to take care of resizing EAttachmentBar and optiona
7ab6a72... Display correctly color background of message encrpytion/si
311635c... Parse too big emails as attachments
f859cfe... Add caret-mode change proxying to EMailDisplay
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]