URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ca54bd6048876ad72eb0a1462ad42d8e02f4345
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
2ca54bd by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Update ByteView recent settings on all tabs
The ByteView recent settings are common for all tabs. Ensure all
tabs are updated when display format or character encoding is changed.
This fixes an issue where the row_width is wrong and the menu action
checkmarks are out of sync after switching ByteView tab.
Change-Id: Ied25ac41467143f37327ccadcb821262eb86ef0a
Reviewed-on: https://code.wireshark.org/review/37655
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
(cherry picked from commit 8b5bad59636b73ee5931e0c965f2a80c328da801)
Reviewed-on: https://code.wireshark.org/review/37679
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from df35b80 Packetlogger: check for more packet types in the libwiretap heuristics.
add 2ca54bd Qt: Update ByteView recent settings on all tabs
Summary of changes:
ui/qt/byte_view_tab.cpp | 2 +
ui/qt/byte_view_tab.h | 1 +
ui/qt/widgets/byte_view_text.cpp | 93 ++++++++++++++++++++++++----------------
ui/qt/widgets/byte_view_text.h | 10 +++++
4 files changed, 70 insertions(+), 36 deletions(-)