URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=31e86998fbaaa4e82e0c502249671025c587ef50
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
31e8699 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add zoom and column resize actions.
Plumb signals and slots for changing the text size in the main window.
Remove the bold font code from WiresharkApplication. It was only used in
ByteViewText. Adjust the icons a bit.
Bug: When we change the font preferences the packet list stops drawing
cached strings. I haven't been able to track down the cause.
Change-Id: I609d740c9f26265628fa4b7de1b75b0e56651387
Reviewed-on: https://code.wireshark.org/review/4269
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 3a85a5e Add decoding of part of access network identifier option fixes Bug 10492.
adds 31e8699 Qt: Add zoom and column resize actions.
Summary of changes:
image/toolbar.qrc | 8 ++++
image/toolbar/16x16/x-resize-columns.png | Bin 629 -> 619 bytes
image/toolbar/16x16/x-resize-columns.svg | 6 +--
image/toolbar/16x16/zoom-in.png | Bin 596 -> 599 bytes
image/toolbar/16x16/zoom-in.svg | 16 ++++----
image/toolbar/16x16/zoom-original.png | Bin 599 -> 601 bytes
image/toolbar/16x16/zoom-original.svg | 16 ++++----
image/toolbar/16x16/zoom-out.png | Bin 586 -> 591 bytes
image/toolbar/16x16/zoom-out.svg | 12 +++---
image/toolbar/24x24/x-capture-start.png | Bin 1161 -> 1144 bytes
image/toolbar/24x24/x-capture-start.svg | 18 ++++-----
image/toolbar/24x24/x-resize-columns.png | Bin 651 -> 550 bytes
image/toolbar/24x24/x-resize-columns.svg | 24 ++++++------
image/toolbar/24x24/zoom-in.png | Bin 886 -> 865 bytes
image/toolbar/24x24/zoom-in.svg | 57 ++++++++++++++++-------------
image/toolbar/24x24/zoom-original.png | Bin 900 -> 849 bytes
image/toolbar/24x24/zoom-original.svg | 59 ++++++++++++++++--------------
image/toolbar/24x24/zoom-out.png | Bin 881 -> 841 bytes
image/toolbar/24x24/zoom-out.svg | 51 ++++++++++++++------------
ui/qt/byte_view_tab.cpp | 9 +++++
ui/qt/byte_view_tab.h | 3 ++
ui/qt/byte_view_text.cpp | 12 +++++-
ui/qt/byte_view_text.h | 5 +++
ui/qt/main_window.cpp | 34 ++++++++++-------
ui/qt/main_window.h | 7 ++++
ui/qt/main_window.ui | 48 ++++++++++++++++++++++--
ui/qt/main_window_slots.cpp | 37 +++++++++++++++++++
ui/qt/packet_list.cpp | 9 ++++-
ui/qt/packet_list.h | 1 +
ui/qt/packet_list_model.cpp | 16 +++++++-
ui/qt/packet_list_model.h | 4 +-
ui/qt/packet_list_record.h | 1 +
ui/qt/proto_tree.cpp | 16 +++++---
ui/qt/proto_tree.h | 2 +
ui/qt/wireshark_application.cpp | 36 +++++++-----------
ui/qt/wireshark_application.h | 7 ++--
36 files changed, 337 insertions(+), 177 deletions(-)