aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-attachment-bar.c
Commit message (Expand)AuthorAgeFilesLines
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Set the visible field to FALSE.Jeffrey Stedfast2006-05-261-1/+1
* Added attachment of remote URL. The dnd of url, downloads the files andSrininvasa Ragavan2005-05-231-2/+181
* moved e-error to e-util.Not Zed2005-05-161-1/+1
* Add a11y name for attachment button and barsHarry Lu2005-02-161-0/+3
* ** See bug #66126.Not Zed2005-02-101-14/+16
* svn path=/trunk/; revision=28178Not Zed2004-12-221-1/+1
* remove the old camel_multipart_encrypted api.Not Zed2004-12-031-1/+1
* fix the popup id.Not Zed2004-10-281-1/+8
* convert to org.gnome hook namesJP Rosevear2004-10-201-1/+1
* e-popup api changes.Not Zed2004-10-071-1/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-149/+98
* if we have a cached icon, use it, don't just ignore it! #58831.Not Zed2004-05-251-2/+5
* ** Changed error messages to EError.Not Zed2004-04-281-10/+3
* duh, pass the string not the content type to the warning message. AndNot Zed2004-04-271-3/+3
* fallback to stock attach if we can't ifnd the icon.Not Zed2004-04-231-11/+16
* Same idea here as with build_mesage(), don't convert th gconf charsetJeffrey Stedfast2004-04-161-14/+18
* Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-311-0/+1
* If we select multi-attachments, the "properities" menu item in popup iconBill Zhu2004-03-181-1/+10
* add a key-press event handler, with which a little modification to PaoloBruce Tao2004-03-041-1/+26
* add accel and icon for the "remove" item in the popup menu. Patch fromRodney Dawes2004-02-071-4/+5
* Same as below.Jeffrey Stedfast2003-09-251-0/+5
* Add some assertion. Send Close response signal to the properties dialogCharles Zhang2003-09-231-2/+16
* updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-191-3/+3
* Updated for namespace changes in Camel.Jeffrey Stedfast2003-09-191-6/+6
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-6/+6
* updated for namespace changed made to camel-mime-utils.[c,h]Jeffrey Stedfast2003-08-261-6/+6
* This needs to use camel_data_wrapper_decode_to_stream() rather thanJeffrey Stedfast2003-08-141-30/+10
* don't set the rawtext bit anymore.Jeffrey Stedfast2003-08-121-8/+1
* add gdk_pixbuf_loader_close to close pix buffer loading. [#45908]Antonio Xu2003-07-291-1/+3
* Revert my previous changes here too.Jeffrey Stedfast2003-07-241-1/+8
* don't set the rawtext bit anymore.Jeffrey Stedfast2003-07-171-38/+29
* ** For bug #45826Maxx Cao2003-07-151-0/+50
* Gone. (update): Use e_icon_for_mime_type instead.Dan Winship2003-07-031-61/+2
* Same as the rest. (setup_ui): We didn't even seem to be using the gconfJeffrey Stedfast2003-06-101-0/+1
* If we fail to load the icon that gnome_vfs_get_icon() gave us, the defaultJeffrey Stedfast2003-04-281-2/+7
* Use e_iconv_locale_charset() instead of e_iconv_locale_name(), dunno whatJeffrey Stedfast2003-04-101-1/+1
* Same as with attachment-bar's get_default_charset(). (setup_ui): InsteadJeffrey Stedfast2003-04-091-2/+6
* Use GnomeIconList instead of EIconList so we don't have to maintain anJeffrey Stedfast2003-03-121-56/+51
* Same as below.Jeffrey Stedfast2003-02-261-2/+3
* Fixed a memory leak.Jeffrey Stedfast2003-02-251-0/+1
* Same as below.Jeffrey Stedfast2003-02-211-2/+2
* clean upDan Winship2003-02-061-1/+2
* use the composer's charset gconf keyJeffrey Stedfast2003-01-081-1/+1
* New convenience function. (attach_to_multipart): UseJeffrey Stedfast2003-01-081-1/+19
* Remove the window size setting. (e_msg_composer_attachment_bar_new): MoveNot Zed2002-11-251-18/+18
* rewrote most of this. Just use gtkfileselection directly, noNot Zed2002-11-251-2/+4
* dont unref after destroy. duh.Not Zed2002-11-191-1/+0
* Remove some unused ehaders and ones that cause compilation failures (suchJeffrey Stedfast2002-11-111-32/+23
* Fix bonobo object setup.Not Zed2002-11-081-85/+71
* Don't set the charset param on text parts nor tha rawtext bit on theJeffrey Stedfast2002-10-281-10/+17
* (size_to_string): Return NULLEttore Perazzoli2002-10-261-3/+7
* Set content->rawtext to TRUE for text parts because the content is in itsJeffrey Stedfast2002-10-081-7/+24
* Don't mark empty string with _().Zbigniew Chyla2002-09-241-1/+1
* Removed a #warning.Ettore Perazzoli2002-09-241-11/+4
* Set the file-selection window icon. Fixes the mailer part of bug #7368.Jeffrey Stedfast2002-08-131-15/+16
* Special-case message/digest and give it a nice icon. [#9786]Ettore Perazzoli2002-07-271-1/+17
* Unref the priv->tooltips object here.Jeffrey Stedfast2002-04-171-0/+2
* Attach to the parent widget's destroy signal - when that gets destroyed,Jeffrey Stedfast2001-12-141-69/+70
* select_file_attachments now returns a GPtrArray so handle that and loopJeffrey Stedfast2001-12-111-5/+9
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Make inline images used for replies not show up asDan Winship2001-10-221-39/+0
* Don't use a g_return_val_if_fail after iconv_open, this is a valid errorJeffrey Stedfast2001-10-191-50/+28
* If the attachment fails, report the error to the user.Jeffrey Stedfast2001-10-101-7/+27
* fix cut&pasteo.Larry Ewing2001-10-061-1/+1
* remove unused variable.Larry Ewing2001-10-061-40/+18
* change to return a CamelMimePart.Larry Ewing2001-10-051-1/+32
* look up an attachment by it's content id.Larry Ewing2001-10-051-0/+30
* Don't gtk_object_destroy() the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-171-1/+1
* Set the user-chosen charset.Jeffrey Stedfast2001-07-031-5/+8
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Replace the disposition option menu with a checkbox.Dan Winship2001-06-131-5/+9
* Use e_utf8_to_gtk_string() on the description of the attachment sinceJeffrey Stedfast2001-05-291-13/+18
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-1/+9
* multipart/* is another mime type we DO NOT want to encode ;-)Jeffrey Stedfast2001-02-101-20/+22
* Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-031-4/+5
* Use CamelContentType instead of GMimeContentField.Dan Winship2000-12-291-12/+7
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-26/+50
* new function (destroy): use e_msg_composer_clear_inlined_table, destroyRadek Doulik2000-11-081-5/+5
* Two segfault fixesPeter Williams2000-11-071-2/+1
* Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n.Kjartan Maraas2000-11-071-0/+1
* use inline images hash tableRadek Doulik2000-11-041-5/+5
* Fix the CTE kludge, calculate the best mime transfer encoding for the mimeJeffrey Stedfast2000-11-021-15/+59
* lots of i18n fixesDan Winship2000-10-241-1/+1
* Pull the fix to the "attach-twice-and-crash" problem up to HEAD.Ettore Perazzoli2000-10-231-41/+9
* Handle missing icons better.Iain Holmes2000-10-111-1/+16
* If the description of an attachment is a blank string, revert toIain Holmes2000-10-021-1/+1
* The big eye-candy commit.Iain Holmes2000-10-011-38/+132
* Use gnome_vfs_get_file_info.Dan Winship2000-09-191-3/+5
* add a make sure the attachment isn't NULL. A more complete fix comingLarry Ewing2000-09-131-0/+2
* s/strcasecmp/g_strcasecmpJeffrey Stedfast2000-08-081-2/+2
* keep the GtkFileSelection around between calls so we start up in the sameDan Winship2000-06-141-15/+23
* New convenience function.Dan Winship2000-06-061-103/+57
* deal with Content-Transfer-Encoding a little bit at least.Dan Winship2000-05-111-2/+11
* unref content, etc. after attaching it to message.Dan Winship2000-05-081-0/+1
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-9/+8
* Update for camel_mime_part_set_content.Dan Winship2000-04-271-19/+21
* add a s/SIMPLE_// that notzed missed remove a now-unused variableDan Winship2000-04-261-1/+1
* Use camel_mime_part_set_text() to set the text rather than messing withNotZed2000-04-261-3/+3
* build libcomposer static and don't install it.Dan Winship2000-04-241-9/+24
* More work:Ettore Perazzoli1999-11-171-0/+665