Wireshark-commits: [Wireshark-commits] master 47a4c8f: Qt: use recent.gui_bytes_view preference to

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

Commits:

47a4c8f 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>
    

Actions performed:

    from  e1ed759   Removed local definitions of offsetof().
    adds  47a4c8f   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(-)