Wireshark-commits: [Wireshark-commits] rev 46434: /trunk/ui/ /trunk/ui/gtk/: main_filter_toolbar.c

Date: Fri, 07 Dec 2012 01:46:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46434

User: gerald
Date: 2012/12/06 05:46 PM

Log:
 Implement the items under "Edit→Copy", "Analyze→Apply as Filter" and
 "Analyze→Prepare a Filter". Add a context menu to the protocol tree and
 fill in the items we've implemented so far.
 
 Add an "applyAllPreferences" method and corresponding
 "preferencesUpdated" signal to wsApp. Use it to set the maximum display
 filter combo count.
 
 Move the packet filtering code from the display filter edit to the main
 window (which makes more sense and matches what we're doing in the GTK+
 version and gets rid of more global cfile references). Try to center the
 display filter edit button images.
 
 Use a different "close" button in the main toolbar. It looks better but
 is still wrong (on OS X at least).

Directory: /trunk/ui/gtk/
  Changes    Path                     Action
  +12 -0     main_filter_toolbar.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                         Action
  +17 -0     display_filter_combo.cpp     Modified
  +3 -0      display_filter_combo.h       Modified
  +19 -43    display_filter_edit.cpp      Modified
  +5 -1      display_filter_edit.h        Modified
  +4 -4      main.cpp                     Modified
  +13 -11    main_window.cpp              Modified
  +40 -1     main_window.h                Modified
  +183 -1    main_window.ui               Modified
  +355 -17   main_window_slots.cpp        Modified
  +21 -0     packet_list.cpp              Modified


(5 files not shown)