[evolution] (177 commits) Created branch webkit
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] (177 commits) Created branch webkit
- Date: Fri, 2 Mar 2012 11:29:38 +0000 (UTC)
The branch 'webkit' was created.
Summary of new commits:
f95b346... Add webkit-1.0 requirement to configure.ac.
b0e7a92... Preliminary WebKit conversion.
d0c7add... Begin hacking EMFormatHTML.
b86b2a6... Port EABContactDisplay to JavaScript and CSS
2653bc6... Move common CSS styles to a .css file
e0da543... Cleanup HTML code in ECalComponentPreview and update styles
ab8eb6a... Port EMFormatHTML to WebKit
2416f34... Port collapsable To/Cc/Bcc fields and collapsable headers t
3a78073... Fix default property value in EMFormatHTML
330c0d0... Create EWebViewGtkHTML class to be used by the Composer unt
74bb82b... Use custom protocol handler to provide data for mail previe
e40199c... Remove workaround for embedding widgets into WebKit.
e75a4ca... Split functionality of EMFormat to "parse" and "write"
31c3bfa... Adapt EMFormat subclasses to the new EMFormat API
3d34258... Adapt all plugins to the new EMFormat API
f0b05dd... Convert EMailDisplay to GtkScrolledWindow and change the wa
b26dce9... Adapt EMsgComposer to the new EMFormat API
095b43d... Disable padding and margin in body of all webviews.
9a5008b... Fix handling multipart/alternative with more then 2 parts i
786e0bd... Fix handling of attachments and multipart/digest messages
2ca0a81... Add a GtkLabel to EAttachmentButton to display name of the
1230904... Make attachments expandable.
4d0d182... Don't destroy EAttachmentBar when clearing EMailDisplay.
bc3332d... Make expandable only attachments whose PURIs have write_fun
63c5fb6... Embed EWebViews in EMailDisplay into their own GtkScrolledW
d35638a... Add custom EMFormatHandler for message headers.
8683eda... Fix minor issues caused by recent rebase against master.
ca430da... Coding style cleanup
9da1415... Fix webkitgtk minimum version
cd4389d... Display information about signature and encryption.
69b941a... Don't destroy widgets already destroyed when parent widgets
257e08a... Fix memory leaks in formatter
115d5b4... Add attachments to store during parsing, not during writing
f34b121... em_format_build_mail_uri() accepts varying number of argume
8d64843... Make displaying message source work
a513a53... Merge info about mail signature and encryption into one but
65dfa01... EAttachmentView is not longer owned by EMFormatHTMLDisplay
3907aa6... Don't store formatters directly in SoupSession's data
d6794f7... Misc fixes for rebase of webkit port to evolution/evolution
f8e8415... Force a single vertical scroll on EMailDisplay
cff6f3c... Let the EMFormat object exist only for as long as it is dis
0911e81... Add documentation to em_format_build_mail_uri.
e4d9176... Fix memory leak in EMFormat
8900274... Initial port of printing
234fe11... Add with_html_header to all EMFormatHTMLWriteFunc()s
3b89882... Continue porting of printing
31550ee... Fix a compilation warning
e5e9a9b... Assign CamelCipherValidity and flags to each final PURI
b58db44... Improve API for handling headers in EMFormat
4804f9a... Update EMFormat->header_list according to headers checked i
f97c887... Introduce a new write_func for headers in printout
a5ca5b4... Add buttons for reordering headers in the Print dialog
2c4e189... Fix crash when removing headers from emf->header_list
4570c47... Improve CSS of the printed headers
6bfa39e... Apply the ordering of headers to the generated message
04e5650... Print list of attachments at the end of email printout
4c8ee1e... Ignore application/pgp-signature part
3054be8... Treat parts with 'attachment' or 'inline' disposition as at
2402cb9... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
2b2b68b... Handle properly embedded message/rfc822
60a1406... Add support for embedding EMailDisplays into itself
bcbc909... Forgot to disable debug messages in EMailDisplay...
07e7b14... Make EMailBrowser scrollable
af6a637... Use GtkBox instead of GtkGrid in EMailDisplay
8eae088... Implement automatic inlining of attachments in printed emai
f47976c... Add missing em_format_add_puri() call to Audio Inline plugi
ee43c39... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
fc2a5e9... Fix the Audio Inline plugin to use proper CamelMimePart wit
cf898eb... Make EAttachmentButton unexpandable if no attachment PURI f
633c893... Port EMsgComposer to the EMailPrinter
a44db25... EMFormat accept and correctly handle null CamelFolder
ad2f2ea... Port EMFormatQuote to the new EMFormat format
f48df01... Fix memory leak and prevent some crashes
196c416... Correctly resize images when printing
b9b037f... Add e_web_view_{set,get}_enable_frame_flattening
8900442... Remove FIXMEs and fix compilation warnings in plugins
0af9cbe... em_utils_message_to_html() - set all validity flags found i
afba0f1... EMFormat and EMFormatHTML cleanup
4654632... Store properly information about attachment signature/encry
f0e1cf4... Port http data cache.
207b48c... Fix the cache port
d856f8c... Fix position of EAttachmentButton popup menu
eed2294... Enable collapsable headers in paned view
caaf447... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
d15361d... Finish porting of printing - solves all print-out rendering
aabfaeb... Make EMFormat parsing asynchronous
af754a1... Add preparse() virtual method to EMFormat
bb68c02... Handle correctly image loading policy
874d265... Prevent endless recursion when parsing SMIME-ecnrypted mess
90b3672... Fix displaying emails that are already parsed
6dec2e2... Always load images in header webviews
cf1d1b8... Implement status-message and popup-event signals to EMailDi
a95c2d9... Fix a minor memory leak
100e3b5... Finish em_format_parse_async in the main thread to avoid so
17cd8c4... Remove unused em_format_html_print_message() function
93234df... Port 'drop&drop to PDF' to EMailPrinter
a19f3f9... Put back em_format_default_headers() and allow EMFormat to
2dbb10b... Fix displaying and toggling default mail headers
290f6fd... Port context menu for mail-links in EMailDisplay
84b8103... Fix some build-time warnings and resolve WebKit FIXMEs in E
b60fcbd... Load attachments from idle callback in EFHD
6e439a7... Fix crash caused by previous commit
5319d45... Fix 'Copy Image' and 'Save Image' in mail display
e6df28c... Fix compilation error in widgets/misc due to missing GtkHTM
f26f537... Implement e_web_view_get_selection_html() and port a forgot
08371aa... Fix parsing multipart/alternative (broken during rebase)
47bf494... Fix memory leaks in EWebView
7aaa966... Improve handling attachments
b0ea56b... Port TNEF attachments plugin to the new EMFormat API
ac0a108... No need to take care of resizing EAttachmentBar and optiona
c14d987... Display correctly color background of message encrpytion/si
4f51e9e... Parse too big emails as attachments
8e24719... Add caret-mode change proxying to EMailDisplay
7871641... Add zoom-level change proxying to EMailDisplay
6fed8be... Don't reload EMailDisplay when uses collapses/expands heade
1215253... No meeting invitation rendering for emails (bug #667538)
1a24e1e... Improve autoresizing of webviews
8d86dc0... Forgot to disable a debug message
8527b01... Fix loading size of attachment (bug #667541)
0dfeabb... Convert short headers subject to HTML and preserve 8bit enc
0b96a75... Make short headers aweare of text reading direction
04dad5a... Force UTF-8 encoding on text/html parts
72aefa3... Fix rebase compilation bugs
ae7d0ab... Reimplement image loading policy (bugs #667536 and #667537)
e1ce466... Make the image caching more robust
a4818b6... Improve the auto-resizing of EWebView a bit more
c5bbfe8... Fix crash when loading too many images (bug #668520)
a86976b... Don't automatically treat inline parts as attachments (fixe
2ff6cea... Reload EMailDisplay when View->Character Encoding changes (
24393f1... Use native WebKit placeholder for missing images (fix #6685
c3ec734... Automatically resize webviews to prevent individual horizon
323eb6a... Disable JavaScript, Flash and other plugins in webviews.
28b5a00... Escape query parameters in mail:// request URI (fixes #6686
46c3c70... Use case-insensitive lookup of mime-type handler (fixes #66
b2879f5... Port contact maps to WebKit
03a9980... Convert EMFormatPURI to a thread-safe EMPart object
f5b92a3... Fix the Audio Plugin
2c76095... Use a single mutex located in EMPartClass
475bb05... Revert "Use a single mutex located in EMPartClass"
85395a7... Revert "Fix the Audio Plugin"
e9feca4... Revert "Convert EMFormatPURI to a thread-safe EMPart object
91c740b... Return back to a single-webview mode
7af593a... Single-webview transition - fix EMailReader and displaying
8d4f53b... Magically, ESearchBar seems to work very well
3c3c5b0... Don't reload EMailDisplay every time set_style() is called.
891e20e... Backport master/63eba7c3 after rebase
c25e306... Don't _write() empty EAttachmentBar
28a6b71... Resize <object> element whenever size of embedded widget ch
8344739... Render text/html parts in <iframe>
4f9f04d... Revert "Add a GtkLabel to EAttachmentButton to display name
d660f63... Revert "Fix position of EAttachmentButton popup menu"
4575f9b... Render attachment button description as HTML again
bd960d6... Single-webview transition - fix displaying embedded message
5f8d65a... Single-webview transition - handle resizing and showing/hid
4898869... Fix two minor memory leaks
c64ac08... Fix rendering HTML-embedded attachments (images)
af4d3d5... When an <iframe> is hidden, _hide() all GtkWidget it contai
422a275... Fix possible crash when writing message/rfc822
6b51b4e... Use WebKit DOM bindings to collapse/expand headers
b76670d... Use WebKit DOM bindings to collapse/expand To/CC/BCC addres
fdefb29... Remove obsolete JavaScript for priting
fc330c0... Disable JavaScript in webviews
6101a9b... Fix headers to be expanded by default
b8512e4... Fix the audio-inline plugin
5b48adc... Fix vcard-inline plugin
d50bbd8... Fix itip-formatter plugin
e7e5678... Fix build after rebase
a142a1e... Move the contact preview HTML formatter to it's own class
b4bdb95... Add PURI callback to allow modules to create DOM bindings
342c6d1... Write correctly attachments with sub-PURIs
33c3bc9... vcard-inline plugin: render preview as HTML in <iframe> rat
88f84c8... Fix possible crash when EMailDisplay when trying to create
0fa8afa... Don't write attachments at all since the attachment writer
15ebebc... Make most plugins GtkHTML-free (except for those interactin
73b40dd... Fix printing of message/rfc822
e55c52c... Prevent possible crash when there's no formatter set in EMa
dbb97fc... Fix printing of text/html emails (support external CSS, loa
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]