Wireshark-commits: [Wireshark-commits] rev 50957: / /trunk-1.10/ui/gtk/: Makefile.common capture_dl
Date: Sat, 27 Jul 2013 22:44:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50957

User: guy
Date: 2013/07/27 03:44 PM

Log:
 Copy over r50956 from trunk with some manual intervention:
 
   ------------------------------------------------------------------------
   r50956 | guy | 2013-07-27 15:37:26 -0700 (Sat, 27 Jul 2013) | 11 lines
 
   Have separate lists of recent capture filters for all interfaces, in
   addition to a "global" list.  Store all of those lists in the recent
   file.  Maintain the lists in ui/recent.c, rather than attaching them to
   widgets; have the code that populates the combo boxes get the lists from
   the ui/recent.c code.
 
   This makes a little more of the code GUI-toolkit-independent, and should
   fix bug 7278.

Directory: /trunk-1.10/ui/gtk/
  Changes    Path                     Action
  +0 -1      Makefile.common          Modified
  +24 -12    capture_dlg.c            Modified
  +0 -95     cfilter_combo_utils.c    Removed
  +0 -2      cfilter_combo_utils.h    Modified

Directory: /trunk-1.10/ui/qt/
  Changes    Path                        Action
  +0 -16     display_filter_combo.cpp    Modified

Directory: /trunk-1.10/ui/
  Changes    Path              Action
  +127 -3    recent.c          Modified
  +16 -0     recent.h          Modified
  +0 -6      recent_utils.h    Modified