Wireshark-commits: [Wireshark-commits] master a3e3a73: Qt: Move Filterbuttons to display filter
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Oct 2019 13:47:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3e3a73a82df96308238539866f3b7e2323d14cb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a3e3a73 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Move Filterbuttons to display filter
    
    Allow filterbuttons to be dragged to the display filter
    bar
    
    Change-Id: I25e87d0ca86fc7437a20994800bec164ccffef27
    Reviewed-on: https://code.wireshark.org/review/34838
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ca64fb6   Qt: Simplify displayfilter handling
     add  a3e3a73   Qt: Move Filterbuttons to display filter


Summary of changes:
 ui/qt/utils/wireshark_mime_data.cpp         | 11 +++++++++++
 ui/qt/utils/wireshark_mime_data.h           |  3 +++
 ui/qt/widgets/display_filter_edit.cpp       | 28 +++++++++++++++++++---------
 ui/qt/widgets/drag_drop_toolbar.cpp         |  8 ++++++--
 ui/qt/widgets/drag_drop_toolbar.h           |  4 ++++
 ui/qt/widgets/filter_expression_toolbar.cpp | 19 +++++++++++++++++++
 ui/qt/widgets/filter_expression_toolbar.h   |  3 +++
 7 files changed, 65 insertions(+), 11 deletions(-)