Wireshark-commits: [Wireshark-commits] master 8fe1cf7: Fix capture output options.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jan 2016 05:22:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fe1cf77eb7d825bd8c4db5289db530f6dfde0c2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8fe1cf7 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Fix capture output options.
    
    Remove the "permanent file" checkbox. We weren't properly checking its
    value and it was extraneous. Add placeholder text about temporary files.
    
    Move the filename above the other options. That's where it is in the
    GTK+ UI and it's arguably the most important.
    
    When capturing to multiple files the size and duration settings aren't
    mutually exclusive.
    
    Change-Id: I1da1d3524e3c2de2361050913281472a172faa3a
    Reviewed-on: https://code.wireshark.org/review/13269
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cd5b932   Qt: "Conversation" → "Coloring"
    adds  8fe1cf7   Fix capture output options.


Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |   18 +++--
 ui/qt/capture_interfaces_dialog.ui  |  149 ++++++++++++-----------------------
 2 files changed, 60 insertions(+), 107 deletions(-)