Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c capture_info_dlg.c capture
ulfl 2004/05/25 22:49:25 CDT
Modified files:
gtk capture_dlg.c capture_info_dlg.c
capture_prefs.c color_dlg.c
column_prefs.c decode_as_dlg.c
dfilter_expr_dlg.c dlg_utils.c
dlg_utils.h file_dlg.c file_dlg.h
filter_prefs.c find_dlg.c follow_dlg.c
goto_dlg.c menu.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 rtp_analysis.c
rtp_stream_dlg.c simple_dialog.c
tcp_graph.c ui_util.c
Log:
more code cleanup from dialog things:
changed window_xy (dialog) function calling in a lot of gtk files
cleanup of file selection code
cleanup in dlg_utils/file_dlg/ui_util
Please report any problems!!!
Revision Changes Path
1.131 +12 -139 ethereal/gtk/capture_dlg.c
1.16 +7 -17 ethereal/gtk/capture_info_dlg.c
1.33 +12 -21 ethereal/gtk/capture_prefs.c
1.49 +22 -36 ethereal/gtk/color_dlg.c
1.23 +2 -2 ethereal/gtk/column_prefs.c
1.40 +29 -30 ethereal/gtk/decode_as_dlg.c
1.56 +23 -25 ethereal/gtk/dfilter_expr_dlg.c
1.36 +133 -35 ethereal/gtk/dlg_utils.c
1.15 +10 -10 ethereal/gtk/dlg_utils.h
1.106 +44 -185 ethereal/gtk/file_dlg.c
1.10 +1 -7 ethereal/gtk/file_dlg.h
1.63 +18 -25 ethereal/gtk/filter_prefs.c
1.53 +12 -10 ethereal/gtk/find_dlg.c
1.60 +22 -30 ethereal/gtk/follow_dlg.c
1.26 +11 -20 ethereal/gtk/goto_dlg.c
1.198 +2 -1 ethereal/gtk/menu.c
1.45 +2 -2 ethereal/gtk/packet_win.c
1.37 +10 -19 ethereal/gtk/plugins_dlg.c
1.83 +9 -10 ethereal/gtk/prefs_dlg.c
1.77 +18 -20 ethereal/gtk/print_dlg.c
1.21 +8 -96 ethereal/gtk/print_prefs.c
1.23 +3 -2 ethereal/gtk/progress_dlg.c
1.33 +11 -11 ethereal/gtk/proto_dlg.c
1.101 +11 -8 ethereal/gtk/proto_draw.c
1.43 +25 -33 ethereal/gtk/rtp_analysis.c
1.21 +52 -101 ethereal/gtk/rtp_stream_dlg.c
1.35 +5 -13 ethereal/gtk/simple_dialog.c
1.62 +3 -7 ethereal/gtk/tcp_graph.c
1.26 +40 -9 ethereal/gtk/ui_util.c