Wireshark-commits: [Wireshark-commits] rev 40488: /trunk/ui/qt/ /trunk/ui/qt/: QtShark.pro display_
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40488
User: gerald
Date: 2012/01/13 04:16 PM
Log:
Initial status bar functionality. Promote the main window's status bar
to a MainStatusBar. Add a "LabelStack" widget, which MainStatusBar uses
to duplicate features in GtkStatusbar. Make the protocol tree a
full-blown ProtoTree widget. Move main_cf_callback from main to
WiresharkApplication. Duplicate a lot of the cf callbacks as signals and
slots. Use Q_UNUSED in a few places.
Directory: /trunk/ui/qt/
Changes Path Action
+2 -0 QtShark.pro Modified
+14 -19 display_filter_edit.cpp Modified
+3 -0 display_filter_edit.h Modified
+103 -0 label_stack.cpp Added
+58 -0 label_stack.h Added
+3 -45 main.cpp Modified
+128 -43 main_status_bar.cpp Modified
+23 -5 main_status_bar.h Modified
+96 -17 main_window.cpp Modified
+11 -0 main_window.h Modified
+8 -1 main_window.ui Modified
(6 files not shown)