Wireshark-commits: [Wireshark-commits] master 874c978: Use the file *base* name for statistics grap

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Jul 2018 00:31:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=874c978bbce62a7ed43934249057c4937d299627
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

874c978 by Guy Harris (guy@xxxxxxxxxxxx):

    Use the file *base* name for statistics graphs etc..
    
    For example, if the file is foo.pcap, make the default name for a saved
    PDF of some graph be foo.pdf, as it was prior to 2.6, not foo.pcap.pdf.
    
    Change-Id: Ide99c9c7fa1f3d16f829e731f968a209fbb52b8d
    Reviewed-on: https://code.wireshark.org/review/28624
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  d8df975   Change the print preview if "include column headings" changes.
    adds  874c978   Use the file *base* name for statistics graphs etc..


Summary of changes:
 ui/qt/capture_file.cpp         | 15 +++++++++++++++
 ui/qt/capture_file.h           |  8 ++++++++
 ui/qt/iax2_analysis_dialog.cpp |  2 +-
 ui/qt/io_graph_dialog.cpp      |  2 +-
 ui/qt/rtp_analysis_dialog.cpp  |  2 +-
 ui/qt/rtp_stream_dialog.cpp    |  2 +-
 6 files changed, 27 insertions(+), 4 deletions(-)