Wireshark-commits: [Wireshark-commits] master daebdc4: Qt: Handle filenames in preference editor fr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Jul 2020 06:13:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=daebdc4b1a1deed04a76b3d8162f021409dfe45a
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    Qt: Handle filenames in preference editor frame
    
    Add support for handling PREF_SAVE_FILENAME, PREF_OPEN_FILENAME and
    PREF_DIRNAME in a preference editor frame.
    
    Change-Id: Ie9d1cc08bc79a0adefff344fd0d117405f86475c
    Reviewed-on: https://code.wireshark.org/review/37669
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  a6d8a2c   Qt: List all protocols in PacketList "Protocol Preferences"
     add  daebdc4   Qt: Handle filenames in preference editor frame


Summary of changes:
 ui/qt/preference_editor_frame.cpp   | 39 ++++++++++++++++++++++++++++++++++---
 ui/qt/preference_editor_frame.h     |  1 +
 ui/qt/preference_editor_frame.ui    |  7 +++++++
 ui/qt/protocol_preferences_menu.cpp |  7 ++++---
 4 files changed, 48 insertions(+), 6 deletions(-)