krb5 commit: Update leash icon and button graphics

Benjamin Kaduk kaduk at MIT.EDU
Fri Aug 24 12:24:07 EDT 2012


https://github.com/krb5/krb5/commit/1f3db78954f891037120d45f9985470d6113421f
commit 1f3db78954f891037120d45f9985470d6113421f
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Date:   Mon Jun 25 05:43:40 2012 -0400

    Update leash icon and button graphics
    
    Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>
    
    [kaduk at mit.edu: While here, remove now-unused doghead icons.]
    
    ticket: 7245 (new)
    queue: kfw
    target_version: 1.10.4
    tags: pullup

 src/windows/leash/Leash.rc               |    8 ++++----
 src/windows/leash/res/Leash.ico          |  Bin 25214 -> 9662 bytes
 src/windows/leash/res/doghead_green.ico  |  Bin 25214 -> 0 bytes
 src/windows/leash/res/doghead_grey.ico   |  Bin 25214 -> 0 bytes
 src/windows/leash/res/doghead_orange.ico |  Bin 25214 -> 0 bytes
 src/windows/leash/res/doghead_red.ico    |  Bin 25214 -> 0 bytes
 src/windows/leash/res/homelarge.bmp      |  Bin 0 -> 36918 bytes
 src/windows/leash/res/main.bmp           |  Bin 0 -> 1078 bytes
 src/windows/leash/res/status_grayK.ico   |  Bin 0 -> 1218 bytes
 src/windows/leash/res/status_greenK.ico  |  Bin 0 -> 1218 bytes
 src/windows/leash/res/status_redK.ico    |  Bin 0 -> 1218 bytes
 src/windows/leash/res/status_yelloK.ico  |  Bin 0 -> 1218 bytes
 src/windows/leashdll/res/leash.ico       |  Bin 25214 -> 9662 bytes
 13 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/windows/leash/Leash.rc b/src/windows/leash/Leash.rc
index f682f25..1cfd310 100644
--- a/src/windows/leash/Leash.rc
+++ b/src/windows/leash/Leash.rc
@@ -79,10 +79,10 @@ IDI_TICKETTYPE_NOTINSTALLED ICON                    "res\\Leash_tickets_out.ico"
 IDI_TICKET_GOOD         ICON                    "res\\Leash_tkt_green.ico"
 IDI_TICKET_LOW          ICON                    "res\\Leash_tkt_orange.ico"
 IDI_TICKET_EXPIRED      ICON                    "res\\Leash_tkt_red.ico"
-IDI_LEASH_TRAY_GOOD     ICON                    "res\\doghead_green.ico"
-IDI_LEASH_TRAY_LOW      ICON                    "res\\doghead_orange.ico"
-IDI_LEASH_TRAY_EXPIRED  ICON                    "res\\doghead_red.ico"
-IDI_LEASH_TRAY_NONE     ICON                    "res\\doghead_grey.ico"
+IDI_LEASH_TRAY_GOOD     ICON                    "res\\status_greenK.ico"
+IDI_LEASH_TRAY_LOW      ICON                    "res\\status_yelloK.ico"
+IDI_LEASH_TRAY_EXPIRED  ICON                    "res\\status_redK.ico"
+IDI_LEASH_TRAY_NONE     ICON                    "res\\status_grayK.ico"
 IDI_LEASH_TICKET_ADDRESS ICON                    "res\\address.ico"
 IDI_LEASH_TICKET_SESSION ICON                    "res\\key.ico"
 IDI_LEASH_TICKET_ENCRYPTION ICON                    "res\\encryption.ico"
diff --git a/src/windows/leash/res/Leash.ico b/src/windows/leash/res/Leash.ico
index 9ef4f96..235c6f4 100644
Binary files a/src/windows/leash/res/Leash.ico and b/src/windows/leash/res/Leash.ico differ
diff --git a/src/windows/leash/res/doghead_green.ico b/src/windows/leash/res/doghead_green.ico
deleted file mode 100644
index eadc2a3..0000000
Binary files a/src/windows/leash/res/doghead_green.ico and /dev/null differ
diff --git a/src/windows/leash/res/doghead_grey.ico b/src/windows/leash/res/doghead_grey.ico
deleted file mode 100644
index ffffce3..0000000
Binary files a/src/windows/leash/res/doghead_grey.ico and /dev/null differ
diff --git a/src/windows/leash/res/doghead_orange.ico b/src/windows/leash/res/doghead_orange.ico
deleted file mode 100644
index ded7e14..0000000
Binary files a/src/windows/leash/res/doghead_orange.ico and /dev/null differ
diff --git a/src/windows/leash/res/doghead_red.ico b/src/windows/leash/res/doghead_red.ico
deleted file mode 100644
index 589b86a..0000000
Binary files a/src/windows/leash/res/doghead_red.ico and /dev/null differ
diff --git a/src/windows/leash/res/homelarge.bmp b/src/windows/leash/res/homelarge.bmp
new file mode 100644
index 0000000..d34f398
Binary files /dev/null and b/src/windows/leash/res/homelarge.bmp differ
diff --git a/src/windows/leash/res/main.bmp b/src/windows/leash/res/main.bmp
new file mode 100644
index 0000000..301d63c
Binary files /dev/null and b/src/windows/leash/res/main.bmp differ
diff --git a/src/windows/leash/res/status_grayK.ico b/src/windows/leash/res/status_grayK.ico
new file mode 100644
index 0000000..f963f0d
Binary files /dev/null and b/src/windows/leash/res/status_grayK.ico differ
diff --git a/src/windows/leash/res/status_greenK.ico b/src/windows/leash/res/status_greenK.ico
new file mode 100644
index 0000000..d1557aa
Binary files /dev/null and b/src/windows/leash/res/status_greenK.ico differ
diff --git a/src/windows/leash/res/status_redK.ico b/src/windows/leash/res/status_redK.ico
new file mode 100644
index 0000000..3a624be
Binary files /dev/null and b/src/windows/leash/res/status_redK.ico differ
diff --git a/src/windows/leash/res/status_yelloK.ico b/src/windows/leash/res/status_yelloK.ico
new file mode 100644
index 0000000..08ba599
Binary files /dev/null and b/src/windows/leash/res/status_yelloK.ico differ
diff --git a/src/windows/leashdll/res/leash.ico b/src/windows/leashdll/res/leash.ico
index 9ef4f96..235c6f4 100644
Binary files a/src/windows/leashdll/res/leash.ico and b/src/windows/leashdll/res/leash.ico differ


More information about the cvs-krb5 mailing list