oabad 2002/11/03 11:38:41 CST
Modified files:
gtk Makefile.am capture_dlg.c color_dlg.c
colors.c column_prefs.c decode_as_dlg.c
dfilter_expr_dlg.c display_opts.c
dlg_utils.c file_dlg.c filter_prefs.c
find_dlg.c follow_dlg.c goto_dlg.c
gtkglobals.h gui_prefs.c help_dlg.c
main.c main.h menu.c packet_list.c
packet_win.c plugins_dlg.c prefs_dlg.c
print_dlg.c print_prefs.c progress_dlg.c
proto_dlg.c proto_draw.c proto_draw.h
proto_hier_stats_dlg.c simple_dialog.c
stream_prefs.c summary_dlg.c tcp_graph.c
ui_util.c ui_util.h
Added files:
gtk STATUS.gtk2
Log:
Merge gtk and gtk2 directories.
Revision Changes Path
1.44 +78 -1 ethereal/gtk/Makefile.am
1.75 +173 -27 ethereal/gtk/capture_dlg.c
1.20 +1172 -485 ethereal/gtk/color_dlg.c
1.26 +6 -3 ethereal/gtk/colors.c
1.14 +401 -108 ethereal/gtk/column_prefs.c
1.28 +381 -128 ethereal/gtk/decode_as_dlg.c
1.30 +1089 -819 ethereal/gtk/dfilter_expr_dlg.c
1.31 +181 -35 ethereal/gtk/display_opts.c
1.9 +26 -5 ethereal/gtk/dlg_utils.c
1.53 +80 -16 ethereal/gtk/file_dlg.c
1.39 +876 -511 ethereal/gtk/filter_prefs.c
1.25 +42 -7 ethereal/gtk/find_dlg.c
1.29 +140 -17 ethereal/gtk/follow_dlg.c
1.18 +21 -7 ethereal/gtk/goto_dlg.c
1.20 +12 -6 ethereal/gtk/gtkglobals.h
1.37 +236 -41 ethereal/gtk/gui_prefs.c
1.27 +158 -25 ethereal/gtk/help_dlg.c
1.272 +607 -310 ethereal/gtk/main.c
1.29 +7 -1 ethereal/gtk/main.h
1.70 +164 -1 ethereal/gtk/menu.c
1.3 +6 -1 ethereal/gtk/packet_list.c
1.41 +75 -12 ethereal/gtk/packet_win.c
1.27 +91 -20 ethereal/gtk/plugins_dlg.c
1.54 +266 -83 ethereal/gtk/prefs_dlg.c
1.39 +160 -22 ethereal/gtk/print_dlg.c
1.15 +31 -5 ethereal/gtk/print_prefs.c
1.16 +81 -65 ethereal/gtk/progress_dlg.c
1.16 +51 -4 ethereal/gtk/proto_dlg.c
1.60 +747 -295 ethereal/gtk/proto_draw.c
1.21 +10 -3 ethereal/gtk/proto_draw.h
1.11 +212 -97 ethereal/gtk/proto_hier_stats_dlg.c
1.13 +16 -3 ethereal/gtk/simple_dialog.c
1.14 +80 -9 ethereal/gtk/stream_prefs.c
1.16 +19 -7 ethereal/gtk/summary_dlg.c
1.23 +427 -151 ethereal/gtk/tcp_graph.c
1.13 +62 -35 ethereal/gtk/ui_util.c
1.6 +7 -3 ethereal/gtk/ui_util.h