Wireshark-commits: [Wireshark-commits] master-3.2 80c39f3: Qt: Fix PacketListHeader column

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 09 Jan 2020 13:26:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80c39f321daa7c3676be966b1bf51c4a8e4fd84e
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

80c39f3 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix PacketListHeader column
    
    Due to changes in #35206, if you have a lot of columns the display
    of all columns may be hindered depending on your screen resolution.
    
    With this change, displaying the column information can be disabled
    via a Preferences->Layout checkbox element. Additionaly, the column
    information will always be displayed as a tooltip element
    
    Bug: 16317
    Change-Id: Ib8c0fc0a84deaca96631270b320f3a530ba87d89
    Reviewed-on: https://code.wireshark.org/review/35706
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit 7dab217f11d607aa8620a5551420bdffbb05e786)
    Reviewed-on: https://code.wireshark.org/review/35712
    

Actions performed:

    from  750b1fa   Revert "Qt: Fix dangling delete for sequence diagramm"
     add  80c39f3   Qt: Fix PacketListHeader column


Summary of changes:
 epan/prefs.c                         |  6 ++++++
 epan/prefs.h                         |  1 +
 ui/qt/layout_preferences_frame.cpp   | 10 ++++++++++
 ui/qt/layout_preferences_frame.h     |  2 ++
 ui/qt/layout_preferences_frame.ui    | 11 +++++++++--
 ui/qt/widgets/packet_list_header.cpp | 11 +++++++++--
 6 files changed, 37 insertions(+), 4 deletions(-)