Commit graph

102 commits

Author SHA1 Message Date
Colin Leroy
6946ab35ab 2004-09-06 [colin] 0.9.12cvs95.1
* src/summaryview.c
	* src/mimeview.c
		Sync with HEAD (fix dropped URIs)
2004-09-06 09:59:38 +00:00
Colin Leroy
d47c164a1c 2004-08-30 [colin] 0.9.12cvs84.2
* src/mimeview.c
	* src/prefs_themes.c
	* src/gtk/filesel.c
	* src/gtk/filesel.h
		Add a folder-mode selection (fixes mimeview's "Save all")
2004-08-30 08:08:06 +00:00
Colin Leroy
724b60f128 2004-08-29 [colin] 0.9.12cvs84.1
* src/mimeview.c
		Sync with HEAD
2004-08-29 22:56:20 +00:00
Colin Leroy
e85d78572a Sync with HEAD 0.9.12cvs46
(got a bit of time :))
2004-08-06 11:34:34 +00:00
Paul Mangan
8e366a78b4 change gtk_scrolled_window_set_policy from
GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
2004-08-03 08:46:10 +00:00
Colin Leroy
0e99058e25 Specialize alertpanel icons
Fix mimeview width of the icons
2004-07-27 08:52:20 +00:00
Colin Leroy
54ad5d0fd0 untwist file selection logic - be explicit 2004-07-21 09:39:52 +00:00
Colin Leroy
a95e1c0702 Fix 534 quick-search bar not accepting certain letters 2004-07-17 21:15:07 +00:00
Colin Leroy
907537be5d squash warnings 2004-07-17 16:58:04 +00:00
Paul Mangan
9db956f19d sync with 0.9.12cvs28 HEAD 2004-07-17 09:38:14 +00:00
Paul Mangan
353b10cda8 sync with 0.9.12cvs26 HEAD 2004-07-16 11:12:46 +00:00
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