Wireshark-commits: [Wireshark-commits] master 862e2ac: Qt: Extend filterbutton context menu

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

Commits:

862e2ac by Roland Knall (rknall@xxxxxxxxx):

    Qt: Extend filterbutton context menu
    
    The filterbutton context menu allows for appending the filter
    button expression to an already existing display filter and
    copying the filterbutton filter expression to the clipboard
    
    Bug: 15980
    Change-Id: I7b24007e597b9a9800729339926378d0ff264c73
    Reviewed-on: https://code.wireshark.org/review/34394
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  6e240e6   Qt: Apply Invert/Enable/Disable only to selected list
     add  862e2ac   Qt: Extend filterbutton context menu


Summary of changes:
 ui/qt/filter_action.cpp                     | 24 ++++++++++++
 ui/qt/filter_action.h                       |  2 +
 ui/qt/widgets/display_filter_edit.cpp       | 60 ++---------------------------
 ui/qt/widgets/display_filter_edit.h         |  4 --
 ui/qt/widgets/filter_expression_toolbar.cpp | 18 ++++++---
 5 files changed, 43 insertions(+), 65 deletions(-)