Wireshark-commits: [Wireshark-commits] master 5fb2f27: Qt: Add a context menu to the packet list he

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Jan 2015 15:22:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5fb2f274280c9a9bd9c89c9b1904a12d877e155c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5fb2f27 by Gerald Combs (gerald@xxxxxxxx):

    Qt: Add a context menu to the packet list header.
    
    Don't carry over the sort items from the GTK+ UI (for now, at least).
    Update some names. Add a column editor frame similar to the "Go to
    Packet" and "Search" frames.
    
    Change-Id: I1bd3834a26994de96894d2b7512bce2c19915c77
    Reviewed-on: https://code.wireshark.org/review/6277
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  cbca7ee   p_mul: Indicate if fletcher algorithm is used.
    adds  5fb2f27   Qt: Add a context menu to the packet list header.


Summary of changes:
 ui/qt/CMakeLists.txt                               |    3 +
 ui/qt/Makefile.am                                  |    2 +
 ui/qt/Makefile.common                              |    4 +
 ui/qt/Wireshark.pro                                |    3 +
 ui/qt/column_editor_frame.cpp                      |  143 +++++++++++++++++
 ...mote_capture_dialog.h => column_editor_frame.h} |   44 +++---
 ui/qt/column_editor_frame.ui                       |  152 ++++++++++++++++++
 ui/qt/column_preferences_frame.cpp                 |   21 +--
 ui/qt/column_preferences_frame.h                   |    1 -
 ui/qt/column_preferences_frame.ui                  |    4 +-
 ui/qt/main_window.cpp                              |    7 +
 ui/qt/main_window.h                                |    2 +
 ui/qt/main_window.ui                               |   27 +++-
 ui/qt/main_window_slots.cpp                        |   21 ++-
 ui/qt/packet_list.cpp                              |  162 ++++++++++++++++++++
 ui/qt/packet_list.h                                |   28 ++++
 ui/qt/preferences_dialog.cpp                       |   11 +-
 ui/qt/preferences_dialog.h                         |   12 +-
 ui/qt/search_frame.h                               |   13 ++
 ui/qt/syntax_line_edit.cpp                         |   16 ++
 ui/qt/syntax_line_edit.h                           |    1 +
 21 files changed, 617 insertions(+), 60 deletions(-)
 create mode 100644 ui/qt/column_editor_frame.cpp
 copy ui/qt/{remote_capture_dialog.h => column_editor_frame.h} (61%)
 create mode 100644 ui/qt/column_editor_frame.ui