Wireshark-commits: [Wireshark-commits] master-2.6 65c8455: Qt: Info label fixes in the Profile dial

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Feb 2019 22:02:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65c8455ff3009f1adb580cb48832578d0dba6873
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

65c8455 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Info label fixes in the Profile dialog
    
    When copying from another profile which has been renamed:
    show the new profile name in the info label "Created from".
    
    When copying from another profile which is later deleted:
    append "(deleted)" to the info label to indicate that the origin
    profile is not in the list.
    
    Do not show "Renamed from" when a profile name if renamed back to
    it's original name.
    
    Change-Id: I0bf0c868c5dfd150a23b2ef887e7c70030b48d05
    Reviewed-on: https://code.wireshark.org/review/32201
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 54417ed16a78ff20234b235c9ae34fff97a014d8)
    Reviewed-on: https://code.wireshark.org/review/32206
    

Actions performed:

    from  f0bfe90   IEEE 802.15.4 Fix duplicate strings
     add  65c8455   Qt: Info label fixes in the Profile dialog


Summary of changes:
 ui/qt/profile_dialog.cpp | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)