[evolution] (182 commits) Created branch webkit
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] (182 commits) Created branch webkit
- Date: Tue, 6 Mar 2012 16:08:41 +0000 (UTC)
The branch 'webkit' was created.
Summary of new commits:
cd43554... Add webkit-1.0 requirement to configure.ac.
1532e46... Preliminary WebKit conversion.
9bccdc7... Begin hacking EMFormatHTML.
eb1d3da... Port EABContactDisplay to JavaScript and CSS
ad5a164... Move common CSS styles to a .css file
84a25b8... Cleanup HTML code in ECalComponentPreview and update styles
9173753... Port EMFormatHTML to WebKit
83042a3... Port collapsable To/Cc/Bcc fields and collapsable headers t
0bd6fae... Fix default property value in EMFormatHTML
de41302... Create EWebViewGtkHTML class to be used by the Composer unt
d0ad7dc... Use custom protocol handler to provide data for mail previe
022d8a8... Remove workaround for embedding widgets into WebKit.
6c96fdb... Split functionality of EMFormat to "parse" and "write"
c83477b... Adapt EMFormat subclasses to the new EMFormat API
2e44589... Adapt all plugins to the new EMFormat API
efd2b4f... Convert EMailDisplay to GtkScrolledWindow and change the wa
bc4f276... Adapt EMsgComposer to the new EMFormat API
dad26b1... Disable padding and margin in body of all webviews.
546f199... Fix handling multipart/alternative with more then 2 parts i
d3d9fa9... Fix handling of attachments and multipart/digest messages
be174e2... Add a GtkLabel to EAttachmentButton to display name of the
1f7aa05... Make attachments expandable.
f6f4189... Don't destroy EAttachmentBar when clearing EMailDisplay.
13fbd4b... Make expandable only attachments whose PURIs have write_fun
7bdfa5a... Embed EWebViews in EMailDisplay into their own GtkScrolledW
4a4f74c... Add custom EMFormatHandler for message headers.
ed9cb24... Fix minor issues caused by recent rebase against master.
730c585... Coding style cleanup
06ff9a6... Fix webkitgtk minimum version
33cca4e... Display information about signature and encryption.
29590d6... Don't destroy widgets already destroyed when parent widgets
aef566c... Fix memory leaks in formatter
c49f9e1... Add attachments to store during parsing, not during writing
1bc6e73... em_format_build_mail_uri() accepts varying number of argume
ba1f0dc... Make displaying message source work
26f0960... Merge info about mail signature and encryption into one but
605e361... EAttachmentView is not longer owned by EMFormatHTMLDisplay
cb05b70... Don't store formatters directly in SoupSession's data
8a2559b... Misc fixes for rebase of webkit port to evolution/evolution
cb25de9... Force a single vertical scroll on EMailDisplay
709db9f... Let the EMFormat object exist only for as long as it is dis
6b5d581... Add documentation to em_format_build_mail_uri.
22602d1... Fix memory leak in EMFormat
fb125bb... Initial port of printing
666d206... Add with_html_header to all EMFormatHTMLWriteFunc()s
2cc6492... Continue porting of printing
aa07926... Fix a compilation warning
e60b1db... Assign CamelCipherValidity and flags to each final PURI
1c612be... Improve API for handling headers in EMFormat
9fa5748... Update EMFormat->header_list according to headers checked i
afaa868... Introduce a new write_func for headers in printout
f312ffb... Add buttons for reordering headers in the Print dialog
244cc5d... Fix crash when removing headers from emf->header_list
3b3f7d5... Improve CSS of the printed headers
c39836f... Apply the ordering of headers to the generated message
f779418... Print list of attachments at the end of email printout
ce12e17... Ignore application/pgp-signature part
0ef5f97... Treat parts with 'attachment' or 'inline' disposition as at
ae93319... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
6c069a9... Handle properly embedded message/rfc822
e698ef6... Add support for embedding EMailDisplays into itself
ec7fd31... Forgot to disable debug messages in EMailDisplay...
84f3178... Make EMailBrowser scrollable
9ab35f7... Use GtkBox instead of GtkGrid in EMailDisplay
39dd458... Implement automatic inlining of attachments in printed emai
4d2cc4f... Add missing em_format_add_puri() call to Audio Inline plugi
5368c1d... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
ca4ebb1... Fix the Audio Inline plugin to use proper CamelMimePart wit
57625a8... Make EAttachmentButton unexpandable if no attachment PURI f
a995e6f... Port EMsgComposer to the EMailPrinter
fb1d889... EMFormat accept and correctly handle null CamelFolder
abd3225... Port EMFormatQuote to the new EMFormat format
45e3ca1... Fix memory leak and prevent some crashes
5e17efe... Correctly resize images when printing
6c664d2... Add e_web_view_{set,get}_enable_frame_flattening
2014960... Remove FIXMEs and fix compilation warnings in plugins
759381b... em_utils_message_to_html() - set all validity flags found i
8b9e899... EMFormat and EMFormatHTML cleanup
524307e... Store properly information about attachment signature/encry
0136d06... Port http data cache.
0da5834... Fix the cache port
8fd5f7d... Fix position of EAttachmentButton popup menu
0907b28... Enable collapsable headers in paned view
407a2c1... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
27a33a4... Finish porting of printing - solves all print-out rendering
ae49f17... Make EMFormat parsing asynchronous
e6cc697... Add preparse() virtual method to EMFormat
443bc5d... Handle correctly image loading policy
02c8f8d... Prevent endless recursion when parsing SMIME-ecnrypted mess
f20447a... Fix displaying emails that are already parsed
ebe3a67... Always load images in header webviews
adb3ac7... Implement status-message and popup-event signals to EMailDi
8801407... Fix a minor memory leak
90ce797... Finish em_format_parse_async in the main thread to avoid so
9ada1c5... Remove unused em_format_html_print_message() function
9d5be90... Port 'drop&drop to PDF' to EMailPrinter
13ca51c... Put back em_format_default_headers() and allow EMFormat to
98788d2... Fix displaying and toggling default mail headers
f02264f... Port context menu for mail-links in EMailDisplay
1c575d6... Fix some build-time warnings and resolve WebKit FIXMEs in E
413802d... Load attachments from idle callback in EFHD
52dd28f... Fix crash caused by previous commit
f6d7ffa... Fix 'Copy Image' and 'Save Image' in mail display
8dc5e5b... Fix compilation error in widgets/misc due to missing GtkHTM
7b6c402... Implement e_web_view_get_selection_html() and port a forgot
1eb1d94... Fix parsing multipart/alternative (broken during rebase)
6cb7e3f... Fix memory leaks in EWebView
e4c8513... Improve handling attachments
56758d3... Port TNEF attachments plugin to the new EMFormat API
f27a2a3... No need to take care of resizing EAttachmentBar and optiona
7ab6b1e... Display correctly color background of message encrpytion/si
b827ace... Parse too big emails as attachments
215fc89... Add caret-mode change proxying to EMailDisplay
396b6c0... Add zoom-level change proxying to EMailDisplay
7a21e36... Don't reload EMailDisplay when uses collapses/expands heade
645448f... No meeting invitation rendering for emails (bug #667538)
9369a4a... Improve autoresizing of webviews
feac0ad... Forgot to disable a debug message
e22da0b... Fix loading size of attachment (bug #667541)
0cdd830... Convert short headers subject to HTML and preserve 8bit enc
6c054d1... Make short headers aweare of text reading direction
8d83cdd... Force UTF-8 encoding on text/html parts
4e8dd45... Fix rebase compilation bugs
072b146... Reimplement image loading policy (bugs #667536 and #667537)
91c96d8... Make the image caching more robust
22dc38f... Improve the auto-resizing of EWebView a bit more
b81ae9f... Fix crash when loading too many images (bug #668520)
1e9fcdc... Don't automatically treat inline parts as attachments (fixe
94940f2... Reload EMailDisplay when View->Character Encoding changes (
19aafaf... Use native WebKit placeholder for missing images (fix #6685
0eeb70d... Automatically resize webviews to prevent individual horizon
0519e9b... Disable JavaScript, Flash and other plugins in webviews.
9cdb367... Escape query parameters in mail:// request URI (fixes #6686
9a4c6d2... Use case-insensitive lookup of mime-type handler (fixes #66
28ea1f3... Port contact maps to WebKit
a0ad34d... Convert EMFormatPURI to a thread-safe EMPart object
87d3f7d... Fix the Audio Plugin
be650bb... Use a single mutex located in EMPartClass
ce7d0e6... Revert "Use a single mutex located in EMPartClass"
2109b67... Revert "Fix the Audio Plugin"
bcac79f... Revert "Convert EMFormatPURI to a thread-safe EMPart object
59894dc... Return back to a single-webview mode
852994c... Single-webview transition - fix EMailReader and displaying
d2296a2... Magically, ESearchBar seems to work very well
5745d80... Don't reload EMailDisplay every time set_style() is called.
b3ed7e5... Backport master/63eba7c3 after rebase
1b89334... Don't _write() empty EAttachmentBar
2c0a9e7... Resize <object> element whenever size of embedded widget ch
6d60965... Render text/html parts in <iframe>
9aec1a6... Revert "Add a GtkLabel to EAttachmentButton to display name
708a146... Revert "Fix position of EAttachmentButton popup menu"
91ffa14... Render attachment button description as HTML again
e5fc488... Single-webview transition - fix displaying embedded message
638de1d... Single-webview transition - handle resizing and showing/hid
38c5d2f... Fix two minor memory leaks
89e8f29... Fix rendering HTML-embedded attachments (images)
d5615ca... When an <iframe> is hidden, _hide() all GtkWidget it contai
399bf2b... Fix possible crash when writing message/rfc822
89271c3... Use WebKit DOM bindings to collapse/expand headers
6cee547... Use WebKit DOM bindings to collapse/expand To/CC/BCC addres
078c6fd... Remove obsolete JavaScript for priting
d84b6ca... Disable JavaScript in webviews
7fd472a... Fix headers to be expanded by default
301a92c... Fix the audio-inline plugin
66c5337... Fix vcard-inline plugin
d84512e... Fix itip-formatter plugin
1660c5a... Fix build after rebase
f092a86... Move the contact preview HTML formatter to it's own class
786d34f... Add PURI callback to allow modules to create DOM bindings
1ed14a6... Write correctly attachments with sub-PURIs
794dd51... vcard-inline plugin: render preview as HTML in <iframe> rat
6e50bbf... Fix possible crash when EMailDisplay when trying to create
5673118... Don't write attachments at all since the attachment writer
d534076... Make most plugins GtkHTML-free (except for those interactin
126874a... Fix printing of message/rfc822
cfc166b... Prevent possible crash when there's no formatter set in EMa
23fc6e4... Fix printing of text/html emails (support external CSS, loa
de7d10f... Port mbox importer preview to WebKit
0d1b735... Port moving between unread messages using the 'magical spac
2c684d5... Drop ESearchingTokenizer a reimplement highlighting directl
8864537... Fix crash in EMailReader init
1ac050c... Fix potential crash in digest formatter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]