Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40488: /trunk/ui/qt/ /trunk/ui/qt/: QtShark.pro display_

Date: Sat, 14 Jan 2012 00:16:17 GMT
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)