wireshark/gtk
Gerald Combs 07e0a47740 Update some text in the help dialog.
Replace the large matrix of protocol togglebuttons with a GtkCList. The
CList displays three columns: the enabled/disabled state, the protocol's
abbreviated name and the protocol's full name.  Protocols can be enabled
or disabled by double-clicking on them.  The enable all, disable all, and
invert buttons were left intact.

I made a half-assed attempt at Gtk2 support by copying code from
plugins_dlg.c.  It's incomplete, and probably won't compile.

Using check boxes in the first column instead of the word "Disabled" would
have been nice.  GtkCLists don't let you embed anything besides text and
pixmaps unfortunately.

Update the man page accordingly.

We still need a way to save a list of disabled protocols.

svn path=/trunk/; revision=6707
2002-12-01 19:11:54 +00:00
..
.cvsignore Add "ethereal-tap-register.c" to the gtk ".cvsignore" file, as it's a 2002-11-06 23:41:21 +00:00
Makefile.am Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Looks "sub-optimal" with multiple graphs overwriting eachothers. 2002-11-14 10:32:22 +00:00
Makefile.nmake Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Looks "sub-optimal" with multiple graphs overwriting eachothers. 2002-11-14 10:32:22 +00:00
STATUS.gtk2 In gtk2 code : 2002-11-15 22:21:15 +00:00
capture_dlg.c Helper macros fro gtk1.2/gtk2 compatibility. 2002-11-09 20:00:35 +00:00
capture_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
capture_prefs.c Use gtk1/gtk2 compatibility macros. 2002-11-11 18:57:00 +00:00
capture_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
color_dlg.c Helper macros fro gtk1.2/gtk2 compatibility. 2002-11-09 20:00:35 +00:00
color_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
color_utils.c Change to color filters : 2002-09-23 19:09:52 +00:00
color_utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
colors.c Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00
colors.h Change to color filters : 2002-09-23 19:09:52 +00:00
column_prefs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-09 20:52:39 +00:00
column_prefs.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
compat_macros.h New gtk1/gtk2 compatibility macros used for menu entries. 2002-11-15 23:50:06 +00:00
dcerpc_stat.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
dcerpc_stat.h First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c 2002-11-06 10:53:36 +00:00
decode_as_dlg.c Use gtk1/gtk2 compatibility macros. 2002-11-11 18:57:00 +00:00
decode_as_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
dfilter_expr_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
dfilter_expr_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
display_opts.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
display_opts.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
dlg_utils.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
dlg_utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
file_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
file_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
filter_prefs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
filter_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
find_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
find_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
follow_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
follow_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
goto_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
goto_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
gtkclist.c Add/fix cvs id tags 2002-09-09 20:32:32 +00:00
gtkclist.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
gtkglobals.h Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00
gui_prefs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
gui_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
help_dlg.c Update some text in the help dialog. 2002-12-01 19:11:54 +00:00
help_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
io_stat.c Updte for io-stat to make it more powerful. 2002-11-29 11:37:33 +00:00
io_stat.h Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Looks "sub-optimal" with multiple graphs overwriting eachothers. 2002-11-14 10:32:22 +00:00
keys.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
main.c That was the wrong cast, d00d.... 2002-11-28 02:04:23 +00:00
main.h Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00
menu.c update for gui version of io-stat 2002-11-17 11:43:40 +00:00
menu.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
nameres_prefs.c Use gtk1/gtk2 compatibility macros. 2002-11-11 18:57:00 +00:00
nameres_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet_list.c In gtk2 code : 2002-11-15 22:21:15 +00:00
packet_win.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
packet_win.h Removed all gtk calls in file.c : 2002-09-21 11:36:30 +00:00
plugins_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
prefs_dlg.c Constify some pointers to avoid converting const pointers to non-const 2002-11-28 01:58:27 +00:00
prefs_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
print_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
print_mswin.c Put back missing include of <stdio.h>. 2002-09-09 20:16:12 +00:00
print_mswin.h Add/fix cvs id tags 2002-09-09 20:32:32 +00:00
print_prefs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
print_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
progress_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
proto_dlg.c Update some text in the help dialog. 2002-12-01 19:11:54 +00:00
proto_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
proto_draw.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
proto_draw.h Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00
proto_hier_stats_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
proto_hier_stats_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
rpc_progs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
rpc_progs.h First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c 2002-11-06 10:53:36 +00:00
rpc_stat.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
rpc_stat.h First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c 2002-11-06 10:53:36 +00:00
simple_dialog.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
stream_prefs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
stream_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
summary_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
summary_dlg.h No work need be done when a summary dialog box is destroyed, or when the 2000-04-01 09:16:49 +00:00
tcp_graph.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
tcp_graph.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
ui_util.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
ui_util.h Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00