URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=936a844cc35a2ab22b49ab4bc9929fcfcdace9ab
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
936a844 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>
Actions performed:
from e0bb1dd TPNCP: Update from downstream
add 936a844 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(-)