Wireshark-commits: [Wireshark-commits] master b18309c: Qt: Update the status bar when saving.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b18309c07f5a2a4212764676e0e19e3b3dfa9868
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b18309c by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Update the status bar when saving.
Plumb in more capture file callbacks. Add common functions for setting
the status bar file information. Add and update code to match the GTK+
status bar behavior.
Make sure we update the capture file length when rescanning.
Bug: 10943
Change-Id: Ie84c7a57ee421d57ba3477f8dde3847aaafa1cd1
Reviewed-on: https://code.wireshark.org/review/8594
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from b25faac Qt: Add a "[closed]" hint to the packet dialog.
adds b18309c Qt: Update the status bar when saving.
Summary of changes:
file.c | 9 ++++----
ui/qt/capture_file.cpp | 48 +++++++++++++++++++++++++++++++++++--------
ui/qt/capture_file.h | 13 ++++++++++--
ui/qt/main_status_bar.cpp | 12 +++++++++++
ui/qt/main_status_bar.h | 5 ++++-
ui/qt/main_window.cpp | 17 +++++++++++++++
ui/qt/main_window.h | 6 +++++-
ui/qt/main_window_slots.cpp | 28 +++++++++++--------------
8 files changed, 105 insertions(+), 33 deletions(-)