Wireshark-commits: [Wireshark-commits] master-2.6 6598ff7: Qt: Respect recent values on startup

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 08 Aug 2019 20:55:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6598ff7534cfb40e05a503b851bfab450bc3ae02
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

6598ff7 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Respect recent values on startup
    
    Do not call showHideMainWidgets() in initShowHideMainWidgets() because
    this will override loaded recent values on startup.
    
    Setting checked and visible based on recent values is done in layoutPanes()
    and updateRecentActions().
    
    This affects the following View settings: Main Toolbar, Filter Toolbar,
    Wireless Toolbar, Status Bar, Packet List, Packet Details and Packet Bytes.
    
    Also always hide empty_pane because it's never useful to show this.
    
    Bug: 15976
    Change-Id: Id63b8a5fdd263793a283137134f424d7cb4caf82
    Reviewed-on: https://code.wireshark.org/review/34209
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit dc4084fb822e4669aac95a6dc8c0b6b36597e9bd)
    Reviewed-on: https://code.wireshark.org/review/34212
    (cherry picked from commit 8142e4229a5cb4121308f3ca4839641933ff68b5)
    Reviewed-on: https://code.wireshark.org/review/34213
    

Actions performed:

    from  95ecbd1   Qt: do not adjust the time origin for empty graphs
     add  6598ff7   Qt: Respect recent values on startup


Summary of changes:
 ui/qt/main_window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)