[evolution] (124 commits) Created branch webkit
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] (124 commits) Created branch webkit
- Date: Mon, 23 Jan 2012 13:03:31 +0000 (UTC)
The branch 'webkit' was created.
Summary of new commits:
b8ba163... Add webkit-1.0 requirement to configure.ac.
f050b49... Preliminary WebKit conversion.
370a1c0... Begin hacking EMFormatHTML.
9c50b8c... Port EABContactDisplay to JavaScript and CSS
4418fa7... Move common CSS styles to a .css file
ef69f45... Cleanup HTML code in ECalComponentPreview and update styles
a30a857... Port EMFormatHTML to WebKit
c74f84e... Port collapsable To/Cc/Bcc fields and collapsable headers t
633734d... Fix default property value in EMFormatHTML
577e274... Create EWebViewGtkHTML class to be used by the Composer unt
8a39575... Use custom protocol handler to provide data for mail previe
e4df5ae... Remove workaround for embedding widgets into WebKit.
110a84a... Split functionality of EMFormat to "parse" and "write"
aa6529e... Adapt EMFormat subclasses to the new EMFormat API
b899f9b... Adapt all plugins to the new EMFormat API
14406f3... Convert EMailDisplay to GtkScrolledWindow and change the wa
d394cac... Adapt EMsgComposer to the new EMFormat API
502a38a... Disable padding and margin in body of all webviews.
82fe827... Fix handling multipart/alternative with more then 2 parts i
9322040... Fix handling of attachments and multipart/digest messages
2a7d9f5... Add a GtkLabel to EAttachmentButton to display name of the
8f1326b... Make attachments expandable.
6a5a05f... Don't destroy EAttachmentBar when clearing EMailDisplay.
23b2b87... Make expandable only attachments whose PURIs have write_fun
208f2c0... Embed EWebViews in EMailDisplay into their own GtkScrolledW
663266f... Add custom EMFormatHandler for message headers.
8282e31... Fix minor issues caused by recent rebase against master.
0d5a129... Coding style cleanup
4913764... Fix webkitgtk minimum version
a527b6c... Display information about signature and encryption.
c55b14e... Don't destroy widgets already destroyed when parent widgets
9f82940... Fix memory leaks in formatter
f64be5e... Add attachments to store during parsing, not during writing
59f6e06... em_format_build_mail_uri() accepts varying number of argume
6db9e56... Make displaying message source work
86ed403... Merge info about mail signature and encryption into one but
e7cd62a... EAttachmentView is not longer owned by EMFormatHTMLDisplay
48bd545... Don't store formatters directly in SoupSession's data
d2b58a8... Misc fixes for rebase of webkit port to evolution/evolution
ed9bfee... Force a single vertical scroll on EMailDisplay
64f245b... Let the EMFormat object exist only for as long as it is dis
f7244c3... Add documentation to em_format_build_mail_uri.
63cdbe7... Fix memory leak in EMFormat
142c790... Initial port of printing
55e15d2... Add with_html_header to all EMFormatHTMLWriteFunc()s
c1a9277... Continue porting of printing
09fe22f... Fix a compilation warning
401da79... Assign CamelCipherValidity and flags to each final PURI
b4bde2b... Improve API for handling headers in EMFormat
e758cec... Update EMFormat->header_list according to headers checked i
c7767ca... Introduce a new write_func for headers in printout
ea97638... Add buttons for reordering headers in the Print dialog
56ac3d8... Fix crash when removing headers from emf->header_list
35cb2f0... Improve CSS of the printed headers
90feead... Apply the ordering of headers to the generated message
dcffa96... Print list of attachments at the end of email printout
30ce6bd... Ignore application/pgp-signature part
d04cd70... Treat parts with 'attachment' or 'inline' disposition as at
682ff24... Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler
640fede... Handle properly embedded message/rfc822
7f2c197... Add support for embedding EMailDisplays into itself
97e8c80... Forgot to disable debug messages in EMailDisplay...
0e7f3d5... Make EMailBrowser scrollable
1ad75c0... Use GtkBox instead of GtkGrid in EMailDisplay
6fa2274... Implement automatic inlining of attachments in printed emai
4d75d05... Add missing em_format_add_puri() call to Audio Inline plugi
7628eea... Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as
9a2ecac... Fix the Audio Inline plugin to use proper CamelMimePart wit
6050f72... Make EAttachmentButton unexpandable if no attachment PURI f
3c66fe3... Port EMsgComposer to the EMailPrinter
79d7611... EMFormat accept and correctly handle null CamelFolder
5dac8fa... Port EMFormatQuote to the new EMFormat format
17e9400... Fix memory leak and prevent some crashes
8155f82... Correctly resize images when printing
9e6c9c1... Add e_web_view_{set,get}_enable_frame_flattening
6b115f8... Remove FIXMEs and fix compilation warnings in plugins
a713729... em_utils_message_to_html() - set all validity flags found i
c6f6d69... EMFormat and EMFormatHTML cleanup
3a9941e... Store properly information about attachment signature/encry
152e8a2... Port http data cache.
dae2489... Fix the cache port
7270d36... Fix position of EAttachmentButton popup menu
f145f85... Enable collapsable headers in paned view
da8bc6b... Fix a few memory leaks in EMailDisplay, EMailRequest and EF
4bd38c7... Finish porting of printing - solves all print-out rendering
f051808... Make EMFormat parsing asynchronous
8e5015a... Add preparse() virtual method to EMFormat
50cc734... Handle correctly image loading policy
b698ee2... Prevent endless recursion when parsing SMIME-ecnrypted mess
c6c2902... Fix displaying emails that are already parsed
e9f832e... Always load images in header webviews
0b8acde... Implement status-message and popup-event signals to EMailDi
57fba03... Fix a minor memory leak
bf14485... Finish em_format_parse_async in the main thread to avoid so
9c73bd7... Remove unused em_format_html_print_message() function
c9bcc35... Port 'drop&drop to PDF' to EMailPrinter
d648e4b... Put back em_format_default_headers() and allow EMFormat to
c2146d1... Fix displaying and toggling default mail headers
6a8203a... Port context menu for mail-links in EMailDisplay
c4948cc... Fix some build-time warnings and resolve WebKit FIXMEs in E
05eff5d... Load attachments from idle callback in EFHD
310f2a6... Fix crash caused by previous commit
b8c8309... Fix 'Copy Image' and 'Save Image' in mail display
a24ee7b... Fix compilation error in widgets/misc due to missing GtkHTM
dc381d4... Implement e_web_view_get_selection_html() and port a forgot
d08df9b... Fix parsing multipart/alternative (broken during rebase)
d6ac446... Fix memory leaks in EWebView
a6299ec... Improve handling attachments
3299888... Port TNEF attachments plugin to the new EMFormat API
7ffa47c... No need to take care of resizing EAttachmentBar and optiona
0095f2b... Display correctly color background of message encrpytion/si
74c7e3f... Parse too big emails as attachments
282f6ad... Add caret-mode change proxying to EMailDisplay
0208f42... Add zoom-level change proxying to EMailDisplay
4e2b452... Don't reload EMailDisplay when uses collapses/expands heade
64a453c... No meeting invitation rendering for emails (bug #667538)
b0d4058... Improve autoresizing of webviews
f58ea7b... Forgot to disable a debug message
78e9ee2... Fix loading size of attachment (bug #667541)
d50194e... Convert short headers subject to HTML and preserve 8bit enc
c677d4a... Make short headers aweare of text reading direction
7e74dd0... Force UTF-8 encoding on text/html parts
35354eb... Fix rebase compilation bugs
fcfe9ab... Reimplement image loading policy (bugs #667536 and #667537)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]