Wireshark-commits: [Wireshark-commits] master-2.0 302265e: Qt: Fix some flow graph issues.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Nov 2015 17:46:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=302265eb281550a995f6d5dc9e26332e406d272e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

302265e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix some flow graph issues.
    
    Make fillDiagram() a slot and call it after the dialog is visible.
    
    Use the activated() signals instead of currentIndexChanged() for our
    comboboxes. The former is only emitted as a result of user interaction
    and the latter is always emitted when the value changed. This was a
    problem for flowComboBox since initializing its value resulted an extra
    call to fillDiagram().
    
    Add a progress frame.
    
    Change-Id: I17bcf5c990363ee758be9e3a0604dde34fc34f2d
    Ping-Bug: 11710
    Reviewed-on: https://code.wireshark.org/review/11897
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 689334876ec12d5a037e5bb1fad3e0d023890049)
    Reviewed-on: https://code.wireshark.org/review/11919
    

Actions performed:

    from  e9a1d0f   [Diameter] Add Diameter Overload Indication AVPs [RFC 7683]
    adds  302265e   Qt: Fix some flow graph issues.


Summary of changes:
 ui/qt/sequence_dialog.cpp |   22 +++++++++-------------
 ui/qt/sequence_dialog.h   |    9 +++++----
 2 files changed, 14 insertions(+), 17 deletions(-)