Wireshark-commits: [Wireshark-commits] master 743f859: Qt: Rework Resolved Addresses dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 01 Sep 2019 09:02:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=743f8598cd0b156c195b906400cdd0d3fcdeafe3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

743f859 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Rework Resolved Addresses dialog
    
    This is a refactoring/redesign of the "Resolved Addresses" dialog,
    allowing for sorting/filtering and searching within the addresses
    and ports.
    
    Change-Id: I5071e92ff699323b6c93fc533eeaf92e0db334de
    Reviewed-on: https://code.wireshark.org/review/34398
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b28952a   gryphon: General cleanup/improvements of dissector
     add  743f859   Qt: Rework Resolved Addresses dialog


Summary of changes:
 ui/qt/CMakeLists.txt                       |   2 +
 ui/qt/models/astringlist_list_model.cpp    | 114 +++++++-
 ui/qt/models/astringlist_list_model.h      |  19 +-
 ui/qt/models/resolved_addresses_models.cpp | 253 +++++++++++++++++
 ui/qt/models/resolved_addresses_models.h   |  61 +++++
 ui/qt/resolved_addresses_dialog.cpp        | 426 ++++++-----------------------
 ui/qt/resolved_addresses_dialog.h          |  33 +--
 ui/qt/resolved_addresses_dialog.ui         |  91 +++++-
 8 files changed, 609 insertions(+), 390 deletions(-)
 create mode 100644 ui/qt/models/resolved_addresses_models.cpp
 create mode 100644 ui/qt/models/resolved_addresses_models.h