Wireshark-commits: [Wireshark-commits] master 579365e: Disable most of the main window while we're

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Aug 2015 22:55:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=579365ef7e266f65a61d25b0bc736a6b37463386
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

579365e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Disable most of the main window while we're tapping.
    
    Our event loop is nested when we read packets. Disable the main window's
    central widget while we're retapping packets in order to minimize the
    chance of ending up in an unexpected state while analyzing packets.
    
    Note that we will probably want to disable more of the main window and
    do so in other parts of the code.
    
    Change-Id: I68a00fe43d2ac9e7c0749751abd1c10c47155b3b
    Reviewed-on: https://code.wireshark.org/review/10293
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  4d71ae7   Have separate variables for read and write errors.
    adds  579365e   Disable most of the main window while we're tapping.


Summary of changes:
 ui/qt/main_window_slots.cpp |   10 ++++++++++
 1 file changed, 10 insertions(+)