Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master b55ae49: Make StockIconToolButton independent.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 2015 15:27:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b55ae49ba1947ae5cbf8ad12ff3b8855a5fd7813
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b55ae49 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Make StockIconToolButton independent.
    
    A recent set of changes replaced the "dfilter_erase_" images with an
    "x-filter-clear" stock icon set.
    
    Move StockIconToolButton to its own compilation unit. Use it in
    CaptureFilterEdit and ProgressFrame to load the "x-filter-clear" icon.
    
    Bug: 11516
    Change-Id: I5d5864d089fb56827d130d493d53e7de6a7c03b5
    Reviewed-on: https://code.wireshark.org/review/10475
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  5a3ad8f   Support for Wifi packet capture for android devices.
    adds  b55ae49   Make StockIconToolButton independent.


Summary of changes:
 ui/qt/CMakeLists.txt                               |    2 +
 ui/qt/Makefile.common                              |    2 +
 ui/qt/Wireshark.pro                                |    2 +
 ui/qt/capture_filter_edit.cpp                      |  100 ++++++----------
 ui/qt/capture_filter_edit.h                        |    7 +-
 ui/qt/display_filter_edit.cpp                      |   96 +--------------
 ui/qt/progress_frame.cpp                           |   32 +++--
 ui/qt/progress_frame.h                             |    4 +-
 ui/qt/progress_frame.ui                            |   12 +-
 ui/qt/stock_icon_tool_button.cpp                   |  123 ++++++++++++++++++++
 ...lay_filter_combo.h => stock_icon_tool_button.h} |   30 +++--
 11 files changed, 205 insertions(+), 205 deletions(-)
 create mode 100644 ui/qt/stock_icon_tool_button.cpp
 copy ui/qt/{display_filter_combo.h => stock_icon_tool_button.h} (70%)