Wireshark-commits: [Wireshark-commits] master 9ec5b2b: Qt: Implement the capture info dialog.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 May 2018 04:26:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ec5b2b0fe60a1c70b1957452a8015896ad9d6ee
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ec5b2b by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Implement the capture info dialog.
    
    Add back the capture info dialog. Draw sparklines for each protocol.
    Update the User's Guide.
    
    Bug: 12004
    Change-Id: I45be8a0df4752255831a8b139ee84bb34d675ba9
    Reviewed-on: https://code.wireshark.org/review/27565
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  62999cc   Windows: Make sure more native dialogs handle HiDPI.
    adds  9ec5b2b   Qt: Implement the capture info dialog.


Summary of changes:
 capture_info.h                                     |   9 +-
 docbook/release-notes.asciidoc                     |   1 +
 docbook/wsug_graphics/ws-capture-info.png          | Bin 13566 -> 9558 bytes
 docbook/wsug_src/WSUG_chapter_capture.asciidoc     |  44 ++---
 epan/capture_dissectors.c                          |   6 +-
 epan/prefs.c                                       |   5 +-
 ui/qt/CMakeLists.txt                               |   1 +
 ui/qt/capture_info_dialog.cpp                      | 187 +++++++++++++++++++--
 ui/qt/capture_info_dialog.h                        |  52 +++++-
 ...tor_tables_dialog.ui => capture_info_dialog.ui} |  52 +++---
 ui/qt/capture_interfaces_dialog.ui                 |   2 +-
 ui/qt/main_window_slots.cpp                        |   1 +
 12 files changed, 271 insertions(+), 89 deletions(-)
 copy ui/qt/{dissector_tables_dialog.ui => capture_info_dialog.ui} (60%)