Wireshark-commits: [Wireshark-commits] master c711bc6: Qt: Shorten capture file dialog name filters

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Sep 2016 04:11:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c711bc64573e20e343f343a53ad4d1d50add433d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c711bc6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Shorten capture file dialog name filters.
    
    In the capture file dialog's "Files of type" combobox separate out the
    wildcards we display from the ones that are applied. Set the
    HideNameFilterDetails option and for "All Files" and "All Capture Files"
    leave the option hidden.
    
    For other options print the wildcard list twice so that it's both
    displayed and applied. Go even further and filter out ".gz" wildcards in
    the displayed list since they're effectively duplicates of their
    uncompressed counterparts.
    
    Based on Dario's work in change 17605.
    
    Bug: 12837
    Change-Id: I35de8f31492657e37b12ca4c8de5ed9e79d2e2f8
    Reviewed-on: https://code.wireshark.org/review/17689
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fcc56c2   iseries: rework the read routine.
    adds  c711bc6   Qt: Shorten capture file dialog name filters.


Summary of changes:
 ui/qt/capture_file_dialog.cpp |   40 ++++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 16 deletions(-)