[evolution] (196 commits) Created branch webkit



The branch 'webkit' was created.

Summary of new commits:

  e6617c6... Add webkit-1.0 requirement to configure.ac.
  e6969be... Preliminary WebKit conversion.
  802eb55... Begin hacking EMFormatHTML.
  d206eef... Port EABContactDisplay to JavaScript and CSS
  438d27b... Move common CSS styles to a .css file
  b7d9fe1... Cleanup HTML code in ECalComponentPreview and update styles
  0416e8c... Port EMFormatHTML to WebKit
  9125c95... Port collapsable To/Cc/Bcc fields and collapsable headers t
  1acfaeb... Fix default property value in EMFormatHTML
  ffd4d2d... Create EWebViewGtkHTML class to be used by the Composer unt
  08ea4d7... Use custom protocol handler to provide data for mail previe
  ed4ceba... Remove workaround for embedding widgets into WebKit.
  a7def25... Split functionality of EMFormat to "parse" and "write"
  323e943... Adapt EMFormat subclasses to the new EMFormat API
  a57425f... Adapt all plugins to the new EMFormat API
  bd65488... Convert EMailDisplay to GtkScrolledWindow and change the wa
  b4a5df7... Adapt EMsgComposer to the new EMFormat API
  da24ca4... Disable padding and margin in body of all webviews.
  48b2be6... Fix handling multipart/alternative with more then 2 parts i
  f266ee9... Fix handling of attachments and multipart/digest messages
  debe851... Add a GtkLabel to EAttachmentButton to display name of the 
  4f64f3a... Make attachments expandable.
  637b5fc... Don't destroy EAttachmentBar when clearing EMailDisplay.
  74ef59b... Make expandable only attachments whose PURIs have write_fun
  5e8f246... Embed EWebViews in EMailDisplay into their own GtkScrolledW
  0bd7a2b... Add custom EMFormatHandler for message headers.
  17e8232... Fix minor issues caused by recent rebase against master.
  342111f... Coding style cleanup
  f6410e3... Fix webkitgtk minimum version
  b75f32b... Display information about signature and encryption.
  530c97f... Don't destroy widgets already destroyed when parent widgets
  91b82ee... Fix memory leaks in formatter
  35a452e... Add attachments to store during parsing, not during writing
  b317272... em_format_build_mail_uri() accepts varying number of argume
  efc78f4... Make displaying message source work
  bb65730... Merge info about mail signature and encryption into one but
  e775cb3... EAttachmentView is not longer owned by EMFormatHTMLDisplay
  b2c28cc... Don't store formatters directly in SoupSession's data
  f4080f8... Misc fixes for rebase of webkit port to evolution/evolution
  b6233e4... Force a single vertical scroll on EMailDisplay
  74b9509... Let the EMFormat object exist only for as long as it is dis
  9b4ca9e... Add documentation to em_format_build_mail_uri.
  776422e... Fix memory leak in EMFormat
  f7f6080... Initial port of printing
  5f52f1a... Add with_html_header to all EMFormatHTMLWriteFunc()s
  ea8bbc4... Continue porting of printing
  211208a... Fix a compilation warning
  d60c14f... Assign CamelCipherValidity and flags to each final PURI
  ffbac7a... Improve API for handling headers in EMFormat
  1fa38b7... Update EMFormat->header_list according to headers checked i
  8351e4a... Introduce a new write_func for headers in printout
  4838220... Add buttons for reordering headers in the Print dialog
  0487667... Fix crash when removing headers from emf->header_list
  4b2b55f... Improve CSS of the printed headers
  0dfb4a3... Apply the ordering of headers to the generated message
  2992b3f... Print list of attachments at the end of email printout
  279acc9... Ignore application/pgp-signature part
  0c46786... Treat parts with 'attachment' or 'inline' disposition as at
  be66026... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
  692dbf8... Handle properly embedded message/rfc822
  de0a6aa... Add support for embedding EMailDisplays into itself
  ff8c812... Forgot to disable debug messages in EMailDisplay...
  16f1df1... Make EMailBrowser scrollable
  307ed15... Use GtkBox instead of GtkGrid in EMailDisplay
  e25f885... Implement automatic inlining of attachments in printed emai
  f6a5b74... Add missing em_format_add_puri() call to Audio Inline plugi
  42be928... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
  367568e... Fix the Audio Inline plugin to use proper CamelMimePart wit
  9b8cca7... Make EAttachmentButton unexpandable if no attachment PURI f
  6804b9e... Port EMsgComposer to the EMailPrinter
  25c6aba... EMFormat accept and correctly handle null CamelFolder
  7e88e33... Port EMFormatQuote to the new EMFormat format
  e8e1daa... Fix memory leak and prevent some crashes
  2409bc0... Correctly resize images when printing
  db9b8ea... Add e_web_view_{set,get}_enable_frame_flattening
  fb79a60... Remove FIXMEs and fix compilation warnings in plugins
  03079a8... em_utils_message_to_html() - set all validity flags found i
  7307d25... EMFormat and EMFormatHTML cleanup
  09cf642... Store properly information about attachment signature/encry
  dc28d30... Port http data cache.
  44c75fe... Fix the cache port
  ed84772... Fix position of EAttachmentButton popup menu
  1b6bd10... Enable collapsable headers in paned view
  c7d2350... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
  e8e62f7... Finish porting of printing - solves all print-out rendering
  b298dbc... Make EMFormat parsing asynchronous
  5dc4a2d... Add preparse() virtual method to EMFormat
  65a3b33... Handle correctly image loading policy
  2b588e9... Prevent endless recursion when parsing SMIME-ecnrypted mess
  1de723d... Fix displaying emails that are already parsed
  5d89734... Always load images in header webviews
  8e2ba42... Implement status-message and popup-event signals to EMailDi
  bd783f7... Fix a minor memory leak
  31acea9... Finish em_format_parse_async in the main thread to avoid so
  1b8c7f2... Remove unused em_format_html_print_message() function
  2d46f5e... Port 'drop&drop to PDF' to EMailPrinter
  dc4c2df... Put back em_format_default_headers() and allow EMFormat to 
  d1d5933... Fix displaying and toggling default mail headers
  1b529d6... Port context menu for mail-links in EMailDisplay
  894068b... Fix some build-time warnings and resolve WebKit FIXMEs in E
  f711a60... Load attachments from idle callback in EFHD
  d14a754... Fix crash caused by previous commit
  327a3d2... Fix 'Copy Image' and 'Save Image' in mail display
  f0626f3... Fix compilation error in widgets/misc due to missing GtkHTM
  4e82bc8... Implement e_web_view_get_selection_html() and port a forgot
  491c2e6... Fix parsing multipart/alternative (broken during rebase)
  554594f... Fix memory leaks in EWebView
  26e3a65... Improve handling attachments
  89d2bc1... Port TNEF attachments plugin to the new EMFormat API
  fb64b24... No need to take care of resizing EAttachmentBar and optiona
  95f7ad1... Display correctly color background of message encrpytion/si
  08c8cc0... Parse too big emails as attachments
  65c6aab... Add caret-mode change proxying to EMailDisplay
  bc06398... Add zoom-level change proxying to EMailDisplay
  783d32b... Don't reload EMailDisplay when uses collapses/expands heade
  7f06f97... No meeting invitation rendering for emails (bug #667538)
  f11795a... Improve autoresizing of webviews
  5c9f7d2... Forgot to disable a debug message
  3c1e58b... Fix loading size of attachment (bug #667541)
  daed3ec... Convert short headers subject to HTML and preserve 8bit enc
  ee188a3... Make short headers aweare of text reading direction
  eb1bec5... Force UTF-8 encoding on text/html parts
  8551b97... Fix rebase compilation bugs
  ce11ba2... Reimplement image loading policy (bugs #667536 and #667537)
  f5159fb... Make the image caching more robust
  d5e9884... Improve the auto-resizing of EWebView a bit more
  955dd31... Fix crash when loading too many images (bug #668520)
  ad8893c... Don't automatically treat inline parts as attachments (fixe
  bb6aa44... Reload EMailDisplay when View->Character Encoding changes (
  0999e9e... Use native WebKit placeholder for missing images (fix #6685
  4537650... Automatically resize webviews to prevent individual horizon
  13c9a91... Disable JavaScript, Flash and other plugins in webviews.
  b28452e... Escape query parameters in mail:// request URI (fixes #6686
  66e0042... Use case-insensitive lookup of mime-type handler (fixes #66
  7142f95... Port contact maps to WebKit
  400fcb8... Convert EMFormatPURI to a thread-safe EMPart object
  33e495e... Fix the Audio Plugin
  c82049c... Use a single mutex located in EMPartClass
  0080af3... Revert "Use a single mutex located in EMPartClass"
  3521f6d... Revert "Fix the Audio Plugin"
  d5f107e... Revert "Convert EMFormatPURI to a thread-safe EMPart object
  e4ee442... Return back to a single-webview mode
  234046e... Single-webview transition - fix EMailReader and displaying 
  a8404f8... Magically, ESearchBar seems to work very well
  604ed4c... Don't reload EMailDisplay every time set_style() is called.
  4af77da... Backport master/63eba7c3 after rebase
  7cb3d4a... Don't _write() empty EAttachmentBar
  848172f... Resize <object> element whenever size of embedded widget ch
  e31fff7... Render text/html parts in <iframe>
  15d3caf... Revert "Add a GtkLabel to EAttachmentButton to display name
  d3dae31... Revert "Fix position of EAttachmentButton popup menu"
  299a162... Render attachment button description as HTML again
  464896c... Single-webview transition - fix displaying embedded message
  5593623... Single-webview transition - handle resizing and showing/hid
  88d2308... Fix two minor memory leaks
  2d22ae5... Fix rendering HTML-embedded attachments (images)
  5f92541... When an <iframe> is hidden, _hide() all GtkWidget it contai
  d99d1cd... Fix possible crash when writing message/rfc822
  13442e8... Use WebKit DOM bindings to collapse/expand headers
  f50b755... Use WebKit DOM bindings to collapse/expand To/CC/BCC addres
  a74262f... Remove obsolete JavaScript for priting
  138a827... Disable JavaScript in webviews
  9ca7c42... Fix headers to be expanded by default
  c1ce368... Fix the audio-inline plugin
  f921b9d... Fix vcard-inline plugin
  b65203d... Fix itip-formatter plugin
  b2e69a3... Fix build after rebase
  f019d27... Move the contact preview HTML formatter to it's own class
  3521835... Add PURI callback to allow modules to create DOM bindings
  771929c... Write correctly attachments with sub-PURIs
  274a1c1... vcard-inline plugin: render preview as HTML in <iframe> rat
  decfa59... Fix possible crash when EMailDisplay when trying to create 
  cd71755... Don't write attachments at all since the attachment writer 
  23e1b22... Make most plugins GtkHTML-free (except for those interactin
  ebc71bc... Fix printing of message/rfc822
  1dc28ee... Prevent possible crash when there's no formatter set in EMa
  21297ad... Fix printing of text/html emails (support external CSS, loa
  1d3ae00... Port mbox importer preview to WebKit
  bbd3f52... Port moving between unread messages using the 'magical spac
  ef93716... Drop ESearchingTokenizer a reimplement highlighting directl
  b9cb7c0... Fix crash in EMailReader init
  8d819d9... Fix potential crash in digest formatter
  ff3fb7a... Port 'Show animated images' option
  7944de3... Avoid crashes and leaking widgets when EMailDisplay is relo
  de896cb... Rename widget_func in itip formatter
  53310a4... Change bind_func slightly
  8f54c8c... Fix crash when free'ing EMFormatPURI
  4e4ac15... Fix some memory leaks
  8246785... Port Itip formatter to HTML
  e5823f5... Fix build after rebase
  650f902... Use alternative 'work-process' icon in Itip view
  d2eadac... Correctly destroy printing EActivity when printing is finis
  3d0b871... Fix crash when text/calendar part does not have attachment 
  fa5421a... Add support for printing to the itip plugin
  14cf3b6... Fix various printing bugs
  760c7fd... Coding style and whitespace cleanup.



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