Wireshark-commits: [Wireshark-commits] master e3dabc3: Qt: Improve profiles import UI

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Jul 2019 11:41:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3dabc38b3c792e8fd335f4964e99f39e21e95ae
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e3dabc3 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Improve profiles import UI
    
    This also allows for profile zips to have a different structure,
    and only directories containign actual configuration files will
    be part of the import
    
    - Choosen path sticks and starts with current application path
    - "Default" can no longer be imported as a profile
    - skipped profiles count is being displayed
    
    Change-Id: I0549a1ae81229940e573674a84f2912119d6ee21
    Reviewed-on: https://code.wireshark.org/review/34013
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  ef61883   NGAP: upgrade dissector to v15.6.0
     add  e3dabc3   Qt: Improve profiles import UI


Summary of changes:
 ui/qt/models/profile_model.cpp | 107 ++++++++++++++++++++++++++++++-----------
 ui/qt/models/profile_model.h   |   6 ++-
 ui/qt/profile_dialog.cpp       |  25 +++++++---
 3 files changed, 101 insertions(+), 37 deletions(-)