[evolution] (123 commits) Created branch webkit
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] (123 commits) Created branch webkit
- Date: Thu, 19 Jan 2012 16:05:00 +0000 (UTC)
The branch 'webkit' was created.
Summary of new commits:
068c2cc... Add webkit-1.0 requirement to configure.ac.
b72e46f... Preliminary WebKit conversion.
2e118bf... Begin hacking EMFormatHTML.
b5d2f65... Port EABContactDisplay to JavaScript and CSS
8ecf2f0... Move common CSS styles to a .css file
bb253fb... Cleanup HTML code in ECalComponentPreview and update styles
575415b... Port EMFormatHTML to WebKit
78ef142... Port collapsable To/Cc/Bcc fields and collapsable headers t
33d25d2... Fix default property value in EMFormatHTML
23f8247... Create EWebViewGtkHTML class to be used by the Composer unt
6e9cd58... Use custom protocol handler to provide data for mail previe
8ac4bb2... Remove workaround for embedding widgets into WebKit.
cf86183... Split functionality of EMFormat to "parse" and "write"
e97e010... Adapt EMFormat subclasses to the new EMFormat API
48f4d2a... Adapt all plugins to the new EMFormat API
2a78be4... Convert EMailDisplay to GtkScrolledWindow and change the wa
0fa5a30... Adapt EMsgComposer to the new EMFormat API
656a9cc... Disable padding and margin in body of all webviews.
6954603... Fix handling multipart/alternative with more then 2 parts i
3561b95... Fix handling of attachments and multipart/digest messages
9e42603... Add a GtkLabel to EAttachmentButton to display name of the
df36db2... Make attachments expandable.
25121a5... Don't destroy EAttachmentBar when clearing EMailDisplay.
8756c02... Make expandable only attachments whose PURIs have write_fun
2dbe93d... Embed EWebViews in EMailDisplay into their own GtkScrolledW
21b29a2... Add custom EMFormatHandler for message headers.
88a7723... Fix minor issues caused by recent rebase against master.
7b4514a... Coding style cleanup
bf749f0... Fix webkitgtk minimum version
4a39a2d... Display information about signature and encryption.
8acaf72... Don't destroy widgets already destroyed when parent widgets
a04f94f... Fix memory leaks in formatter
3614d30... Add attachments to store during parsing, not during writing
a32398a... em_format_build_mail_uri() accepts varying number of argume
7e3d39a... Make displaying message source work
0a62165... Merge info about mail signature and encryption into one but
0e9173b... EAttachmentView is not longer owned by EMFormatHTMLDisplay
2deec48... Don't store formatters directly in SoupSession's data
1425e73... Misc fixes for rebase of webkit port to evolution/evolution
e38a366... Force a single vertical scroll on EMailDisplay
d9fca2b... Let the EMFormat object exist only for as long as it is dis
cac123b... Add documentation to em_format_build_mail_uri.
0196a77... Fix memory leak in EMFormat
b0fa8d5... Initial port of printing
f6288c4... Add with_html_header to all EMFormatHTMLWriteFunc()s
82cf897... Continue porting of printing
5afcae9... Fix a compilation warning
b171219... Assign CamelCipherValidity and flags to each final PURI
4dfca56... Improve API for handling headers in EMFormat
c494c50... Update EMFormat->header_list according to headers checked i
8eeea60... Introduce a new write_func for headers in printout
b3a2e46... Add buttons for reordering headers in the Print dialog
1773c82... Fix crash when removing headers from emf->header_list
7da5c8f... Improve CSS of the printed headers
f273f05... Apply the ordering of headers to the generated message
b577669... Print list of attachments at the end of email printout
c78be66... Ignore application/pgp-signature part
16533f8... Treat parts with 'attachment' or 'inline' disposition as at
1a4b444... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
e9d4704... Handle properly embedded message/rfc822
a7aba0e... Add support for embedding EMailDisplays into itself
b8c3f22... Forgot to disable debug messages in EMailDisplay...
ba6dcb4... Make EMailBrowser scrollable
d7d439b... Use GtkBox instead of GtkGrid in EMailDisplay
8a7f47d... Implement automatic inlining of attachments in printed emai
f42d98b... Add missing em_format_add_puri() call to Audio Inline plugi
43351cd... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
927ba9c... Fix the Audio Inline plugin to use proper CamelMimePart wit
2689b63... Make EAttachmentButton unexpandable if no attachment PURI f
56c91d1... Port EMsgComposer to the EMailPrinter
3347fca... EMFormat accept and correctly handle null CamelFolder
e687148... Port EMFormatQuote to the new EMFormat format
39df1c0... Fix memory leak and prevent some crashes
e5c8f74... Correctly resize images when printing
1d1f6e7... Add e_web_view_{set,get}_enable_frame_flattening
c727cd3... Remove FIXMEs and fix compilation warnings in plugins
080cf65... em_utils_message_to_html() - set all validity flags found i
74ed24d... EMFormat and EMFormatHTML cleanup
a42d0ab... Store properly information about attachment signature/encry
328f053... Port http data cache.
ea69117... Fix the cache port
ee82ea8... Fix position of EAttachmentButton popup menu
46ec244... Enable collapsable headers in paned view
77f29ff... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
75823c9... Finish porting of printing - solves all print-out rendering
cf08e08... Make EMFormat parsing asynchronous
0db8fa4... Add preparse() virtual method to EMFormat
bd5970f... Handle correctly image loading policy
e55159f... Prevent endless recursion when parsing SMIME-ecnrypted mess
2921ee6... Fix displaying emails that are already parsed
92cae03... Always load images in header webviews
40853d3... Implement status-message and popup-event signals to EMailDi
5f6e558... Fix a minor memory leak
e00ee40... Finish em_format_parse_async in the main thread to avoid so
8f48290... Remove unused em_format_html_print_message() function
fd36e3f... Port 'drop&drop to PDF' to EMailPrinter
8a5cea9... Put back em_format_default_headers() and allow EMFormat to
77f99a7... Fix displaying and toggling default mail headers
3de92ea... Port context menu for mail-links in EMailDisplay
ad4a2db... Fix some build-time warnings and resolve WebKit FIXMEs in E
9dc202f... Load attachments from idle callback in EFHD
5240bcf... Fix crash caused by previous commit
da161cb... Fix 'Copy Image' and 'Save Image' in mail display
4dcadb7... Fix compilation error in widgets/misc due to missing GtkHTM
7127013... Implement e_web_view_get_selection_html() and port a forgot
1499b89... Fix parsing multipart/alternative (broken during rebase)
b620284... Fix memory leaks in EWebView
ee72388... Improve handling attachments
603f26a... Port TNEF attachments plugin to the new EMFormat API
5b18513... No need to take care of resizing EAttachmentBar and optiona
5fbd209... Display correctly color background of message encrpytion/si
d10c387... Parse too big emails as attachments
a06d3ec... Add caret-mode change proxying to EMailDisplay
81c16e7... Add zoom-level change proxying to EMailDisplay
aa7f00b... Don't reload EMailDisplay when uses collapses/expands heade
c917969... No meeting invitation rendering for emails (bug #667538)
ec81126... Improve autoresizing of webviews
dec1271... Forgot to disable a debug message
8169a1c... Fix loading size of attachment (bug #667541)
4ab4a52... Convert short headers subject to HTML and preserve 8bit enc
5fabb0d... Make short headers aweare of text reading direction
d67e258... Force UTF-8 encoding on text/html parts
945b13a... Fix rebase compilation bugs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]