Wireshark-commits: [Wireshark-commits] master 54c301a: Add the @2x expert indicators.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 8 Mar 2015 18:12:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54c301a0d61a31b0a0469d8d9346b51af37c0009
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

54c301a by Gerald Combs (gerald@xxxxxxxx):

    Add the @2x expert indicators.
    
    We currently load the expert indicator resources using an <img> tag.
    According to QTBUG-36383 the @2x versions won't load unless you've built
    with Qt 5.4.0 or later.
    
    Change-Id: I003fd5d5f10e779f2e7ca6ba9fbb8e033df85b80
    Reviewed-on: https://code.wireshark.org/review/7601
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  29f7c7a   Update the expert indicators.
    adds  54c301a   Add the @2x expert indicators.


Summary of changes:
 Makefile.am               |    5 +++++
 image/expert_chat@xxxxxx  |  Bin 0 -> 1155 bytes
 image/expert_error@xxxxxx |  Bin 0 -> 1085 bytes
 image/expert_none@xxxxxx  |  Bin 0 -> 1095 bytes
 image/expert_note@xxxxxx  |  Bin 0 -> 1002 bytes
 image/expert_warn@xxxxxx  |  Bin 0 -> 1143 bytes
 image/status.qrc          |    5 +++++
 ui/qt/main_status_bar.cpp |    2 ++
 8 files changed, 12 insertions(+)
 create mode 100644 image/expert_chat@xxxxxx
 create mode 100644 image/expert_error@xxxxxx
 create mode 100644 image/expert_none@xxxxxx
 create mode 100644 image/expert_note@xxxxxx
 create mode 100644 image/expert_warn@xxxxxx