Wireshark-commits: [Wireshark-commits] master-2.0 15b570a: Qt: use recent.gui_bytes_view preference

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Dec 2015 06:47:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=15b570a14b947b543e43161975a99e4279c2bca1
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

15b570a by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: use recent.gui_bytes_view preference to remember bits / byte view
    
    While we are at it, let's centralize bytes_view_type definition
    
    Bug: 11903
    Change-Id: I606c779a8efaea668db1b440d3ae0336e6e3fc67
    Reviewed-on: https://code.wireshark.org/review/12706
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 47a4c8f395280bd78bbc733424bb409c00d2c390)
    Reviewed-on: https://code.wireshark.org/review/12715
    

Actions performed:

    from  157ffd1   debian: Fix .deb package generation on wheezy
    adds  15b570a   Qt: use recent.gui_bytes_view preference to remember bits / byte view


Summary of changes:
 ui/gtk/bytes_view.c      |    2 +-
 ui/gtk/main_menubar.c    |    4 ++--
 ui/gtk/packet_panes.c    |    2 +-
 ui/gtk/packet_panes.h    |    7 ++-----
 ui/qt/byte_view_text.cpp |   23 ++++++++++++++---------
 ui/qt/byte_view_text.h   |    8 +-------
 ui/recent.c              |    4 ++--
 ui/recent.h              |    7 ++++++-
 8 files changed, 29 insertions(+), 28 deletions(-)