Wireshark-commits: [Wireshark-commits] master af7fc8b: Qt: add fullscreen feature.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af7fc8b7e4979e77d2d072789e98d58a0b175908
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
af7fc8b by Dario Lombardo (lomato@xxxxxxxxx):
Qt: add fullscreen feature.
The feature activates/deactivates fullscreen mode of Qt UI.
A new menu item has been added as well as a shortcut (F11 or Ctrl+Cmd+F)
according to browsers common shortcut.
Change-Id: I01906b494d0a13ce70d27c00ebbe03e6ec87cbd7
Reviewed-on: https://code.wireshark.org/review/18332
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 3156980 packet-infiniband: Fixed displaying reserved field
adds af7fc8b Qt: add fullscreen feature.
Summary of changes:
capture_opts.h | 4 +++-
doc/wireshark.pod.template | 7 +++++++
docbook/release-notes.asciidoc | 1 +
ui/commandline.c | 5 +++++
ui/commandline.h | 3 ++-
ui/qt/main_window.cpp | 13 +++++++++++++
ui/qt/main_window.h | 2 ++
ui/qt/main_window.ui | 12 +++++++++++-
ui/qt/main_window_slots.cpp | 18 ++++++++++++++++++
9 files changed, 62 insertions(+), 3 deletions(-)