Commit graph

82 commits

Author SHA1 Message Date
Luke Plant
f60a5c016b * src/mimeview.c
o fixed appearance of icon list when toggling back from the
	  ctree
	o toggling of icons using the keyboard works correctly
	o fixed all other keyboard shortcuts to work when icons are
	  active
2003-08-02 18:27:04 +00:00
Alfons Hoogervorst
2be79924f8 * src/mimeview.c
tweak icon box UI a bit more, now allowing right-clicks actions
	getting the relevant mime data too; should fix #250, "Can't save
	attachments sometimes".
2003-07-30 22:50:01 +00:00
Alfons Hoogervorst
7167df46da * src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.[ch]
	fix UI glitch where mime icon toolbox' scroll position is not
	reset after switching to another message
2003-07-29 13:14:26 +00:00
Alfons Hoogervorst
c4f3e6b0d8 * src/mimeview.c
tweak it more to make icon list act like a check button group
2003-07-27 19:04:30 +00:00
Luke Plant
a7af4f7bbf * src/mimeview.c
o icon toggles set correctly on leaving ctree mimeview
2003-07-25 12:39:29 +00:00
Paul Mangan
07ee436a31 src/mimeview.c: increase the gutter size of paned so that the panes can be resized 2003-07-24 09:42:43 +00:00
Alfons Hoogervorst
e620de4c00 * src/mimeview.c
make icon list look like a list of toggles
2003-07-24 06:34:22 +00:00
Luke Plant
9c5d0a0bef * src/mimeview.[ch]
o mimeview ctree arranged vertically above the viewer
	o icons changed to buttons
	o can use keyboard to select an icon (Enter)
	o resize icon list to width of icons
2003-07-24 00:40:01 +00:00
Paul Mangan
8ab39ee326 indicate missing keys and expired sigs/keys in mime view column 2003-07-23 08:46:58 +00:00
Paul Mangan
ec4b114dc1 correction: one line better than two 2003-07-20 09:24:12 +00:00
Paul Mangan
7523654b76 redraw icon list on signature check 2003-07-20 09:14:33 +00:00
Alfons Hoogervorst
5964090053 * src/mimeview.c
o make icon buttons respond on left click
	o minor cosmetic change
2003-07-19 22:24:05 +00:00
Luke Plant
2fb4fa692b * src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.c
* src/messageview.c
	o improved mimeview behaviour when selecting a new message
	o plus code cleanups to remove compile warnings
2003-07-19 21:08:55 +00:00
Luke Plant
b8d8ea69ba * src/messageview.c
* src/mimeview.c
* src/mimeview.h
* src/procmime.h
* src/rfc2015.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/gtk/Makefile.am
* src/Makefile.am
* src/gtk/gtkvscrollbutton.[ch]  ** new **
* src/pixmaps/mime_*.xpm         ** new **

	mimeview rearrangement with a new icon shortcut bar
VS: ----------------------------------------------------------------------
2003-07-19 13:50:29 +00:00
Alfons Hoogervorst
518a0ea9a5 * src/folderview.[ch]
* src/summaryview.[ch]
* src/mimeview.[ch]
	plug DnD leaks
2003-07-17 08:39:41 +00:00
Christoph Hohmann
ddef875e69 0.9.3claws13
* src/mimeview.[ch]
        use an invisible GTK notebook to switch between viewers
        instead of reparenting widgets
2003-07-16 17:47:36 +00:00
Christoph Hohmann
4693e4c3f5 0.9.0claws84
* src/Makefile.am
* src/messageview.c
* src/mimeview.[ch]
* src/stock_pixmap.[ch]
        move mimeview tabs to the right side and use icons
        instead of text to save some space

(patch by Luke Plant <lukeplant@softhome.net>)
2003-07-05 10:45:46 +00:00
Paul Mangan
d55bc3b215 sync with 0.9.2cvs9 2003-06-30 06:21:21 +00:00
Alfons Hoogervorst
33fc82df95 * configure.ac
* src/mimeview.c
	detect apache mishap in which case don't include fnmatch.h
	if regex.h is already included
2003-06-07 01:01:50 +00:00
Christoph Hohmann
7df10f78c6 0.9.0claws16
* configure.ac
* src/mimeview.h
        add check for fnmatch.h and include it when available

* src/mimeview.[ch]
        fix wrong case sensitivity of Content-Types

* src/gtk/Makefile.am
        need the same include paths in gtk directory as in
        common directory because .h files in common can
        include files from these directories, when included
        in gtk's .h or .c files
2003-06-06 22:09:46 +00:00
Alfons Hoogervorst
a738de9b05 * src/mimeview.c
* src/summaryview.c
	make it compile again because of regex.h / fnmatch.h
	include problems (related to recent mime stuff, can
	someone check this?)
