claws-mail/src/headerview.c

346 lines
9.2 KiB
C
Raw Normal View History

2001-04-19 14:21:46 +02:00
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
2003-03-10 10:54:40 +01:00
* Copyright (C) 1999-2003 Hiroyuki Yamamoto
2001-04-19 14:21:46 +02:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "defs.h"
#include <glib.h>
2005-02-10 [paul] 1.0.1cvs3.2 * AUTHORS * Makefile.am * autogen.sh * configure.ac * config/mkinstalldirs * intl/.cvsignore * intl/ChangeLog * intl/VERSION * intl/bindtextdom.c * intl/config.charset * intl/dcgettext.c * intl/dcigettext.c * intl/dcngettext.c * intl/dgettext.c * intl/dngettext.c * intl/eval-plural.h * intl/explodename.c * intl/finddomain.c * intl/gettext.c * intl/gettextP.h * intl/gmo.h * intl/hash-string.h * intl/intl-compat.c * intl/l10nflist.c * intl/libgnuintl.h.in * intl/loadinfo.h * intl/loadmsgcat.c * intl/localcharset.c * intl/localcharset.h * intl/locale.alias * intl/localealias.c * intl/localename.c * intl/log.c * intl/ngettext.c * intl/os2compat.c * intl/os2compat.h * intl/osdep.c * intl/plural-exp.c * intl/plural-exp.h * intl/plural.c * intl/plural.y * intl/ref-add.sin * intl/ref-del.sin * intl/relocatable.c * intl/relocatable.h * intl/textdomain.c * m4/Makefile.am * po/Makefile.in.in * src/Makefile.am * src/account.c * src/action.c * src/addr_compl.c * src/addressadd.c * src/addressbook.c * src/addrgather.c * src/addrindex.c * src/alertpanel.c * src/browseldap.c * src/codeconv.c * src/codeconv.h * src/compose.c * src/compose.h * src/crash.c * src/editaddress.c * src/editbook.c * src/editgroup.c * src/editjpilot.c * src/editldap.c * src/editldap_basedn.c * src/editvcard.c * src/exphtmldlg.c * src/expldifdlg.c * src/export.c * src/exporthtml.c * src/filtering.c * src/folder.c * src/folder_item_prefs.c * src/foldersel.c * src/folderview.c * src/grouplistdialog.c * src/headerview.c * src/imap.c * src/imap_gtk.c * src/import.c * src/importldif.c * src/importmutt.c * src/importpine.c * src/inc.c * src/ldif.c * src/main.c * src/mainwindow.c * src/matcher.c * src/mbox.c * src/message_search.c * src/messageview.c * src/mh.c * src/mh_gtk.c * src/mimeview.c * src/msgcache.c * src/news.c * src/news_gtk.c * src/noticeview.c * src/partial_download.c * src/pop.c * src/prefs_account.c * src/prefs_actions.c * src/prefs_common.c * src/prefs_customheader.c * src/prefs_display_header.c * src/prefs_ext_prog.c * src/prefs_filtering.c * src/prefs_filtering_action.c * src/prefs_folder_item.c * src/prefs_fonts.c * src/prefs_gtk.c * src/prefs_matcher.c * src/prefs_msg_colors.c * src/prefs_spelling.c * src/prefs_summary_column.c * src/prefs_template.c * src/prefs_themes.c * src/prefs_toolbar.c * src/prefs_wrapping.c * src/privacy.c * src/procheader.c * src/procmime.c * src/procmsg.c * src/quote_fmt.c * src/recv.c * src/send_message.c * src/setup.c * src/sourcewindow.c * src/ssl_manager.c * src/statusbar.c * src/summary_search.c * src/summaryview.c * src/textview.c * src/toolbar.c * src/wizard.c * src/common/nntp.c * src/common/plugin.c * src/common/smtp.c * src/common/ssl.c * src/common/ssl_certificate.c * src/common/string_match.c * src/common/sylpheed.c * src/common/template.c * src/common/utils.c * src/gtk/about.c * src/gtk/colorlabel.c * src/gtk/description_window.c * src/gtk/filesel.c * src/gtk/foldersort.c * src/gtk/gtkaspell.c * src/gtk/gtkutils.c * src/gtk/inputdialog.c * src/gtk/logwindow.c * src/gtk/menu.c * src/gtk/pluginwindow.c * src/gtk/prefswindow.c * src/gtk/progressdialog.c * src/gtk/quicksearch.c * src/gtk/sslcertwindow.c * src/plugins/clamav/clamav_plugin.c * src/plugins/clamav/clamav_plugin_gtk.c * src/plugins/demo/demo.c * src/plugins/dillo_viewer/dillo_prefs.c * src/plugins/dillo_viewer/dillo_viewer.c * src/plugins/image_viewer/plugin.c * src/plugins/image_viewer/viewer.c * src/plugins/image_viewer/viewerprefs.c * src/plugins/mathml_viewer/mathml_viewer.c * src/plugins/pgpmime/passphrase.c * src/plugins/pgpmime/plugin.c * src/plugins/pgpmime/prefs_gpg.c * src/plugins/pgpmime/select-keys.c * src/plugins/pgpmime/sgpgme.c * src/plugins/spamassassin/spamassassin.c * src/plugins/spamassassin/spamassassin_gtk.c * src/plugins/trayicon/trayicon.c sync with main (revision 104)
2005-02-10 13:06:07 +01:00
#include <glib/gi18n.h>
2001-04-19 14:21:46 +02:00
#include <gtk/gtkwidget.h>
#include <gtk/gtkstyle.h>
#include <gtk/gtkscrolledwindow.h>
#include <gtk/gtkhbox.h>
#include <gtk/gtkvbox.h>
#include <gtk/gtklabel.h>
2003-10-05 12:10:30 +02:00
#include <gtk/gtkimage.h>
2001-04-19 14:21:46 +02:00
#include <stdio.h>
#include <string.h>
#include <time.h>
#if HAVE_LIBCOMPFACE
# include <compface.h>
#endif
#include "headerview.h"
#include "prefs_common.h"
2003-03-10 10:54:40 +01:00
#include "codeconv.h"
2001-04-19 14:21:46 +02:00
#include "gtkutils.h"
#include "utils.h"
#define TR(str) (prefs_common.trans_hdr ? gettext(str) : str)
#if 0
_("From:");
_("To:");
_("Newsgroups:");
_("Subject:");
#endif
#if HAVE_LIBCOMPFACE
#define XPM_XFACE_HEIGHT (HEIGHT + 3) /* 3 = 1 header + 2 colors */
static gchar *xpm_xface[XPM_XFACE_HEIGHT];
static void headerview_show_xface (HeaderView *headerview,
MsgInfo *msginfo);
static gint create_xpm_from_xface (gchar *xpm[],
const gchar *xface);
#endif
HeaderView *headerview_create(void)
{
HeaderView *headerview;
GtkWidget *hbox;
GtkWidget *vbox;
GtkWidget *hbox1;
GtkWidget *hbox2;
GtkWidget *from_header_label;
GtkWidget *from_body_label;
GtkWidget *to_header_label;
GtkWidget *to_body_label;
GtkWidget *ng_header_label;
GtkWidget *ng_body_label;
GtkWidget *subject_header_label;
GtkWidget *subject_body_label;
2002-08-15 09:38:17 +02:00
debug_print("Creating header view...\n");
2001-04-19 14:21:46 +02:00
headerview = g_new0(HeaderView, 1);
hbox = gtk_hbox_new(FALSE, 0);
gtk_container_set_border_width(GTK_CONTAINER(hbox), 2);
vbox = gtk_vbox_new(FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 0);
hbox1 = gtk_hbox_new(FALSE, 4);
gtk_box_pack_start(GTK_BOX(vbox), hbox1, FALSE, FALSE, 0);
hbox2 = gtk_hbox_new(FALSE, 4);
gtk_box_pack_start(GTK_BOX(vbox), hbox2, FALSE, FALSE, 0);
from_header_label = gtk_label_new(TR("From:"));
from_body_label = gtk_label_new("");
to_header_label = gtk_label_new(TR("To:"));
to_body_label = gtk_label_new("");
ng_header_label = gtk_label_new(TR("Newsgroups:"));
ng_body_label = gtk_label_new("");
subject_header_label = gtk_label_new(TR("Subject:"));
subject_body_label = gtk_label_new("");
gtk_box_pack_start(GTK_BOX(hbox1), from_header_label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox1), from_body_label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox1), to_header_label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox1), to_body_label, TRUE, TRUE, 0);
2001-04-19 14:21:46 +02:00
gtk_box_pack_start(GTK_BOX(hbox1), ng_header_label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox1), ng_body_label, TRUE, TRUE, 0);
2001-04-19 14:21:46 +02:00
gtk_box_pack_start(GTK_BOX(hbox2), subject_header_label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox2), subject_body_label, TRUE, TRUE, 0);
gtk_misc_set_alignment(GTK_MISC(to_body_label), 0, 0.5);
gtk_misc_set_alignment(GTK_MISC(ng_body_label), 0, 0.5);
gtk_misc_set_alignment(GTK_MISC(subject_body_label), 0, 0.5);
gtk_label_set_ellipsize(GTK_LABEL(to_body_label), PANGO_ELLIPSIZE_END);
gtk_label_set_ellipsize(GTK_LABEL(ng_body_label), PANGO_ELLIPSIZE_END);
gtk_label_set_ellipsize(GTK_LABEL(subject_body_label), PANGO_ELLIPSIZE_END);
2001-04-19 14:21:46 +02:00
headerview->hbox = hbox;
headerview->from_header_label = from_header_label;
headerview->from_body_label = from_body_label;
headerview->to_header_label = to_header_label;
headerview->to_body_label = to_body_label;
headerview->ng_header_label = ng_header_label;
headerview->ng_body_label = ng_body_label;
headerview->subject_header_label = subject_header_label;
headerview->subject_body_label = subject_body_label;
headerview->image = NULL;
gtk_widget_show_all(hbox);
return headerview;
}
void headerview_init(HeaderView *headerview)
{
2004-01-12 22:28:31 +01:00
static PangoFontDescription *boldfont = NULL;
if (!boldfont) {
boldfont = pango_font_description_from_string(BOLD_FONT);
pango_font_description_set_weight(boldfont, PANGO_WEIGHT_BOLD);
}
2001-04-19 14:21:46 +02:00
if (boldfont) {
gtk_widget_modify_font(headerview->from_header_label, boldfont);
gtk_widget_modify_font(headerview->to_header_label, boldfont);
gtk_widget_modify_font(headerview->ng_header_label, boldfont);
gtk_widget_modify_font(headerview->subject_header_label, boldfont);
}
2001-04-19 14:21:46 +02:00
headerview_clear(headerview);
headerview_set_visibility(headerview, prefs_common.display_header_pane);
#if HAVE_LIBCOMPFACE
{
gint i;
for (i = 0; i < XPM_XFACE_HEIGHT; i++) {
xpm_xface[i] = g_malloc(WIDTH + 1);
*xpm_xface[i] = '\0';
}
}
#endif
}
void headerview_show(HeaderView *headerview, MsgInfo *msginfo)
{
headerview_clear(headerview);
gtk_label_set_text(GTK_LABEL(headerview->from_body_label),
2003-10-05 12:10:30 +02:00
msginfo->from ? msginfo->from : _("(No From)"));
2001-04-19 14:21:46 +02:00
if (msginfo->to) {
2003-10-05 12:10:30 +02:00
gtk_label_set_text(GTK_LABEL(headerview->to_body_label),
msginfo->to);
2001-04-19 14:21:46 +02:00
gtk_widget_show(headerview->to_header_label);
gtk_widget_show(headerview->to_body_label);
}
if (msginfo->newsgroups) {
2003-10-05 12:10:30 +02:00
gtk_label_set_text(GTK_LABEL(headerview->ng_body_label),
msginfo->newsgroups);
2001-04-19 14:21:46 +02:00
gtk_widget_show(headerview->ng_header_label);
gtk_widget_show(headerview->ng_body_label);
}
gtk_label_set_text(GTK_LABEL(headerview->subject_body_label),
2003-10-05 12:10:30 +02:00
msginfo->subject ? msginfo->subject :
_("(No Subject)"));
2001-04-19 14:21:46 +02:00
#if HAVE_LIBCOMPFACE
headerview_show_xface(headerview, msginfo);
#endif
}
#if HAVE_LIBCOMPFACE
static void headerview_show_xface(HeaderView *headerview, MsgInfo *msginfo)
{
gchar xface[2048];
GdkPixmap *pixmap;
GdkBitmap *mask;
GtkWidget *hbox = headerview->hbox;
if (!msginfo->xface || strlen(msginfo->xface) < 5) {
if (headerview->image &&
GTK_WIDGET_VISIBLE(headerview->image)) {
gtk_widget_hide(headerview->image);
gtk_widget_queue_resize(hbox);
}
return;
}
2001-05-06 22:06:56 +02:00
if (!GTK_WIDGET_VISIBLE(headerview->hbox)) return;
2001-04-19 14:21:46 +02:00
strncpy(xface, msginfo->xface, sizeof(xface));
if (uncompface(xface) < 0) {
g_warning("uncompface failed\n");
if (headerview->image)
gtk_widget_hide(headerview->image);
return;
}
create_xpm_from_xface(xpm_xface, xface);
pixmap = gdk_pixmap_create_from_xpm_d
(hbox->window, &mask, &hbox->style->white, xpm_xface);
if (!headerview->image) {
GtkWidget *image;
2003-10-05 12:10:30 +02:00
image = gtk_image_new_from_pixmap(pixmap, mask);
2001-04-19 14:21:46 +02:00
gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0);
gtk_widget_show(image);
headerview->image = image;
} else {
2003-10-05 12:10:30 +02:00
gtk_image_set_from_pixmap(GTK_IMAGE(headerview->image), pixmap, mask);
2001-04-19 14:21:46 +02:00
gtk_widget_show(headerview->image);
}
2004-06-25 10:05:09 +02:00
g_object_unref(pixmap);
2001-04-19 14:21:46 +02:00
}
#endif
void headerview_clear(HeaderView *headerview)
{
gtk_label_set_text(GTK_LABEL(headerview->from_body_label), "");
gtk_label_set_text(GTK_LABEL(headerview->to_body_label), "");
gtk_label_set_text(GTK_LABEL(headerview->ng_body_label), "");
gtk_label_set_text(GTK_LABEL(headerview->subject_body_label), "");
gtk_widget_hide(headerview->to_header_label);
gtk_widget_hide(headerview->to_body_label);
gtk_widget_hide(headerview->ng_header_label);
gtk_widget_hide(headerview->ng_body_label);
if (headerview->image && GTK_WIDGET_VISIBLE(headerview->image)) {
gtk_widget_hide(headerview->image);
gtk_widget_queue_resize(headerview->hbox);
}
}
void headerview_set_visibility(HeaderView *headerview, gboolean visibility)
{
if (visibility)
gtk_widget_show(headerview->hbox);
else
gtk_widget_hide(headerview->hbox);
}
void headerview_destroy(HeaderView *headerview)
{
g_free(headerview);
}
#if HAVE_LIBCOMPFACE
static gint create_xpm_from_xface(gchar *xpm[], const gchar *xface)
{
static gchar *bit_pattern[] = {
"....",
"...#",
"..#.",
"..##",
".#..",
".#.#",
".##.",
".###",
"#...",
"#..#",
"#.#.",
"#.##",
"##..",
"##.#",
"###.",
"####"
};
static gchar *xface_header = "48 48 2 1";
static gchar *xface_black = "# c #000000";
static gchar *xface_white = ". c #ffffff";
gint i, line = 0;
const guchar *p;
gchar buf[WIDTH * 4 + 1]; /* 4 = strlen("0x0000") */
p = xface;
strcpy(xpm[line++], xface_header);
strcpy(xpm[line++], xface_black);
strcpy(xpm[line++], xface_white);
for (i = 0; i < HEIGHT; i++) {
gint col;
buf[0] = '\0';
for (col = 0; col < 3; col++) {
gint figure;
p += 2; /* skip '0x' */
for (figure = 0; figure < 4; figure++) {
gint n = 0;
if ('0' <= *p && *p <= '9') {
n = *p - '0';
} else if ('a' <= *p && *p <= 'f') {
n = *p - 'a' + 10;
} else if ('A' <= *p && *p <= 'F') {
n = *p - 'A' + 10;
}
strcat(buf, bit_pattern[n]);
p++; /* skip ',' */
}
p++; /* skip '\n' */
}
strcpy(xpm[line++], buf);
p++;
}
return 0;
}
#endif