Wireshark-commits: [Wireshark-commits] master 3cc9db5: Qt: No path for created and renamed profiles

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Dec 2015 12:33:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3cc9db57dfe32c45cf3521faff0bdaead87c5f2c
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3cc9db5 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: No path for created and renamed profiles
    
    The path is not valid for created and renamed profiles because the
    directory is not created yet.  Use this label as a info label to
    describe where the profile is created from or renamed from instead.
    
    Use correct path for the Default profile.
    Removed Bold from the current profile in status bar list.
    Added tooltip for system provided profiles.
    
    Change-Id: I61c8b1cc811dd9f9419ff9e373a8d00aa4e30446
    Ping-Bug: 11704
    Reviewed-on: https://code.wireshark.org/review/12447
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  d382c7d   SCTP: It is odd that the body of dissect_heartbeat_ack_chunk' function is fully equivalent to the body of 'dissect_heartbeat_chunk' function found by PVS Studio (V524)
    adds  3cc9db5   Qt: No path for created and renamed profiles


Summary of changes:
 ui/qt/main_status_bar.cpp |    5 +----
 ui/qt/profile_dialog.cpp  |   51 ++++++++++++++++++++++++++++++++++++---------
 ui/qt/profile_dialog.ui   |    4 ++--
 3 files changed, 44 insertions(+), 16 deletions(-)