Wireshark-commits: [Wireshark-commits] rev 52607: /trunk/ui/qt/ /trunk/ui/qt/: follow_stream_dialog

Date: Mon, 14 Oct 2013 21:17:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52607

User: gerald
Date: 2013/10/14 09:17 PM

Log:
 Let Qt lay out and size elements in FollowStreamDialog. Make it
 resizable. Get rid of the group box -- the OS X and Windows HIGs
 discourage its use and I'm not sure if it fits the GNOME HIG in this
 case either. Make the stream contents monospace. Set the cursor to the
 beginning of the text when we follow a stream.
 
 Continue the War On Unnecessary Dialogs. Move "Find"ing from a pop-up
 window to the main Follow dialog. Wrap back to the beginning as needed.
 
 Add a "Cancel" button. Make sure it and the escape key work as expected.

Directory: /trunk/ui/qt/
  Changes    Path                        Action
  +84 -14    follow_stream_dialog.cpp    Modified
  +10 -3     follow_stream_dialog.h      Modified
  +60 -61    follow_stream_dialog.ui     Modified
  +3 -0      main_window_slots.cpp       Modified