Wireshark-commits: [Wireshark-commits] master 2cd9784: Fix sizing of qtshark based on the saved (re
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Sep 2014 18:19:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cd9784f104234095a9c4a1eee4b4afcf3ad39d0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2cd9784 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Fix sizing of qtshark based on the saved (recent) geometry.
    
    Do this by emitting the StaticRecentFilesRead signal after reading the static
    portion of the recent file.
    
    Unfortunately this results in the main window appearing in one size and
    then resizing to the saved size but I haven't figured out how to fix that yet.
    At the very least this prevents qtshark's default geometry from being saved to
    my recent file and affecting wireshark-gtk's geometry.
    
    Change-Id: I47b66078a9d00cb321badc744f1337ff39ca42a7
    Reviewed-on: https://code.wireshark.org/review/4177
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  845e5e5   Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    adds  2cd9784   Fix sizing of qtshark based on the saved (recent) geometry.


Summary of changes:
 ui/qt/main.cpp |    1 +
 1 file changed, 1 insertion(+)