Wireshark-commits: [Wireshark-commits] rev 53928: /trunk/ui/qt/ /trunk/ui/qt/: stats_tree_dialog.cp

Date: Tue, 10 Dec 2013 22:38:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53928

User: gerald
Date: 2013/12/10 10:38 PM

Log:
 From Deon van der Westhuysen via bug 9537:
 
 ----
 The qt version of wireshark (stats_tree_dialog.cpp) by default expands
 all nodes within a stats_tree (see for example the "Statistics" > "IP
 Statistics" > "IP Destinations" stats_tree; you need this patch
 installed before the item is added to the stats menu:
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9528). This
 behaviour is fine for small trees but becomes counter productive in
 trees with many items or levels.
 
 This patch changes the qt ui to act like the gtk ui: the first level of
 nodes are expanded by default while deeper levels are collapsed.
 ----
 
 From me: "Expand all" makes sense for a small number of items. Do so if
 we have less than 100.

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +10 -3     stats_tree_dialog.cpp    Modified