Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk ansi_a_stat.c ansi_map_stat.c bootp_stat

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Wed, 21 Jan 2004 15:19:34 -0600 (CST)
ulfl        2004/01/21 15:19:34 CST

  Modified files:
    gtk                  ansi_a_stat.c ansi_map_stat.c 
                         bootp_stat.c capture_dlg.c 
                         capture_info_dlg.c capture_prefs.c 
                         color_dlg.c dcerpc_stat.c decode_as_dlg.c 
                         dfilter_expr_dlg.c display_opts.c 
                         dlg_utils.c dlg_utils.h fc_stat.c 
                         filter_prefs.c find_dlg.c goto_dlg.c 
                         gsm_a_stat.c help_dlg.c http_stat.c 
                         isup_stat.c ldap_stat.c main.c 
                         plugins_dlg.c prefs_dlg.c print_dlg.c 
                         proto_dlg.c proto_draw.c 
                         proto_hier_stats_dlg.c rpc_stat.c 
                         simple_dialog.c smb_stat.c summary_dlg.c 
                         supported_protos_dlg.c tap_dfilter_dlg.c 
                         tcp_graph.c wsp_stat.c 
  Log:
  implemented dlg_button_row_new to get a standard function for
  layouting the dialog buttons, and use it where appropriate.
  This will help us with the GTK1/2 conflict on button layouts and
  will also result in a more consistent look of the dialogs at all.
  
  Revision  Changes    Path
  1.9       +8 -17     ethereal/gtk/ansi_a_stat.c
  1.12      +8 -17     ethereal/gtk/ansi_map_stat.c
  1.14      +9 -18     ethereal/gtk/bootp_stat.c
  1.96      +4 -12     ethereal/gtk/capture_dlg.c
  1.11      +8 -9      ethereal/gtk/capture_info_dlg.c
  1.27      +18 -30    ethereal/gtk/capture_prefs.c
  1.35      +23 -57    ethereal/gtk/color_dlg.c
  1.44      +6 -15     ethereal/gtk/dcerpc_stat.c
  1.35      +28 -37    ethereal/gtk/decode_as_dlg.c
  1.46      +8 -19     ethereal/gtk/dfilter_expr_dlg.c
  1.36      +6 -17     ethereal/gtk/display_opts.c
  1.16      +216 -1    ethereal/gtk/dlg_utils.c
  1.9       +5 -1      ethereal/gtk/dlg_utils.h
  1.21      +9 -18     ethereal/gtk/fc_stat.c
  1.51      +20 -20    ethereal/gtk/filter_prefs.c
  1.43      +6 -16     ethereal/gtk/find_dlg.c
  1.23      +4 -12     ethereal/gtk/goto_dlg.c
  1.9       +8 -17     ethereal/gtk/gsm_a_stat.c
  1.42      +6 -8      ethereal/gtk/help_dlg.c
  1.16      +7 -16     ethereal/gtk/http_stat.c
  1.12      +8 -17     ethereal/gtk/isup_stat.c
  1.9       +9 -18     ethereal/gtk/ldap_stat.c
  1.366     +3 -8      ethereal/gtk/main.c
  1.33      +12 -26    ethereal/gtk/plugins_dlg.c
  1.74      +6 -20     ethereal/gtk/prefs_dlg.c
  1.56      +5 -14     ethereal/gtk/print_dlg.c
  1.30      +6 -21     ethereal/gtk/proto_dlg.c
  1.81      +6 -14     ethereal/gtk/proto_draw.c
  1.14      +17 -27    ethereal/gtk/proto_hier_stats_dlg.c
  1.34      +9 -18     ethereal/gtk/rpc_stat.c
  1.16      +14 -17    ethereal/gtk/simple_dialog.c
  1.32      +9 -18     ethereal/gtk/smb_stat.c
  1.23      +4 -11     ethereal/gtk/summary_dlg.c
  1.7       +8 -11     ethereal/gtk/supported_protos_dlg.c
  1.5       +7 -16     ethereal/gtk/tap_dfilter_dlg.c
  1.46      +23 -16    ethereal/gtk/tcp_graph.c
  1.14      +7 -16     ethereal/gtk/wsp_stat.c