Wireshark-commits: [Wireshark-commits] master 81904c7: InterfaceList: Change Buttons to combobox

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Oct 2016 14:43:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81904c70a85c5e335908b628667cac84e560beef
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

81904c7 by Roland Knall (rknall@xxxxxxxxx):

    InterfaceList: Change Buttons to combobox
    
    Change the buttons to a combobox selector, and move that selector
    to the right of the capture filter box.
    
    Bug: 12971
    Change-Id: Ib85d51cca128ed76eb08886e92660ede51d5982f
    Reviewed-on: https://code.wireshark.org/review/18186
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  0c4eb27   ftp: use ws_strtou function.
    adds  81904c7   InterfaceList: Change Buttons to combobox


Summary of changes:
 ui/qt/interface_frame.cpp             |   96 +++++++++++++++++----------------
 ui/qt/interface_frame.h               |   11 ++--
 ui/qt/interface_frame.ui              |   46 +---------------
 ui/qt/interface_sort_filter_model.cpp |    7 +++
 ui/qt/interface_sort_filter_model.h   |    1 +
 ui/qt/main_welcome.cpp                |   44 +++++++++++++++
 ui/qt/main_welcome.h                  |    1 +
 ui/qt/main_welcome.ui                 |    9 +++-
 8 files changed, 118 insertions(+), 97 deletions(-)