URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2345492843e9a4bafa522db251cc2e2557f18b48
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
2345492 by Guy Harris (guy@xxxxxxxxxxxx):
Don't show temporary file names in title bars.
For dialogs and auxiliary windows, if we have a live capture that hasn't
yet been saved to a permanent location, there's no good reason to show
the temporary file name in the title bar, as:
it's a random string that doesn't indicate where the capture was done
and that could confuse people (see, for example, the confusion in bug
14929, in which somebody referred to the "Follow TCP Stream" window as
the ".pcap dialog" because its title had ".pcap" at the end, due to
the capture file being a temporary file and its name showing up in the
title bar of that window);
it differs from what the main window title bar shows.
While we're at it, don't assume that the file name in the capture_file
structure is a UTF-8 string - some UN*Xes might not use UTF-8 for file
names.
Change-Id: I0d3dfd5d7f896ea37533daf7089b688710dbabf0
Reviewed-on: https://code.wireshark.org/review/28581
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 670377f491dd11bfe2b59738e9dfb329dbc826d4)
Reviewed-on: https://code.wireshark.org/review/28625
Actions performed:
from 31a0dbf Change the print preview if "include column headings" changes.
adds 2345492 Don't show temporary file names in title bars.
Summary of changes:
ui/qt/capture_file.cpp | 36 ++++++++++++++++++++++++++++++++++--
ui/qt/capture_file.h | 22 ++++++++++++++++++----
2 files changed, 52 insertions(+), 6 deletions(-)