Wireshark-commits: [Wireshark-commits] master ec972df: Qt: Add context menu to drag-n-drop filters

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Jun 2019 22:10:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ec972df60a7810d84cf3c1c13c00dbac642f47e4
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ec972df by Roland Knall (rknall@xxxxxxxxx):

    Qt: Add context menu to drag-n-drop filters
    
    By holding down the Metamodifier (Ctrl on Mac) you get a contextmenu upon
    dropping, from which you can decide if you want to add/or/and not/or not
    the filter to the bar.
    
    Bug: 15801
    Change-Id: I78b3b265311ee53c7f53698c0e58186eb1afb57f
    Reviewed-on: https://code.wireshark.org/review/33560
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  8a1a63d   Windows: package codec plugins
     add  ec972df   Qt: Add context menu to drag-n-drop filters


Summary of changes:
 ui/qt/widgets/display_filter_edit.cpp | 61 +++++++++++++++++++++++++++++++++--
 ui/qt/widgets/display_filter_edit.h   |  7 ++++
 2 files changed, 66 insertions(+), 2 deletions(-)