Wireshark-commits: [Wireshark-commits] master c01cdd4: Qt: Reset Default profile support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Feb 2017 18:15:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c01cdd4e47687bf6be505f989ff5e5b54b089ac4
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c01cdd4 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Reset Default profile support
    
    Add support for resetting the Default profile by deleting it in
    the Profile Dialog.  All profile files will be deleted and all
    other files will be kept.
    
    Change-Id: I795a6db3ee7b2c29e7aba461183e6cc411798b75
    Reviewed-on: https://code.wireshark.org/review/20097
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  fe78e13   BT LE LL: fix invalid memory access reported by valgrind
    adds  c01cdd4   Qt: Reset Default profile support


Summary of changes:
 docbook/release-notes.asciidoc  |    1 +
 ui/qt/profile_dialog.cpp        |   64 +++++++++++++++++++++++++++++----------
 ui/qt/profile_dialog.ui         |    2 +-
 ui/qt/wireshark_application.cpp |    5 +--
 ui/qt/wireshark_application.h   |    2 +-
 wsutil/filesystem.c             |   34 +++++++++++++++++++++
 6 files changed, 88 insertions(+), 20 deletions(-)