Wireshark-commits: [Wireshark-commits] master 5d1aafb: Qt: Multi-state capture start icon.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Sep 2014 16:45:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d1aafbb36335bd23d5a5dd09a11eb19b54f0d46
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d1aafb by Gerald Combs (gerald@xxxxxxxx):

    Qt: Multi-state capture start icon.
    
    Add ".on" versions of the x-capture-start icon along with corresponding
    code in the StockIcon constructor to look for ".on" variants and add
    them with the QIcon::On state.
    
    Make the plain versions of x-capture-start blue to match the general
    application icon. The goal is to make the toolbar and app icon fins blue
    when Wireshark is "at rest" and green when it's capturing.
    
    Change-Id: I31f4f9d910fc99c41d7c63bd9a722db1611760c7
    Reviewed-on: https://code.wireshark.org/review/4225
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e1a420a   [Automatic manuf, services and enterprise-numbers update for 2014-09-21]
    adds  5d1aafb   Qt: Multi-state capture start icon.


Summary of changes:
 Makefile.am                                        |    4 +
 image/toolbar.qrc                                  |    2 +
 image/toolbar/16x16/x-capture-start.on.png         |  Bin 0 -> 675 bytes
 ...{x-capture-start.svg => x-capture-start.on.svg} |   28 ++++--
 image/toolbar/16x16/x-capture-start.png            |  Bin 559 -> 757 bytes
 image/toolbar/16x16/x-capture-start.svg            |  105 +++++++++++++++-----
 image/toolbar/24x24/x-capture-start.on.png         |  Bin 0 -> 1025 bytes
 ...{x-capture-start.svg => x-capture-start.on.svg} |    8 +-
 image/toolbar/24x24/x-capture-start.png            |  Bin 934 -> 1161 bytes
 image/toolbar/24x24/x-capture-start.svg            |   87 ++++++++++++----
 ui/qt/main_window.cpp                              |    8 +-
 ui/qt/stock_icon.cpp                               |    6 ++
 12 files changed, 185 insertions(+), 63 deletions(-)
 create mode 100644 image/toolbar/16x16/x-capture-start.on.png
 copy image/toolbar/16x16/{x-capture-start.svg => x-capture-start.on.svg} (82%)
 create mode 100644 image/toolbar/24x24/x-capture-start.on.png
 copy image/toolbar/24x24/{x-capture-start.svg => x-capture-start.on.svg} (94%)