Wireshark-commits: [Wireshark-commits] master cd8f720: Qt: Move Apply/Prepare to general QMenu hand

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Aug 2019 07:51:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cd8f720251c7c0ecbdd375cbfebb8b39273f6b84
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cd8f720 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Move Apply/Prepare to general QMenu handler
    
    Also clarify the method by which the filter can be selected. From the
    main menu only selected filters from a ProtoTree can be selected,
    therefore the code for PacketList handling has been removed.
    
    Change-Id: I5e5827d763ab3b25db14a384581f283238f96d28
    Reviewed-on: https://code.wireshark.org/review/34384
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  92ac2f5   cmake: fix issue when zstd is missing.
     add  cd8f720   Qt: Move Apply/Prepare to general QMenu handler


Summary of changes:
 ui/qt/filter_action.cpp     |  14 ++++++
 ui/qt/filter_action.h       |   1 +
 ui/qt/main_window.cpp       |   5 ++
 ui/qt/main_window.h         |  14 +-----
 ui/qt/main_window.ui        | 102 ---------------------------------------
 ui/qt/main_window_slots.cpp | 113 ++++++++------------------------------------
 ui/qt/packet_list.cpp       |  12 ++---
 ui/qt/proto_tree.cpp        |  21 ++------
 8 files changed, 49 insertions(+), 233 deletions(-)