aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+2
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* Bug #623593 - Cannot drag&drop attached messages from mailsMilan Crha2011-02-231-7/+30
* Adapt to Camel API changes.Matthew Barnes2010-09-281-5/+6
* Bug 628154 - Ignore paths in MIME part filenamesMatthew Barnes2010-08-281-1/+4
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-32/+8
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-4/+4
* Use an appropriate icon when dragging attachments.Matthew Barnes2010-06-231-1/+36
* Adapt to Camel API changes.Matthew Barnes2010-05-081-2/+2
* Camel is now GObject-based.Matthew Barnes2010-04-241-13/+13
* Adapt to Camel API changes.Matthew Barnes2010-04-041-10/+12
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-8/+0
* Fix a misspelled icon name.Matthew Barnes2010-03-041-1/+1
* Filtering out g_chmod on windows because it makes no sense thereFridrich Strba2010-03-031-0/+2
* Revise some comments in e-attachment.c.Matthew Barnes2010-01-291-6/+6
* Bug 607234 - Open received attachments as read-onlyMatthew Barnes2010-01-191-0/+18
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-1/+1
* Bug 361145 - Evolution hangs when formatting message - fixes part of it.Chenthill Palanisamy2009-12-281-11/+5
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-13/+20
* Bug #591938 - Update translator's commentsMilan Crha2009-12-101-0/+4
* Fix some details in our asynchronous functions.Matthew Barnes2009-11-211-31/+7
* Bug #601218 - Accepted meeting doesn't show attachments in calendar viewMilan Crha2009-11-101-3/+3
* Fix return types to match the type of functionKjartan Maraas2009-08-271-2/+2
* Coding style and whitespace cleanups.Matthew Barnes2009-08-091-1/+1
* Add a FIXME comment to e-attachment.cMatthew Barnes2009-08-041-0/+2
* Bug #580895 - Kill libgnomeui/gnome-thumbnail.hMilan Crha2009-08-041-0/+50
* Compiler warning fixes (as part of bug #424078)Milan Crha2009-07-281-1/+1
* Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_err...Matthew Barnes2009-06-131-30/+17
* Fix a runtime warning for zero-length attachments.Matthew Barnes2009-06-091-4/+8
* Whoops, forgot to remove a debug message.Matthew Barnes2009-06-041-2/+0
* Bug 572543 – Doesn't show correct application for pdf attachmentsMatthew Barnes2009-06-041-3/+9
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Bug 582144 – Evolution not showing proper attachment filenameMatthew Barnes2009-05-131-8/+10
* Bug 440919 – Evolution can't attach "zero length" filesMatthew Barnes2009-05-131-0/+10
* Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-4/+0
* Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-615/+2406
* ** Fix for bug #554418Milan Crha2008-10-011-2/+1
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-16/+17
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Fix build breakage. Apparently <gtk/gtk.h> only recently startedMatthew Barnes2008-06-071-0/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-7/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-4/+1
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-120/+183
* ** Fix for bug #460204Milan Crha2008-03-131-0/+11
* ** Fix for bug #249501Milan Crha2008-02-081-0/+15
* Patch by Jean-Christophe BEGUE to fix bug #329692.Jeffrey Stedfast2008-01-121-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-78/+78
* 2007-10-01 mcrha Fix for bug #413420Milan Crha2007-10-011-1/+50
* 2007-09-26 mcrha Fix for bug #423401Milan Crha2007-09-261-3/+22
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-1/+1
* ** Fix for bug #451599Srinivasa Ragavan2007-08-031-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fix for bug #341482Srinivasa Ragavan2006-08-101-2/+2
* Fix for Novell bug #178631Jeffrey Stedfast2006-05-271-122/+95
* Added support for saving/attaching files/events/mails from/to remote sharesSrinivasa Ragavan2006-05-251-2/+7
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-2/+1
* Use gstdio wrappers. Construct glade file name at run-time.Tor Lillqvist2005-12-181-3/+26
* Fix for bug #314136. Shows filename in the remote download in composer.Srinivasa Ragavan2005-08-241-2/+1
* Use camel_url to construct url (eab_icon_clicked_cb)Srinivasa Ragavan2005-08-191-6/+14
* Fixed few warningsSrinivasa Ragavan2005-08-161-2/+2
* Fix for bug #312545Srinivasa Ragavan2005-08-161-17/+11
* used ref instead of copying the entire mime part. Also commitedSrinivasa Ragavan2005-07-291-20/+2
* Cleaned up most of it. Added the DnD.Srinivasa Ragavan2005-07-201-7/+120
* Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]Srinivasa Ragavan2005-07-111-0/+639