Wireshark-commits: [Wireshark-commits] master e6a65af: Qt: Try to speed up SplashOverlay

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 2 Apr 2016 00:03:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6a65afd3ee567f743e6b2f4f8596f27445ed390
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e6a65af by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Try to speed up SplashOverlay
    
    Limit the amount of event processing SplashOverlay does. Let QWidget
    take care of painting.
    
    Change-Id: I9176baeba2cc9203e50c02029d85689f8908daba
    Reviewed-on: https://code.wireshark.org/review/14771
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  3db7b1e   ERF: Add dissection and wiretap support for ERF_TYPE_META.
    adds  e6a65af   Qt: Try to speed up SplashOverlay


Summary of changes:
 ui/qt/main_welcome.cpp   |    2 +-
 ui/qt/splash_overlay.cpp |   20 ++++++++------------
 ui/qt/splash_overlay.h   |    3 ---
 3 files changed, 9 insertions(+), 16 deletions(-)