Wireshark-commits: [Wireshark-commits] master 8bf837e: Qt: Always update splash screen on action ch
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 02 Feb 2018 00:18:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bf837eddc0ab120ad16273b773fa6cd8ec5c9f4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8bf837e by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Always update splash screen on action change
    
    On a "fast" computer this is needed to find any action which is
    taking long time during startup. Without this the splash screen
    may show a random action message happening before the slow action.
    
    Also optimize splashUpdate() when nothing to update.
    
    Change-Id: I0946353dbcf12e78323361f2cb4410c6c5605d76
    Reviewed-on: https://code.wireshark.org/review/25552
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  6adc755   Note that /guard:cf requires CMake 3.9 or newer.
    adds  8bf837e   Qt: Always update splash screen on action change


Summary of changes:
 ui/qt/splash_overlay.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)