Wireshark-commits: [Wireshark-commits] master 2cccb26: Qt: Implement FilterListModel

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Oct 2019 15:08:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cccb26bc40dfeb0af8b41582690f72811c750df
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2cccb26 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Implement FilterListModel
    
    Change-Id: I365281a709ded644fc8d6ccfce5870a000221a3b
    Reviewed-on: https://code.wireshark.org/review/34856
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  f577d5b   Qt: Add Shortcut methods for active profile
     add  2cccb26   Qt: Implement FilterListModel


Summary of changes:
 ui/qt/CMakeLists.txt               |   2 +
 ui/qt/filter_dialog.cpp            | 169 +++++++++++-------------
 ui/qt/filter_dialog.h              |  28 ++--
 ui/qt/filter_dialog.ui             |  28 +---
 ui/qt/models/filter_list_model.cpp | 256 +++++++++++++++++++++++++++++++++++++
 ui/qt/models/filter_list_model.h   |  77 +++++++++++
 6 files changed, 431 insertions(+), 129 deletions(-)
 create mode 100644 ui/qt/models/filter_list_model.cpp
 create mode 100644 ui/qt/models/filter_list_model.h