Wireshark-commits: [Wireshark-commits] master-2.6 f6e01af: Use the file *base* name for statistics

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

Commits:

f6e01af 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>
    (cherry picked from commit 874c978bbce62a7ed43934249057c4937d299627)
    Reviewed-on: https://code.wireshark.org/review/28631
    

Actions performed:

    from  07946bc   Some fixes.
    adds  f6e01af   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(-)