[evolution] (154 commits) Created branch webkit
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] (154 commits) Created branch webkit
- Date: Tue, 14 Feb 2012 14:01:37 +0000 (UTC)
The branch 'webkit' was created.
Summary of new commits:
9be9bc3... Add webkit-1.0 requirement to configure.ac.
1ba1654... Preliminary WebKit conversion.
16f0907... Begin hacking EMFormatHTML.
f80c409... Port EABContactDisplay to JavaScript and CSS
771662d... Move common CSS styles to a .css file
f712247... Cleanup HTML code in ECalComponentPreview and update styles
cd71819... Port EMFormatHTML to WebKit
eb5c191... Port collapsable To/Cc/Bcc fields and collapsable headers t
067cb67... Fix default property value in EMFormatHTML
d01d2e2... Create EWebViewGtkHTML class to be used by the Composer unt
b4455a7... Use custom protocol handler to provide data for mail previe
3ac6050... Remove workaround for embedding widgets into WebKit.
ba97b2f... Split functionality of EMFormat to "parse" and "write"
59af609... Adapt EMFormat subclasses to the new EMFormat API
2dec65c... Adapt all plugins to the new EMFormat API
4814492... Convert EMailDisplay to GtkScrolledWindow and change the wa
d3c6101... Adapt EMsgComposer to the new EMFormat API
864d42b... Disable padding and margin in body of all webviews.
24122d7... Fix handling multipart/alternative with more then 2 parts i
f17aa65... Fix handling of attachments and multipart/digest messages
13ed5ea... Add a GtkLabel to EAttachmentButton to display name of the
08ee0a5... Make attachments expandable.
c96acac... Don't destroy EAttachmentBar when clearing EMailDisplay.
7ab5dd2... Make expandable only attachments whose PURIs have write_fun
71fb25e... Embed EWebViews in EMailDisplay into their own GtkScrolledW
005fce3... Add custom EMFormatHandler for message headers.
8bc0ea8... Fix minor issues caused by recent rebase against master.
370a835... Coding style cleanup
3897e96... Fix webkitgtk minimum version
699f40c... Display information about signature and encryption.
fe50180... Don't destroy widgets already destroyed when parent widgets
ac85e0b... Fix memory leaks in formatter
11ade31... Add attachments to store during parsing, not during writing
61fc8ad... em_format_build_mail_uri() accepts varying number of argume
a78c486... Make displaying message source work
e1a4389... Merge info about mail signature and encryption into one but
2bf852e... EAttachmentView is not longer owned by EMFormatHTMLDisplay
88d3ef8... Don't store formatters directly in SoupSession's data
31a690c... Misc fixes for rebase of webkit port to evolution/evolution
47621d6... Force a single vertical scroll on EMailDisplay
5053113... Let the EMFormat object exist only for as long as it is dis
85ef584... Add documentation to em_format_build_mail_uri.
8b7e547... Fix memory leak in EMFormat
0a5e88c... Initial port of printing
4e98e5f... Add with_html_header to all EMFormatHTMLWriteFunc()s
206ef3c... Continue porting of printing
40a3084... Fix a compilation warning
59eb1c6... Assign CamelCipherValidity and flags to each final PURI
c8361f9... Improve API for handling headers in EMFormat
bddd3fe... Update EMFormat->header_list according to headers checked i
168216b... Introduce a new write_func for headers in printout
d9ffac2... Add buttons for reordering headers in the Print dialog
35c1067... Fix crash when removing headers from emf->header_list
9895aef... Improve CSS of the printed headers
303b426... Apply the ordering of headers to the generated message
fdf0296... Print list of attachments at the end of email printout
6ae7efd... Ignore application/pgp-signature part
e5d214f... Treat parts with 'attachment' or 'inline' disposition as at
5ea4c80... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
3ecc3e4... Handle properly embedded message/rfc822
99c9628... Add support for embedding EMailDisplays into itself
199bfcb... Forgot to disable debug messages in EMailDisplay...
f100b9a... Make EMailBrowser scrollable
6931c8c... Use GtkBox instead of GtkGrid in EMailDisplay
f272cc4... Implement automatic inlining of attachments in printed emai
00403ab... Add missing em_format_add_puri() call to Audio Inline plugi
a5bd065... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
b0ebf48... Fix the Audio Inline plugin to use proper CamelMimePart wit
dc0e582... Make EAttachmentButton unexpandable if no attachment PURI f
ce26394... Port EMsgComposer to the EMailPrinter
c19e901... EMFormat accept and correctly handle null CamelFolder
395641e... Port EMFormatQuote to the new EMFormat format
e43abfd... Fix memory leak and prevent some crashes
33bb853... Correctly resize images when printing
583195a... Add e_web_view_{set,get}_enable_frame_flattening
205b007... Remove FIXMEs and fix compilation warnings in plugins
0778f47... em_utils_message_to_html() - set all validity flags found i
30f27da... EMFormat and EMFormatHTML cleanup
149d942... Store properly information about attachment signature/encry
93ff23c... Port http data cache.
ffed10d... Fix the cache port
6bb6f37... Fix position of EAttachmentButton popup menu
c1becaf... Enable collapsable headers in paned view
a302087... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
ee19d36... Finish porting of printing - solves all print-out rendering
2513105... Make EMFormat parsing asynchronous
0449705... Add preparse() virtual method to EMFormat
d1ccf6d... Handle correctly image loading policy
d87f16d... Prevent endless recursion when parsing SMIME-ecnrypted mess
a3a62b8... Fix displaying emails that are already parsed
5d19f10... Always load images in header webviews
09f0996... Implement status-message and popup-event signals to EMailDi
c741ddb... Fix a minor memory leak
316a137... Finish em_format_parse_async in the main thread to avoid so
85a46c1... Remove unused em_format_html_print_message() function
9e64159... Port 'drop&drop to PDF' to EMailPrinter
70f2446... Put back em_format_default_headers() and allow EMFormat to
dc94879... Fix displaying and toggling default mail headers
2a3eca4... Port context menu for mail-links in EMailDisplay
6d4b3eb... Fix some build-time warnings and resolve WebKit FIXMEs in E
fd3aaef... Load attachments from idle callback in EFHD
158bde6... Fix crash caused by previous commit
07f366a... Fix 'Copy Image' and 'Save Image' in mail display
07aec15... Fix compilation error in widgets/misc due to missing GtkHTM
343a188... Implement e_web_view_get_selection_html() and port a forgot
b72fcfd... Fix parsing multipart/alternative (broken during rebase)
d261d9e... Fix memory leaks in EWebView
08d6988... Improve handling attachments
5772835... Port TNEF attachments plugin to the new EMFormat API
e7b3d9d... No need to take care of resizing EAttachmentBar and optiona
4ae1df2... Display correctly color background of message encrpytion/si
bcd3d95... Parse too big emails as attachments
0698215... Add caret-mode change proxying to EMailDisplay
acdeb95... Add zoom-level change proxying to EMailDisplay
d2f1d81... Don't reload EMailDisplay when uses collapses/expands heade
1581acb... No meeting invitation rendering for emails (bug #667538)
b152a37... Improve autoresizing of webviews
31352a0... Forgot to disable a debug message
25b33ef... Fix loading size of attachment (bug #667541)
7f49f2c... Convert short headers subject to HTML and preserve 8bit enc
ea2136e... Make short headers aweare of text reading direction
fde3e85... Force UTF-8 encoding on text/html parts
15fe321... Fix rebase compilation bugs
ab34800... Reimplement image loading policy (bugs #667536 and #667537)
fcf2eba... Make the image caching more robust
9668345... Improve the auto-resizing of EWebView a bit more
11fb984... Fix crash when loading too many images (bug #668520)
938eceb... Don't automatically treat inline parts as attachments (fixe
45b9771... Reload EMailDisplay when View->Character Encoding changes (
8cc7063... Use native WebKit placeholder for missing images (fix #6685
12e9bc3... Automatically resize webviews to prevent individual horizon
ef9f5e1... Disable JavaScript, Flash and other plugins in webviews.
c4e757f... Escape query parameters in mail:// request URI (fixes #6686
bfcb8ea... Use case-insensitive lookup of mime-type handler (fixes #66
9e4e006... Port contact maps to WebKit
469d6c5... Convert EMFormatPURI to a thread-safe EMPart object
21e9f8d... Fix the Audio Plugin
18cace2... Use a single mutex located in EMPartClass
94fa3b6... Revert "Use a single mutex located in EMPartClass"
9eba84d... Revert "Fix the Audio Plugin"
fd6089d... Revert "Convert EMFormatPURI to a thread-safe EMPart object
5746dcd... Return back to a single-webview mode
0be2f54... Single-webview transition - fix EMailReader and displaying
1b94d63... Magically, ESearchBar seems to work very well
fed5ae1... Don't reload EMailDisplay every time set_style() is called.
5cb255f... Backport master/63eba7c3 after rebase
7782f9a... Don't _write() empty EAttachmentBar
5eb7ac4... Resize <object> element whenever size of embedded widget ch
add9139... Render text/html parts in <iframe>
cccc932... Revert "Add a GtkLabel to EAttachmentButton to display name
b05c631... Revert "Fix position of EAttachmentButton popup menu"
ffba27d... Render attachment button description as HTML again
77df000... Single-webview transition - fix displaying embedded message
d11e2e5... Single-webview transition - handle resizing and showing/hid
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]