Wireshark-commits: [Wireshark-commits] master c129c28: Qt: Allow creating new files in extcap files

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Feb 2020 15:43:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c129c28d3af90b152b9f4b52975f9bcfecd998de
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c129c28 by Tomasz Moń (desowin@xxxxxxxxx):

    Qt: Allow creating new files in extcap fileselect
    
    If mustexist property is absent or set to false, allow the user to
    specify the filename.
    
    Add Clear button next to file selection. Previously cancelling file
    selection when mustexist was false would clear the entry. However,
    if mustexist was true, there was no easy way to clear the entry.
    
    Change-Id: I367756fb868b4040a7203f1eb8c92b6bfaf29901
    Reviewed-on: https://code.wireshark.org/review/35643
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  d7bbe38   Test+Qt: Add an automatic update check.
     add  c129c28   Qt: Allow creating new files in extcap fileselect


Summary of changes:
 ui/qt/extcap_argument_file.cpp | 39 +++++++++++++++++++++++++++++++--------
 ui/qt/extcap_argument_file.h   |  3 ++-
 2 files changed, 33 insertions(+), 9 deletions(-)