Wireshark-commits: [Wireshark-commits] master b84a8e2: Qt: Create Apply/Prepare in Packetlist

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

Commits:

b84a8e2 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Create Apply/Prepare in Packetlist
    
    Create the menu for apply/prepare inside Packetlist. At the
    same time disabled the "..." methods if no filter has been
    set yet
    
    Move the action list to FilterAction as well
    
    Change-Id: Ia18a4021cc95562702ff516a24fb029063096f94
    Reviewed-on: https://code.wireshark.org/review/34377
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  9bd2eef   Qt: Add Apply/Prepare to Packet Dialog
     add  b84a8e2   Qt: Create Apply/Prepare in Packetlist


Summary of changes:
 ui/qt/filter_action.cpp | 17 +++++++++++++++--
 ui/qt/packet_list.cpp   | 35 +++++++++++++++++------------------
 2 files changed, 32 insertions(+), 20 deletions(-)