http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50956
User: guy
Date: 2013/07/27 03:37 PM
Log:
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.
#BACKPORT 1.10, 1.8
Directory: /trunk/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/ui/qt/
Changes Path Action
+0 -16 display_filter_combo.cpp Modified
Directory: /trunk/ui/
Changes Path Action
+127 -3 recent.c Modified
+16 -0 recent.h Modified
+0 -6 recent_utils.h Modified