[evolution] (146 commits) Created branch webkit



The branch 'webkit' was created.

Summary of new commits:

  6c4d6db... Add webkit-1.0 requirement to configure.ac.
  aee7668... Preliminary WebKit conversion.
  40b8e30... Begin hacking EMFormatHTML.
  71889b5... Port EABContactDisplay to JavaScript and CSS
  44b2e82... Move common CSS styles to a .css file
  0f99af0... Cleanup HTML code in ECalComponentPreview and update styles
  2d1b9ab... Port EMFormatHTML to WebKit
  3da1418... Port collapsable To/Cc/Bcc fields and collapsable headers t
  c817986... Fix default property value in EMFormatHTML
  b546230... Create EWebViewGtkHTML class to be used by the Composer unt
  af18325... Use custom protocol handler to provide data for mail previe
  690c5c4... Remove workaround for embedding widgets into WebKit.
  f79a9df... Split functionality of EMFormat to "parse" and "write"
  8aaf4ec... Adapt EMFormat subclasses to the new EMFormat API
  81928fc... Adapt all plugins to the new EMFormat API
  d885228... Convert EMailDisplay to GtkScrolledWindow and change the wa
  e13955d... Adapt EMsgComposer to the new EMFormat API
  9fc9d35... Disable padding and margin in body of all webviews.
  377dac8... Fix handling multipart/alternative with more then 2 parts i
  1133ee8... Fix handling of attachments and multipart/digest messages
  a1cc22c... Add a GtkLabel to EAttachmentButton to display name of the 
  e778613... Make attachments expandable.
  1d4a252... Don't destroy EAttachmentBar when clearing EMailDisplay.
  1398b48... Make expandable only attachments whose PURIs have write_fun
  0be6ba7... Embed EWebViews in EMailDisplay into their own GtkScrolledW
  a4bfe63... Add custom EMFormatHandler for message headers.
  8a8d479... Fix minor issues caused by recent rebase against master.
  9cbaf7e... Coding style cleanup
  c1bbf4f... Fix webkitgtk minimum version
  1594d67... Display information about signature and encryption.
  246ce6f... Don't destroy widgets already destroyed when parent widgets
  40fad2a... Fix memory leaks in formatter
  bcdf03b... Add attachments to store during parsing, not during writing
  7e117ff... em_format_build_mail_uri() accepts varying number of argume
  5c05213... Make displaying message source work
  0e74600... Merge info about mail signature and encryption into one but
  f385c73... EAttachmentView is not longer owned by EMFormatHTMLDisplay
  4a87b37... Don't store formatters directly in SoupSession's data
  5d372c3... Misc fixes for rebase of webkit port to evolution/evolution
  8b40cee... Force a single vertical scroll on EMailDisplay
  56091e5... Let the EMFormat object exist only for as long as it is dis
  5ebf13f... Add documentation to em_format_build_mail_uri.
  2fab496... Fix memory leak in EMFormat
  c582130... Initial port of printing
  356e6e6... Add with_html_header to all EMFormatHTMLWriteFunc()s
  cc9d915... Continue porting of printing
  0894c76... Fix a compilation warning
  4364a1d... Assign CamelCipherValidity and flags to each final PURI
  9768165... Improve API for handling headers in EMFormat
  ef75c62... Update EMFormat->header_list according to headers checked i
  6f03dbe... Introduce a new write_func for headers in printout
  4eb500e... Add buttons for reordering headers in the Print dialog
  2dde385... Fix crash when removing headers from emf->header_list
  8130e6a... Improve CSS of the printed headers
  78af75f... Apply the ordering of headers to the generated message
  1de3d9c... Print list of attachments at the end of email printout
  4840f6b... Ignore application/pgp-signature part
  a161408... Treat parts with 'attachment' or 'inline' disposition as at
  3908233... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
  6c772b7... Handle properly embedded message/rfc822
  99938ed... Add support for embedding EMailDisplays into itself
  226ec24... Forgot to disable debug messages in EMailDisplay...
  35fb35d... Make EMailBrowser scrollable
  051e119... Use GtkBox instead of GtkGrid in EMailDisplay
  e035a5f... Implement automatic inlining of attachments in printed emai
  33493ea... Add missing em_format_add_puri() call to Audio Inline plugi
  8232410... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
  d87817e... Fix the Audio Inline plugin to use proper CamelMimePart wit
  547fb3f... Make EAttachmentButton unexpandable if no attachment PURI f
  3d8c5bf... Port EMsgComposer to the EMailPrinter
  8c3f394... EMFormat accept and correctly handle null CamelFolder
  275a70c... Port EMFormatQuote to the new EMFormat format
  06c72b3... Fix memory leak and prevent some crashes
  8573b4b... Correctly resize images when printing
  9c9b0ce... Add e_web_view_{set,get}_enable_frame_flattening
  7f40e36... Remove FIXMEs and fix compilation warnings in plugins
  f81a645... em_utils_message_to_html() - set all validity flags found i
  7b311bd... EMFormat and EMFormatHTML cleanup
  05cad45... Store properly information about attachment signature/encry
  6855579... Port http data cache.
  884b058... Fix the cache port
  efe80fc... Fix position of EAttachmentButton popup menu
  4f3bcf2... Enable collapsable headers in paned view
  a9c29b8... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
  fd704dd... Finish porting of printing - solves all print-out rendering
  d9279f5... Make EMFormat parsing asynchronous
  5e9f67d... Add preparse() virtual method to EMFormat
  be6d97b... Handle correctly image loading policy
  562130a... Prevent endless recursion when parsing SMIME-ecnrypted mess
  0249b23... Fix displaying emails that are already parsed
  1f120f3... Always load images in header webviews
  d74b653... Implement status-message and popup-event signals to EMailDi
  dfe1e96... Fix a minor memory leak
  fc6037e... Finish em_format_parse_async in the main thread to avoid so
  b6d462d... Remove unused em_format_html_print_message() function
  4e71dc7... Port 'drop&drop to PDF' to EMailPrinter
  09b1420... Put back em_format_default_headers() and allow EMFormat to 
  a4324c2... Fix displaying and toggling default mail headers
  bdaa505... Port context menu for mail-links in EMailDisplay
  d4194fb... Fix some build-time warnings and resolve WebKit FIXMEs in E
  01eb81c... Load attachments from idle callback in EFHD
  3703a87... Fix crash caused by previous commit
  c162d67... Fix 'Copy Image' and 'Save Image' in mail display
  edbc8f3... Fix compilation error in widgets/misc due to missing GtkHTM
  ac097b4... Implement e_web_view_get_selection_html() and port a forgot
  b7e3ca5... Fix parsing multipart/alternative (broken during rebase)
  810927f... Fix memory leaks in EWebView
  7687f23... Improve handling attachments
  84fae7e... Port TNEF attachments plugin to the new EMFormat API
  9b66c00... No need to take care of resizing EAttachmentBar and optiona
  eb3d618... Display correctly color background of message encrpytion/si
  e3fb1a7... Parse too big emails as attachments
  dc31071... Add caret-mode change proxying to EMailDisplay
  d910e17... Add zoom-level change proxying to EMailDisplay
  f7bf840... Don't reload EMailDisplay when uses collapses/expands heade
  a759666... No meeting invitation rendering for emails (bug #667538)
  347d946... Improve autoresizing of webviews
  0ae9fa7... Forgot to disable a debug message
  3424e6b... Fix loading size of attachment (bug #667541)
  e4c4cc4... Convert short headers subject to HTML and preserve 8bit enc
  a8ab2fa... Make short headers aweare of text reading direction
  7bfd6c5... Force UTF-8 encoding on text/html parts
  75f6623... Fix rebase compilation bugs
  63ece51... Reimplement image loading policy (bugs #667536 and #667537)
  69a6725... Make the image caching more robust
  acb8e8f... Improve the auto-resizing of EWebView a bit more
  aa15f3e... Fix crash when loading too many images (bug #668520)
  5867ea5... Don't automatically treat inline parts as attachments (fixe
  1c2c169... Reload EMailDisplay when View->Character Encoding changes (
  8872a6f... Use native WebKit placeholder for missing images (fix #6685
  c3e38a3... Automatically resize webviews to prevent individual horizon
  1f57237... Disable JavaScript, Flash and other plugins in webviews.
  34ab9e8... Escape query parameters in mail:// request URI (fixes #6686
  32ffbb9... Use case-insensitive lookup of mime-type handler (fixes #66
  5f112cc... Port contact maps to WebKit
  a026c1e... Convert EMFormatPURI to a thread-safe EMPart object
  21c9565... Fix the Audio Plugin
  6d63817... Use a single mutex located in EMPartClass
  a83da67... Revert "Use a single mutex located in EMPartClass"
  93cb3c8... Revert "Fix the Audio Plugin"
  cce9f31... Revert "Convert EMFormatPURI to a thread-safe EMPart object
  2454a57... Return back to a single-webview mode
  a41e801... Single-webview transition - fix EMailReader and displaying 
  a0a6896... Magically, ESearchBar seems to work very well
  8aa2e57... Don't reload EMailDisplay every time set_style() is called.
  0a8e6b6... Backport master/63eba7c3 after rebase



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]