Wireshark-commits: [Wireshark-commits] master faf5206: Qt: Various Profile UI Updates

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jul 2019 06:49:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=faf520681ad4a948dee2e2809500a8440c169fa1
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

faf5206 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Various Profile UI Updates
    
    Correct the text for delete and copy profiles, which better
    display if they have been copied from a system-profile or
    if the original entry has been deleted
    
    Move Import button into the button box, as this seems
    to be the consensus with applications and gives the info
    label more room
    
    Tooltips now behave the same way as they did before the
    refactoring and copying from a new element creates the
    correct names
    
    Only one element could be deleted any given time, if the
    default element was to be resetted
    
    Change-Id: Ieb902b68627cb9bda5d2483b39de6479ff8d4533
    Reviewed-on: https://code.wireshark.org/review/34070
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  7122a8a   Update the release notes for 3.1.0.
     add  faf5206   Qt: Various Profile UI Updates


Summary of changes:
 ui/qt/models/profile_model.cpp | 92 ++++++++++++++++++------------------------
 ui/qt/profile_dialog.cpp       | 21 ++++++----
 ui/qt/profile_dialog.h         |  1 +
 ui/qt/profile_dialog.ui        | 19 +++------
 4 files changed, 60 insertions(+), 73 deletions(-)