Wireshark-commits: [Wireshark-commits] master 4b216ae: Qt: Use checkboxes in the capture options di
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Jun 2016 23:37:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b216aea944b0478fa0310b2e47a11761219ffe8
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4b216ae by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Use checkboxes in the capture options dialog.
    
    Switch from enabled/disabled comboboxes to checkboxes. This requires
    less clicking on the user's part and less translating.
    
    Draw em dashes instead of "n/a" for non-applicable items, and use
    the disabled palette when drawing them.
    
    Change-Id: Ic97b6d44734b679bbeee00e9c2a322e7b8a67247
    Reviewed-on: https://code.wireshark.org/review/15661
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  83cecaa   IPv6: Add option for extension header length field in octets
    adds  4b216ae   Qt: Use checkboxes in the capture options dialog.


Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |  279 +++++++++++++++++------------------
 ui/qt/capture_interfaces_dialog.h   |    5 +-
 2 files changed, 137 insertions(+), 147 deletions(-)