Commit graph

241 commits

Author SHA1 Message Date
Colin Leroy
0a65a67ec9 fix #warnings in src/
removed wrong ones, fixed some, some remain
2004-07-03 16:31:08 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
a8bbc966f2 replace deprecated gtk_signal... functions 2004-05-25 08:39:41 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
ac1e37f162 Fix SSL certificate list not shown; Fix clicks in mimetree 2004-01-27 22:24:47 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Thorsten Maerz
c39bf0d8db second cumulative gtk2 patch 2003-10-05 10:25:17 +00:00
Thorsten Maerz
d013515023 inital gtk2 patch 2003-10-05 10:10:30 +00:00
Luke Plant
fb3ff3136e * src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.[ch]
	o removed gtk_vscrollbutton_reset() (reasons: reduce
	  dependencies; do it the GTK way; reduce code -14/+2 lines)
	o removed horizontal separator between icons
2003-08-18 17:08:48 +00:00
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
Paul Mangan
d9a1109e41 sync with 0.7.6cvs8 2002-05-18 15:22:17 +00:00
Colin Leroy
12cfcf96b7 corrected little issue : first image was not disappearing after selecting
second one, when prefs_common.display_img was false.
2002-04-23 21:42:53 +00:00
Colin Leroy
c6aabb3add Added "automatically display images" option. 2002-04-21 11:27:07 +00:00
Paul Mangan
65a932a8d1 sync with 0.7.4cvs49 2002-04-21 09:24:27 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Paul Mangan
adbd55ae28 sync with sylpheed 0.7.3cvs4 2002-03-07 13:22:39 +00:00
Paul Mangan
17f0977800 remove buggy pgp plaintext code 2002-03-05 18:13:35 +00:00
Paul Mangan
0da21b000b sync with sylpheed 0.7.2cvs24 2002-03-03 09:32:58 +00:00
Paul Mangan
3769348a15 sync with sylpheed 0.7.2cvs22 2002-03-02 10:02:42 +00:00
Paul Mangan
ab7d99c1f2 fix segfault on opening a mime part 2002-02-28 10:59:50 +00:00
Paul Mangan
83c67f57fa ascii-armored pgp messages: make decryption and signature verification work again 2002-02-26 19:06:28 +00:00
Paul Mangan
332907a2df sync with sylpheed 0.7.2cvs15 2002-02-25 09:25:17 +00:00
Paul Mangan
de4a48998d sync with sylpheed 0.7.0cvs39 2002-02-08 10:07:11 +00:00
Paul Mangan
15a81ab0f7 sync with sylpheed 0.7.0cvs22 2002-01-29 10:03:33 +00:00
Sergey Vlasov
7670792997 Fixed segfault when closing LDIF import window with the window manager.
Fixed wrong scrolling position when switching between text and image parts.
2002-01-23 17:58:56 +00:00
Paul Mangan
6a079c5280 sync with sylpheed 0.7.0cvs7 2002-01-16 11:48:36 +00:00
Alfons Hoogervorst
758b810ec4 better support for mime/digest 2001-12-22 16:09:08 +00:00
Paul Mangan
5cd7c7fa2d sync with sylpheed 0.6.6 2001-12-15 18:30:33 +00:00
Paul Mangan
8837cb9fa0 sync with sylpheed 0.6.5cvs25 2001-12-11 09:18:29 +00:00
Melvin Hadasht
05da91901a added support to text/enriched 2001-11-28 22:54:26 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Paul Mangan
dee04fda39 enable decryption of ascii-armored gpg messages 2001-10-13 07:11:42 +00:00
Paul Mangan
3dfafe4e64 sync with sylpheed 0.6.2cvs3 2001-09-20 11:53:09 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Paul Mangan
ec31c988b7 sync with sylpheed 0.5.3cvs9 2001-08-27 11:07:43 +00:00
Paul Mangan
0a3f9ef85a fix open attachment with whitespace bug 2001-08-23 11:25:16 +00:00
Paul Mangan
dfb832d2be sync with sylpheed 0.5.1cvs7 2001-08-01 07:22:54 +00:00
Alfons Hoogervorst
7d43271511 changes and bugfixes submitted by Andre Eibel 2001-06-30 11:40:01 +00:00
Paul Mangan
d7deb6c5d5 sync with sylpheed 0.4.99cvs4 2001-06-03 10:34:31 +00:00
Alfons Hoogervorst
af697d2452 sync with sylpheed 0.4.66cvs1-3 2001-05-10 11:19:38 +00:00
Alfons Hoogervorst
6d56b06e24 sync with sylpheed 0.4.65cvs10 2001-04-27 20:27:24 +00:00
Paul Mangan
036b63d8fc Imported version 1.0 2001-04-19 12:21:46 +00:00