Wireshark-commits: [Wireshark-commits] master 3a62b1b: Qt: Allow profile import from directory
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Jul 2019 16:41:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a62b1bc75f4f6a0d5d447ace9f7a94588866e9c
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3a62b1b by Roland Knall (rknall@xxxxxxxxx):

    Qt: Allow profile import from directory
    
    To allow for easy import of profiles, one can select a directory
    to import profiles from
    
    Change-Id: I12f66e3dc6bd272d34baa76093152dce412b0158
    Reviewed-on: https://code.wireshark.org/review/34038
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  6e5ba74   Remove ABI compliance checker code.
     add  3a62b1b   Qt: Allow profile import from directory


Summary of changes:
 docbook/release-notes.adoc     |  5 +++
 ui/qt/main_status_bar.cpp      | 13 +++++++-
 ui/qt/models/profile_model.cpp | 71 ++++++++++++++++++++++++++----------------
 ui/qt/models/profile_model.h   |  7 +++--
 ui/qt/profile_dialog.cpp       | 71 ++++++++++++++++++++++++++++--------------
 ui/qt/profile_dialog.h         |  6 ++--
 6 files changed, 116 insertions(+), 57 deletions(-)