Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #684447 - Check for highlight during configure. | Dan Vrátil | 2012-10-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | If the highlight program cannot be found width AC_PATH_PROGS, configure will abort with an error message. You can either a) install highlight b) specify the patch with HIGHLIGHT=/path/to/highlight c) pass --disable-text-highlight to configure to exclude the module This also makes text-highlight module to fallback to text/plain formatter when highlight program would crash or fail to ensure the content is delivered to user. | ||||
* | [text/plain parser] Use original part when nothing found inline | Milan Crha | 2012-09-13 | 3 | -3/+22 |
| | | | | | | | This way the view corresponds to the original part properties, not those stripped by the inline filter. Also initialize EMailInlineFilter::filename on creation of the structure, thus the value is actually used on the subparts, if needed. | ||||
* | Bug #680537 - Reply to individual message in digest generates empty body | Milan Crha | 2012-09-13 | 1 | -0/+14 |
| | |||||
* | Bug #678291 - Identifies application/mbox as text/plain attachment | Milan Crha | 2012-09-12 | 1 | -2/+7 |
| | |||||
* | BR is not a "pair" HTML element | Milan Crha | 2012-09-11 | 1 | -2/+2 |
| | |||||
* | Bug #683665 - Crash on displaying message with broken Content-Type attachment | Lucian Langa | 2012-09-11 | 1 | -0/+3 |
| | |||||
* | Bug #683663 - Attachment bar missing when showing 'All Message Headers' | Lucian Langa | 2012-09-11 | 3 | -3/+6 |
| | |||||
* | Don't re-parse attachment parts as attachments | Dan Vrátil | 2012-09-11 | 1 | -2/+4 |
| | |||||
* | Fix all 'may be used uninitialized' compiler warnings | Dan Vrátil | 2012-08-20 | 2 | -0/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 30 | -102/+100 |
| | |||||
* | Remove some unused code from EMailReader | Dan Vrátil | 2012-08-09 | 1 | -7/+7 |
| | | | | | | This is leftover from the WebKit port and it didn't work properly. Most of the code was removed, some was moved to a better place. | ||||
* | Fix condition when to collapse addresses in To/Cc/Bcc headers | Milan Crha | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Bug #679726 - Move button for expanding headers behind header label | Dan Vrátil | 2012-08-03 | 1 | -1/+1 |
| | |||||
* | Bug #680331 - Crash when replying to a message | Dan Vrátil | 2012-08-03 | 2 | -6/+22 |
| | |||||
* | Bug #680535 - Reply to message with text attachments formats them inline | Dan Vrátil | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | Bug #679404 - Read colors for message preview from Gtk theme | Dan Vrátil | 2012-07-27 | 1 | -3/+9 |
| | |||||
* | Bug #680577 - [text-highlight] - Failed to load part | Dan Vrátil | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Bug #680634 - Missing image attachment | Dan Vrátil | 2012-07-27 | 1 | -2/+12 |
| | |||||
* | Bug #680635 - Inline GPG shown as source | Dan Vrátil | 2012-07-26 | 1 | -1/+8 |
| | |||||
* | Highlighting of text parts and source codes | Dan Vrátil | 2012-07-25 | 2 | -2/+3 |
| | | | | | | | | | | This adds 'Format as' submenu to the preview pane context menu. The submenu is available only for text/plain parts or parts with a source code (we support about 40 various types). Using the 'highlight' utility, the formatter processes the part and highlights the source code it contains. (discussion in bug #680026) | ||||
* | Bug #680123 - Freeze on message/disposition-notification email parsing | Dan Vrátil | 2012-07-18 | 4 | -3/+7 |
| | |||||
* | Fix a memory leak in EMailFormatterPrint | Dan Vrátil | 2012-07-17 | 1 | -0/+2 |
| | |||||
* | Bug 679323 - Formatting errors when replying in inline mode | Dan Vrátil | 2012-07-13 | 1 | -3/+134 |
| | |||||
* | Don't display SMIME signature as an attachment | Dan Vrátil | 2012-07-12 | 1 | -1/+3 |
| | |||||
* | Bug #678834 - [prefer-plain] Setting change works only after restart | Dan Vrátil | 2012-06-27 | 2 | -35/+0 |
| | |||||
* | Display text/plain in fixed-width font | Dan Vrátil | 2012-06-27 | 1 | -1/+1 |
| | | | | Regression from commit 99a875ed | ||||
* | Add CamelDebug to e_mail_parser_parse_sync | Dan Vrátil | 2012-06-27 | 1 | -0/+17 |
| | |||||
* | Bug #515004 - Allow toggling between text and HTML view of mail | Dan Vrátil | 2012-06-26 | 2 | -11/+18 |
| | |||||
* | Include e-mail-format-extensions.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | em-format: Remove $(emformatextensions_SOURCES) reference. | Matthew Barnes | 2012-06-26 | 1 | -1/+0 |
| | | | | This variable is not defined anywhere. | ||||
* | Bug 678667 - 'All Message Headers' option is broken | Lucian Langa | 2012-06-25 | 1 | -2/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 48 | -101/+100 |
| | |||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 42 | -48/+3 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | Bug #678345 - Runtime warning when sender photo is disabled | Dan Vrátil | 2012-06-19 | 1 | -0/+4 |
| | |||||
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 1 | -0/+22 |
| | |||||
* | Bug #677608 - Fails to open message which is not yet downloaded | Dan Vrátil | 2012-06-18 | 2 | -3/+64 |
| | |||||
* | Bug #677673 - Reply contains quoted top headers | Dan Vrátil | 2012-06-15 | 1 | -0/+5 |
| | |||||
* | Don't use '%%' in strings that are not printf()'ed | Dan Vrátil | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 2 | -21/+43 |
| | |||||
* | Do not unref CamelDataWrapper obtained from CamelMimePart | Dan Vrátil | 2012-06-08 | 1 | -1/+0 |
| | |||||
* | Hide every part in multipart/related with Content-ID set | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Fix displayed message headers | Dan Vrátil | 2012-06-08 | 2 | -0/+22 |
| | | | | | | | | | The new formatter was ignoring selected headers, always displaying only From, To, Subject and Date (default headers). Handling of the currently displayed headers has been moved to EMailConfigFormatHTML extension, because it is related to configuration of EMailFormatter, rather then EMailReader. | ||||
* | Bug #670876 - Missing mnemonics for buttons for vcard attached to email | Dan Vrátil | 2012-06-08 | 2 | -1/+45 |
| | |||||
* | em-format: Add missing linker flags. | Matthew Barnes | 2012-06-08 | 1 | -2/+4 |
| | |||||
* | Remove a leftover debug message | Dan Vrátil | 2012-06-07 | 1 | -3/+0 |
| | |||||
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 79 | -4014/+14640 |
| | | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class. | ||||
* | Bug #675061 - Evolution 3.5.1 does not build | Dan Vrátil | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Fix some GSimpleAsyncResult reference leaks. | Matthew Barnes | 2012-05-13 | 1 | -0/+2 |
| | |||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 1 | -5/+10 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Bug #669111 - Lost charset in replies to encrypted mails | Milan Crha | 2012-05-04 | 1 | -1/+7 |
| | |||||
* | EMFormat: Cleanups. | Matthew Barnes | 2012-04-29 | 3 | -188/+171 |
| | |||||
* | Bug #674249 - Crash when showing message with large text/plain | Dan Vrátil | 2012-04-19 | 1 | -33/+5 |
| | |||||
* | Bug #674248 - Lost new lines from text/plain | Dan Vrátil | 2012-04-19 | 1 | -1/+23 |
| | |||||
* | Bug #673430 - Can't read messages in virtual Junk/Trash folders | Dan Vrátil | 2012-04-03 | 1 | -3/+9 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 2 | -79/+79 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | EMFormat: Add "session" as a constructor property. | Matthew Barnes | 2012-04-01 | 4 | -97/+152 |
| | | | | Pass it in instead of digging it out of EShellSettings. | ||||
* | WebKit port - port formatter and mail module | Dan Vrátil | 2012-03-29 | 5 | -2566/+2641 |
| | |||||
* | Fix typos | Piotr Drąg | 2012-03-28 | 1 | -5/+5 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 2 | -16/+26 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -2/+0 |
| | |||||
* | Migrate em-format* to GSettings | Rodrigo Moya | 2011-10-19 | 2 | -12/+10 |
| | |||||
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -3/+3 |
| | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 5 | -48/+74 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 1 | -1/+3 |
| | |||||
* | Avoid camel_stream_printf(). | Matthew Barnes | 2011-07-06 | 1 | -18/+32 |
| | | | | | | | | camel_stream_printf() is next on the chopping block. Use g_strdup_printf() or a GString to construct a formatted string in memory, pass it to camel_stream_write() in one go, and then check for errors (unless it's a memory stream). | ||||
* | Prefer g_seekable_seek() over camel_stream_reset(). | Matthew Barnes | 2011-07-05 | 3 | -3/+10 |
| | | | | | | | | | When a stream is obviously a file or memory stream (both of which implement the GSeekable interface), use g_seekable_seek() instead of camel_stream_reset(). This is helping me discover if it's safe to remove camel_stream_reset(). We want to eventually move to GIO streams, which have no reset method. | ||||
* | EMFormatQuote cleanups. | Matthew Barnes | 2011-07-05 | 2 | -29/+54 |
| | | | | Move public members to the private struct. | ||||
* | Bug #637402 - No quoted mail when replying to html email | Milan Crha | 2011-06-24 | 1 | -27/+60 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 1 | -9/+16 |
| | |||||
* | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 1 | -1/+2 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 3 | -43/+43 |
| | |||||
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 3 | -15/+38 |
| | |||||
* | Fix a memory leak | Milan Crha | 2011-04-28 | 1 | -0/+1 |
| | |||||
* | Use message subject for attachment description if no filename provided | Milan Crha | 2011-03-10 | 1 | -0/+7 |
| | |||||
* | Bug #586461 - Remove signature also from HTML formatted emails on reply | Milan Crha | 2011-03-10 | 3 | -6/+32 |
| | |||||
* | Bug #618440 - "Reply" does not always strip signatures | Milan Crha | 2011-03-10 | 1 | -1/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 2 | -2/+4 |
| | |||||
* | Do not leak attachments in a mail view | Milan Crha | 2011-03-02 | 2 | -0/+12 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -5/+1 |
| | |||||
* | Bug #640829 - Can drop text/plain message lines in message preview | Milan Crha | 2011-02-21 | 1 | -2/+5 |
| | |||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -4/+1 |
| | | | | GCC learned how to find dead assignments. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 2 | -13/+28 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2011-01-24 | 1 | -2/+1 |
| | |||||
* | Bug #436914 - Reply to inline GPG quotes raw GPG message | Milan Crha | 2010-12-13 | 4 | -0/+586 |
| | |||||
* | Bug #567265 - BCC kept on message forward from Sent folder | Milan Crha | 2010-10-19 | 1 | -0/+4 |
| | |||||
* | Bug #630518 - Hides calendar parts from multipart/alternative | Milan Crha | 2010-10-18 | 1 | -0/+2 |
| | |||||
* | Bug #630375 - Character encoding of GPG encrypted message not honored | Milan Crha | 2010-10-13 | 1 | -0/+19 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 3 | -70/+97 |
| | |||||
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 3 | -68/+160 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 2 | -172/+172 |
| | |||||
* | Bug #629046 - Empty reply quotation for HTML messages | Milan Crha | 2010-09-09 | 1 | -2/+3 |
| | |||||
* | Various memory leaks | Milan Crha | 2010-09-08 | 1 | -3/+0 |
| | |||||
* | Bug 628660 - em_format_part_as() memory leak | Matthew Barnes | 2010-09-03 | 1 | -0/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 2 | -20/+36 |
| | |||||
* | Bug 628154 - Ignore paths in MIME part filenames | Matthew Barnes | 2010-08-28 | 1 | -6/+13 |
| | |||||
* | Bug 627852 - Memory leak in em_format_push_level() | Matthew Barnes | 2010-08-27 | 1 | -21/+33 |
| | |||||
* | Bug 627598 - Memory leak in emf_format_clone() | David Woodhouse | 2010-08-24 | 1 | -0/+1 |
| | |||||
* | Whitespace and coding style cleanup. | Matthew Barnes | 2010-08-14 | 2 | -33/+73 |
| | |||||
* | More EMFormat cleanups. | Matthew Barnes | 2010-08-11 | 1 | -9/+11 |
| | |||||
* | Change em_format_redraw() to em_format_queue_redraw(). | Matthew Barnes | 2010-08-11 | 2 | -9/+40 |
| | | | | | | This changes the behavior of the function: instead of redrawing immediately it schedules the redraw from an idle callback. This allows us to make multiple changes to EMFormat before redrawing. | ||||
* | EMFormat cleanups. | Matthew Barnes | 2010-08-10 | 4 | -359/+490 |
| | |||||
* | Bug 626453 - Show attachments inline when printing | Matthew Barnes | 2010-08-10 | 2 | -21/+50 |
| | |||||
* | em-format: Guard entry point to em_format_set_mode with g_return_if_fail | Rob Bradford | 2010-08-02 | 1 | -0/+2 |
| | |||||
* | Fix two memory leaks when replying | David Woodhouse | 2010-07-15 | 1 | -0/+3 |
| | | | | | | | | | | | | 1: em_utils_reply_to_message() can be passed a newly-created message (from a current selection. It needs to unref it. Which means that when we pass it a message which *isn't* newly-created, we have to obtain a ref of our own. It was that or add a boolean parameter to tell it whether to unref or not. 2: emf_finalize() wasn't unreferencing emf->message -- so when we clone the EMFormat in em_utils_message_to_html() and immediately unreference the clone, a refcount on the message got leaked. Fix emf_finalize() to unref emf->message as presumably it should. | ||||
* | Bug 623947 - Error handling issues in em-format.c | Matthew Barnes | 2010-07-10 | 1 | -4/+10 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 2 | -64/+83 |
| | |||||
* | Bug 619345 - GtkHTML color settings not being honored | Matthew Barnes | 2010-05-30 | 1 | -1/+0 |
| | | | | Includes some minor code cleanups related to this investigation. | ||||
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 4 | -119/+118 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-13 | 1 | -8/+17 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 2 | -36/+46 |
| | |||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 5 | -39/+2 |
| | |||||
* | Bug #613261 - application/mbox not shown properly | Milan Crha | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Stop relying on CamelObject meta-data. | Matthew Barnes | 2010-04-01 | 3 | -23/+56 |
| | |||||
* | Bug 607087 - Not all inlined text attachments are included in replies | Matthew Barnes | 2010-01-23 | 1 | -0/+1 |
| | |||||
* | Revert commit for bug #516000 to fix bug #607591. | Matthew Barnes | 2010-01-22 | 1 | -6/+0 |
| | | | | | | Commit 25dd724999d551f2f59b06909cff7c660a3c3dab for bug 516000 ("Wrong formatted quoted text") caused bug 607591 ("Erratic wrapping of quoted sections"). | ||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 2 | -6/+2 |
| | |||||
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -1/+3 |
| | |||||
* | Bug #601229 - Crashes when replying a mail. | Chenthill Palanisamy | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Bug #573304 - Forward an email shouldn't strip signature | Milan Crha | 2009-11-06 | 2 | -1/+2 |
| | |||||
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 2 | -3/+3 |
| | |||||
* | Prefer GQueue (or GNode) over EDList. | Matthew Barnes | 2009-10-27 | 3 | -138/+129 |
| | |||||
* | Bug #585715 - Skip empty parts in multipart/alternative formatting | Milan Crha | 2009-10-24 | 1 | -1/+1 |
| | |||||
* | Bug #468736 - Prevent recursion in em-format | Milan Crha | 2009-10-16 | 1 | -1/+8 |
| | |||||
* | Bug #516000 - Wrong formatted quoted text | Milan Crha | 2009-10-16 | 1 | -0/+6 |
| | |||||
* | Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mail | Milan Crha | 2009-10-15 | 2 | -3/+44 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -5/+6 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 4 | -8/+0 |
| | |||||
* | Fix some build issues. | Matthew Barnes | 2009-07-14 | 1 | -0/+1 |
| | |||||
* | Fix some issues when building Anjal. | Matthew Barnes | 2009-07-13 | 1 | -11/+16 |
| | |||||
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 1 | -0/+68 |
| | |||||
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-18 | 1 | -7/+2 |
| | |||||
* | Fix coding style. | Matthew Barnes | 2009-06-14 | 1 | -1/+1 |
| | |||||
* | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-09 | 2 | -10/+9 |
| | |||||
* | Bug #540269 - Do not crash in em_format_is_attachment | Milan Crha | 2009-06-02 | 1 | -0/+3 |
| | | | | Check if part contains data wrapper before accessing its members. | ||||
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 3 | -17/+17 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -2/+2 |
| | |||||
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 5 | -118/+118 |
| | |||||
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 6 | -49/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/component-factory.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/control-factory.c calendar/gui/dialogs/comp-editor.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-calendar-table.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-tasks.c calendar/gui/gnome-cal.c calendar/gui/gnome-cal.h calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/Makefile.am composer/e-composer-header-table.c composer/e-composer-header.c composer/e-composer-header.h composer/e-composer-name-header.c composer/e-composer-private.c composer/e-composer-text-header.c composer/e-msg-composer.c composer/e-msg-composer.h e-util/e-corba-utils.h e-util/e-logger.c e-util/e-logger.h e-util/e-util-labels.c e-util/e-util-labels.h em-format/em-format.c mail/Makefile.am mail/e-mail-shell-migrate.c mail/em-account-editor.c mail/em-account-editor.h mail/em-composer-prefs.c mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html.c mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-network-prefs.h mail/em-popup.c mail/em-utils.c mail/importers/Makefile.am mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-dialogs.glade mail/mail-types.h plugins/calendar-weather/calendar-weather.c plugins/mail-account-disable/mail-account-disable.c plugins/select-one-source/select-one-source.c po/POTFILES.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/intelligent.c shell/main.c shell/test/evolution-test-component.c shell/test/evolution-test-component.h widgets/menus/gal-view-instance.c widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.c widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/table/e-table-example-1.c | ||||
* | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 2 | -4/+4 |
| | |||||
* | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 7 | -0/+3269 |
There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer. |