Wireshark-commits: [Wireshark-commits] master 6d27914: Qt: Allow drag/drop of filter buttons in dia
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Oct 2019 19:44:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d2791485d39559edf408d7689c899921bf2a772
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6d27914 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Allow drag/drop of filter buttons in dialog
    
    Allow the drag/drop of filter buttons in the dialog
    
    Change-Id: Ie2d5987ecdb626a8f12e8f17e6967f937bdf4648
    Reviewed-on: https://code.wireshark.org/review/34885
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  dafa87a   Diameter: Update AVP and flag dissection.
     add  6d27914   Qt: Allow drag/drop of filter buttons in dialog


Summary of changes:
 ui/qt/filter_dialog.cpp            | 16 ++++-----
 ui/qt/filter_dialog.h              |  2 --
 ui/qt/filter_dialog.ui             |  3 ++
 ui/qt/models/filter_list_model.cpp | 66 ++++++++++++++++++++++++++++++++++++--
 ui/qt/models/filter_list_model.h   |  5 +++
 5 files changed, 79 insertions(+), 13 deletions(-)