Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 .cvsignore Makefile.am Makefile.nmake c

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Aug 2002 04:55:23 -0500 (CDT)
oabad       2002/08/31 04:55:23 CDT

  Added files:
    gtk2                 .cvsignore Makefile.am Makefile.nmake 
                         capture_dlg.c capture_dlg.h 
                         capture_prefs.c capture_prefs.h 
                         color_dlg.c color_dlg.h color_utils.c 
                         color_utils.h colors.c colors.h 
                         column_prefs.c column_prefs.h 
                         decode_as_dlg.c decode_as_dlg.h 
                         dfilter_expr_dlg.c dfilter_expr_dlg.h 
                         display_opts.c display_opts.h dlg_utils.c 
                         dlg_utils.h file_dlg.c file_dlg.h 
                         filter_prefs.c filter_prefs.h find_dlg.c 
                         find_dlg.h follow_dlg.c follow_dlg.h 
                         goto_dlg.c goto_dlg.h gtkglobals.h 
                         gui_prefs.c gui_prefs.h help_dlg.c 
                         help_dlg.h keys.h main.c main.h menu.c 
                         menu.h nameres_prefs.c nameres_prefs.h 
                         packet_win.c packet_win.h plugins_dlg.c 
                         prefs_dlg.c prefs_dlg.h print_dlg.c 
                         print_mswin.c print_mswin.h print_prefs.c 
                         print_prefs.h progress_dlg.c proto_dlg.c 
                         proto_dlg.h proto_draw.c proto_draw.h 
                         proto_hier_stats_dlg.c 
                         proto_hier_stats_dlg.h simple_dialog.c 
                         stream_prefs.c stream_prefs.h 
                         summary_dlg.c summary_dlg.h tcp_graph.c 
                         tcp_graph.h ui_util.c ui_util.h 
  Log:
  GTK+ v2 port.
  
  All the deprecated widgets have not been replaced yet :
  
  GtkList and GtkCList ==> GtkTreeView conversion :
  - color_dlg.c
  - column_prefs.c
  - decode_as_dlg.c : done
  - dfilter_expr_dialog
  - filter_prefs.c
  - main.c
  - plugins_dlg.c : done
  
  GtkCTree ==> GtkTreeView  conversion : done
  
  GtkText ==> GtkTextView conversion : done
  
  Remaining problems :
  - gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't
    been removed from the documentation). I don't know how to filter the
    font selection dialog to get only fixed width fonts ;
  - we have to remove GUI prefs which are not usefule anymore : tree line
    style and tree expander style.