Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dfilter_expr_dlg.c dfilter_expr_dlg.h Ma

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 1 Jan 2001 19:32:24 -0600 (CST)
guy         2001/01/01 19:32:24 CST

  Modified files:
    gtk                  Makefile.am Makefile.nmake capture_dlg.c 
                         file_dlg.c filter_prefs.c filter_prefs.h 
                         find_dlg.c main.c proto_draw.c 
  Added files:
    gtk                  dfilter_expr_dlg.c dfilter_expr_dlg.h 
  Log:
  Add a dialog box for constructing expressions that test a field in the
  display tree, based on Jeff Foster's dialog box for selecting fields.
  
  Make the dialog box for browsing filters into a dialog box for
  constructing filters; make the "Apply" button and the "OK" button apply
  the filter in the text entry box in the dialog, not the currently
  selected filter (selecting a filter puts it in that text entry box, but
  the user may edit it afterwards, or may use the aforementioned dialog
  box to construct a filter not in the list).
  
  Get rid of extra declarations of "m_r_font" and "m_b_font" in
  "proto_draw.c"; they're declared in "gtk/gtkglobals.h", which it includes.
  
  Revision  Changes    Path
  1.32      +3 -1      ethereal/gtk/Makefile.am
  1.16      +1 -0      ethereal/gtk/Makefile.nmake
  1.36      +2 -2      ethereal/gtk/capture_dlg.c
  1.33      +2 -2      ethereal/gtk/file_dlg.c
  1.20      +346 -251  ethereal/gtk/filter_prefs.c
  1.7       +4 -2      ethereal/gtk/filter_prefs.h
  1.16      +2 -2      ethereal/gtk/find_dlg.c
  1.170     +3 -3      ethereal/gtk/main.c
  1.24      +1 -3      ethereal/gtk/proto_draw.c