http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53464
User: gerald
Date: 2013/11/21 01:28 AM
Log:
Add a statistics tree dialog.
Add menu items for each corresponding item in gtk/main_menubar.c that
calls gtk_stats_tree_cb(). Hopefully that's everything. Note that we use
quite a bit less code than the GTK+ flavor and why we might not want to
do that. Change a few things in ui/qt/CMakeLists.txt to more closely
match the GTK+ version. Add plumbing for tap registrations in
CMakeLists.txt and Makefile.am. Add the ability to copy text as CSV or
YAML.
Directory: /trunk/epan/
Changes Path Action
+2 -2 stats_tree.c Modified
+9 -1 stats_tree_priv.h Modified
Directory: /trunk/ui/qt/
Changes Path Action
+37 -23 CMakeLists.txt Modified
+27 -0 Makefile.am Modified
+5 -1 Makefile.common Modified
+3 -0 QtShark.pro Modified
+1 -1 capture_file_dialog.cpp Modified
+1 -1 display_filter_combo.cpp Modified
+1 -1 display_filter_edit.h Modified
+1 -3 main.cpp Modified
+20 -1 main_window.h Modified
(9 files not shown)