Wireshark-commits: [Wireshark-commits] master e397827: Windows Qt: Add taskbar progress support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 13 Aug 2014 23:00:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3978271dfea090e9d2d98b1fa58a5636411e614
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e397827 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Windows Qt: Add taskbar progress support
    
    Add support for the taskbar progress indicator on Windows via
    QtWinExtras. It is almost as if we're a grown up Windows application.
    
    Change-Id: I378206b49510d4bd08f2437d8e9a1b01bc6f1351
    Reviewed-on: https://code.wireshark.org/review/3576
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a83f67c   Use a wildcard to exclude all Wireshark (GUI) binaries: rpmbuild in RHEL6 errors out if you %exclude a file that's not there.
    adds  e397827   Windows Qt: Add taskbar progress support


Summary of changes:
 CMakeLists.txt         |    3 +++
 ui/qt/QtShark.pro      |    4 +++-
 ui/qt/progress_bar.cpp |   36 +++++++++++++++++++++++++++++++++---
 ui/qt/progress_bar.h   |   11 +++++++++++
 4 files changed, 50 insertions(+), 4 deletions(-)