Wireshark-commits: [Wireshark-commits] master-2.0 70150c9: Try to fix wireless toolbar behavior on

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Oct 2015 15:50:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70150c9a2e6e5ff337f1f257db4b58d7bf53eb90
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

70150c9 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Try to fix wireless toolbar behavior on Linux.
    
    Split interface get and set activity into explicit getInterfaceInfo and
    setInterfaceInfo member functions. Make sure we connect to QComboBox
    "activated" signals (which are only triggered by user activity)
    instead of "currentIndexChanged" signals (which are triggered on
    any change). Hopefully this will make the wireless toolbar read-only
    until the user selects a combobox item.
    
    Bug: 11487
    Change-Id: I236ff3f5972b0b7d543f21bb955d7892190a7814
    Reviewed-on: https://code.wireshark.org/review/10918
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit c5a056832dc9e3afaeb89beb6feedf134287183c)
    Reviewed-on: https://code.wireshark.org/review/10956
    

Actions performed:

    from  202fbbc   Fix hfinfo_*_format_display() for BASE_PT_ display types
    adds  70150c9   Try to fix wireless toolbar behavior on Linux.


Summary of changes:
 ui/qt/wireless_frame.cpp |   50 +++++++++++++++++++++++++++++++---------------
 ui/qt/wireless_frame.h   |    8 ++++----
 2 files changed, 38 insertions(+), 20 deletions(-)