Wireshark-commits: [Wireshark-commits] master ba0b348: Show a count in the status bar for all captu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Apr 2015 21:56:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ba0b348d28f8f48a16dbb842bfa1848dcde0a801
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ba0b348 by Guy Harris (guy@xxxxxxxxxxxx):

    Show a count in the status bar for all captures.
    
    (I'd have said "for non-update-list-of-packets-in-real-time captures",
    but that's too long for the holy Git "first line of the commit message
    is a summary" rule.)
    
    For non-update-list-of-packets-in-real-time captures, show a packet
    count in the status bar.
    
    Change-Id: I31670770e3772e9f772f0c9a6438fc6d053560aa
    Reviewed-on: https://code.wireshark.org/review/7957
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ec8ed15   Use zlib 1.2.8 on Windows.
    adds  ba0b348   Show a count in the status bar for all captures.


Summary of changes:
 ui/qt/capture_file.cpp    |    1 +
 ui/qt/capture_file.h      |    1 +
 ui/qt/main_status_bar.cpp |   20 ++++++++++++++++++++
 ui/qt/main_status_bar.h   |    1 +
 ui/qt/main_window.cpp     |    2 ++
 5 files changed, 25 insertions(+)