Wireshark-commits: [Wireshark-commits] rev 53848: /trunk/ /trunk/epan/: stats_tree.c stats_tree_pri

Date: Sun, 08 Dec 2013 11:09:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53848

User: alagoutte
Date: 2013/12/08 11:09 AM

Log:
 From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452
 
 Patch: Stats_tree enhancements for sorting, averages and burst rate
 
 Add sort, save-as and new columns to Qt ui, remove old functions
 
 stats_tree.c / stats_tree_priv.h: Make all columns sortable. Remove unneeded functions stats_tree_get_strs_from_node, stats_tree_branch_to_str and stats_tree_is_sortable_column.
 
 stats_tree_stat.c: Set all columns sortable.
 
 stats_tree_dialog.cpp / stats_tree_dialog.h: Add new stats_tree columns. Make columns sortable. Remove copy to csv and copy to yaml buttons. Add copy to clipboard as plain text and save as buttons.
 
 stats_tree_dialog.ui: Remove copy to csv and copy to yaml buttons. Add copy to clipboard as plain text and save as buttons. Only define one column in ui, rest are added dynmically.
 
 From me : fix trailing whitespace

Directory: /trunk/epan/
  Changes    Path                 Action
  +7 -91     stats_tree.c         Modified
  +1 -20     stats_tree_priv.h    Modified

Directory: /trunk/ui/gtk/
  Changes    Path                 Action
  +2 -4      stats_tree_stat.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +133 -70   stats_tree_dialog.cpp    Modified
  +3 -2      stats_tree_dialog.h      Modified
  +7 -22     stats_tree_dialog.ui     Modified