2003-06-06 21:11:42 +00:00
Christoph Hohmann
9b7fb264cc 0.8.11claws163
* src/mimeview.[ch]
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        let a viewer to have a list of Content-Types
2003-05-18 16:15:33 +00:00
Paul Mangan
ac1b039e62 sync with 0.8.11cvs41 2003-05-07 07:36:15 +00:00
Paul Mangan
d3dd5e951f be more descriptive 2003-04-30 12:57:39 +00:00
Paul Mangan
15292bd348 correct typos 2003-04-30 11:56:15 +00:00
Paul Mangan
a41fa73052 restore double-clicking of the [application/pgp-signature (Select 'Check signature' to check)] line in the message view 2003-04-26 12:01:41 +00:00
Paul Mangan
80c0c83a69 remove pgptext.[ch] as its not used any more 2003-04-22 15:52:02 +00:00
Paul Mangan
6842a344a3 sync with 0.8.11cvs31 2003-04-22 13:53:19 +00:00
Paul Mangan
d0b9e3b2c0 sync with 0.8.11cvs18 2003-04-05 08:58:21 +00:00
Christoph Hohmann
c1f241386f 0.8.11claws49
* src/mimeview.c
        fix mime type guessing when no mime type is found for a file
2003-03-26 15:51:31 +00:00
Christoph Hohmann
739977116b 0.8.11claws48
* src/mimeview.c
* src/procmime.c
        remove mime type guessing from mime parser and use
        name based mime types in viewer lookup for mime type
        application/octet-stream
2003-03-25 23:35:47 +00:00
Christoph Hohmann
f59989d008 0.8.11claws46
* configure.ac
* src/Makefile.am
* src/imageview.[ch]                            ** REMOVE **
* src/messageview.[ch]
* src/mimeview.[ch]
* src/prefs_common.[ch]
* src/textview.c
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore           ** NEW **
* src/plugins/image_viewer/Makefile.am          ** NEW **
* src/plugins/image_viewer/plugin.c             ** NEW **
* src/plugins/image_viewer/viewer.[ch]          ** NEW **
        move image viewer into a plugin (building is enabled by default)
        [ToDo: Prefs for resize and autoview]
2003-03-25 20:07:15 +00:00
Christoph Hohmann
e20f77e603 0.8.11claws18
* src/mimeview.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        make unregistering of MimeViewerFactorys possible
2003-03-16 17:11:03 +00:00
Christoph Hohmann
ef477e95fe 0.8.11claws13
* src/imap.c
        don't query imap folder for attributes because we already
        for them from imap_status

* src/mimeview.[ch]
        add support for plugable MimeViewers (unloading Viewers
        not yet complete)

* src/plugins/Makefile.am
* src/plugins/mathml_viewer/.cvsignore          ** NEW **
* src/plugins/mathml_viewer/Makefile.am         ** NEW **
* src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
        add MathML Viewer (Content-Type text/mathml) using GtkMathView
        widget from http://helm.cs.unibo.it/mml-widget/
2003-03-14 23:58:57 +00:00
Thorsten Maerz
b184f4255e do not use description as attachment name 2003-02-22 12:09:38 +00:00
Thorsten Maerz
c41e1b6a15 save-all fixes 2003-02-22 11:47:14 +00:00
Alfons Hoogervorst
1f92ef1a41 * src/mimeview.c
mimeview_save_as(): we might as well show the file name for
	the single case "Save As" too
2003-01-19 17:57:42 +00:00
Alfons Hoogervorst
a0be0442d2 * src/mimeview.c
mimeview_save_all(): display name of file before overwriting;
	continue saving all, even when one overwrite was cancelled
2003-01-19 16:04:36 +00:00
Paul Mangan
0e62663c21 sync with 0.8.6cvs26 2002-12-20 07:33:23 +00:00
Jens Oberender
0d4e1c8499 - removed gettext from g_warnings
- po/POTFILES.in cleaned and updated
- po/de.po updated
2002-12-10 18:42:29 +00:00
Paul Mangan
04c5cdf0f4 sync with 0.8.6cvs5 2002-11-25 18:11:42 +00:00
Thorsten Maerz
0d00ee9a76 add check if gpg is active 2002-11-03 20:37:45 +00:00
Colin Leroy
86e6c447ef Made GPG signatures verifiable by clicking the
[application/pgp-signature] in the Text view
2002-09-22 10:53:49 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
bf7cace4e6 sync with 0.8.1cvs13 2002-08-06 09:34:13 +00:00
Thorsten Maerz
10317c586e save_all fixes 2002-08-05 22:46:46 +00:00
Christoph Hohmann
fbac25a7cd * src/mimeview.c
fix memory leak caused by wrong g_dirname usage
2002-07-22 11:16:42 +00:00
Thorsten Maerz
8bd0f6714e fixed memleaks, coding style 2002-07-21 20:13:13 +00:00
Thorsten Maerz
acd133249b Included save_all patch from Xaview FACQ 2002-07-21 16:06:50 +00:00
Colin Leroy
c892fc3c5b add the ability to select part of a text mime-part to reply. 2002-07-15 23:56:33 +00:00