diff --git a/checkin_notes b/checkin_notes index 80f0741a99..3dc01d2d1f 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7854,3 +7854,17 @@ Rom 15 Aug 2007 clientgui/res/templates/skins/ btnSynchronize.png btnSynchronizeClick.png + +Rom 15 Aug 2007 + - MGR: Update taskbar icons. + + clientgui/res/ + boinc.xpm + boincdisconnect.xpm + boincsnooze.xpm + clientgui/res/templates/ + boincsnooze.ico (deleted) + boincdisconnect.ico (deleted) + boinc.gif (added) + boincdisconnect.gif (added) + boincsnooze.gif (added) diff --git a/clientgui/res/boinc.xpm b/clientgui/res/boinc.xpm index cc90e36ba9..bc9b3e7be8 100644 --- a/clientgui/res/boinc.xpm +++ b/clientgui/res/boinc.xpm @@ -17,37 +17,35 @@ // or write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -/* XPM */ -static const char * boinc_xpm[] = { -"16 16 15 1", -" c None", -"! c black", -"# c #576F8C", -"$ c white", -"% c #E7EAEA", -"& c #7289A3", -"' c #395C88", -"( c #B6C4D5", -") c #29486D", -"* c #1B365E", -"+ c #A1B5CD", -", c #FCE7A1", -"- c #F7CE61", -". c #F7C238", -"0 c #F3B413", -"!#$$$$$$$$$$$$#!", -"#!#$$$$%%%$$$&!#", -"$#!'%()*!*%$&!'$", -"$$'!**#&&+$&!'$$", -"$$$'!($$$$%*!%$$", -"$$%$($,--,$+!&$$", -"$%*($,,$,.-$#*%$", -"$(!&$.--.00$+!%$", -"$(!+$000000$#!%$", -"$%!)$-00.0-$(*%$", -"$$'!($-00,$%$$$$", -"$$%!!($$$$%*)$$$", -"$$#!)%(&+#*!!'$$", -"$#!'$%*!!!#%)!'$", -"#!'$$$%%%%$$$'!#", -"!#$$$$$$$$$$$$#*"}; \ No newline at end of file +/* XPM */ +static const char *boinc_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 10 1", +"@ c #F8BC1A", +"+ c #293F64", +". c None", +"O c #ED9D00", +"$ c #FFD93E", +"% c #FFD824", +"o c #203C66", +"X c #174A78", +" c #0E588A", +"# c #FFDE49", +/* pixels */ +" ............ ", +" XX..........XX ", +".Xoo..oooo..ooX.", +"..ooooooo..ooo..", +"...ooo....ooo...", +"....o..OO..++...", +"..o...O@@O..oo..", +"..oo.O@##@O.oo..", +"..oo.O@$%@O.oo..", +"..oo..O@@O...o..", +"...++..OO..o....", +"...ooo....+oo...", +"..ooo..ooo+ooo..", +".ooo..oooo..ooX.", +" oo..........XX ", +" ............ " +}; diff --git a/clientgui/res/boincdisconnect.xpm b/clientgui/res/boincdisconnect.xpm index 5d48c21126..b76e6604d5 100644 --- a/clientgui/res/boincdisconnect.xpm +++ b/clientgui/res/boincdisconnect.xpm @@ -17,38 +17,36 @@ // or write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -/* XPM */ -static const char * boincdisconnect_xpm[] = { -"16 16 16 1", -" c None", -"! c black", -"# c #576F8C", -"$ c white", -"% c #E7EAEA", -"& c #7289A3", -"' c #395C88", -"( c #B6C4D5", -") c #29486D", -"* c #1B365E", -"+ c #A1B5CD", -", c #FCE7A1", -"- c #F7CE61", -". c #F7C238", -"0 c #F3B413", -"1 c #FF0000", -"!#$$$$$$$$$$$$#!", -"#!#$$$$%%%$$$&!#", -"$#!'%()*!*%$&!'$", -"$$'!**#&&+$&!'$$", -"$$$'!($$$$%*!%$$", -"$$%$($,--,$+!&$$", -"$%*($,,$,.-$#*%$", -"$(!&$.--.0111!%$", -"$(!+$00011$$$11$", -"$%!)$-001$$$$$1$", -"$$'!($-1$$111$$1", -"$$%!!($1$$111$$1", -"$$#!)%(1$$111$$1", -"$#!'$%*!1$$$$$1$", -"#!'$$$%%11$$$11#", -"!#$$$$$$$$111$#*"}; \ No newline at end of file +/* XPM */ +static const char *boincdisconnect_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 11 1", +"@ c #F8BC1A", +"+ c #293F64", +". c None", +"O c #ED9D00", +"$ c #FFD93E", +"& c #FF0000", +"% c #FFD824", +"o c #203C66", +"X c #174A78", +" c #0E588A", +"# c #FFDE49", +/* pixels */ +" ............ ", +" XX..........XX ", +".Xoo..oooo..ooX.", +"..ooooooo..ooo..", +"...ooo....ooo...", +"....o..OO..++...", +"..o...O@@O..oo..", +"..oo.O@##@......", +"..oo.O@$%.&&&&..", +"..oo..O@.&&&&&&.", +"...++...&&&OO&&&", +"...ooo..&&O$$O&&", +"..ooo...&&O$$O&&", +".ooo..o.&&&OO&&&", +" oo......&&&&&&.", +" ........&&&&.." +}; diff --git a/clientgui/res/boincsnooze.xpm b/clientgui/res/boincsnooze.xpm index 9fae3de001..c3b723c5c1 100644 --- a/clientgui/res/boincsnooze.xpm +++ b/clientgui/res/boincsnooze.xpm @@ -17,38 +17,32 @@ // or write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -/* XPM */ -static const char * boincsnooze_xpm[] = { -"16 16 16 1", -" c None", -"! c black", -"# c #576F8C", -"$ c white", -"% c #E7EAEA", -"& c #7289A3", -"' c #395C88", -"( c #B6C4D5", -") c #29486D", -"* c #1B365E", -"+ c #A1B5CD", -", c #FCE7A1", -"- c #F7CE61", -". c #F7C238", -"0 c #F3B413", -"1 c #0000FF", -"!#$$$$$$$$$$$$#!", -"#!#$$$$%%%$$$&!#", -"$#!'%()*!*%$&!'$", -"$$'!**#&&+$&!'$$", -"$$$'!($$$$%*!%$$", -"$$%$($,--,$+!&$$", -"$%*($,,$,.-$#*%$", -"$(!&$.--.0111!%$", -"$(!+$00011$$$11$", -"$%!)$-001$$$$$1$", -"$$'!($-1$$1$1$$1", -"$$%!!($1$$1$1$$1", -"$$#!)%(1$$1$1$$1", -"$#!'$%*!1$$$$$1$", -"#!'$$$%%11$$$11#", -"!#$$$$$$$$111$#*"}; \ No newline at end of file +/* XPM */ +static const char *boincsnooze_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 7 1", +"@ c #F8BC1A", +"+ c #293F64", +". c None", +"O c #ED9D00", +"o c #203C66", +"X c #174A78", +" c #0E588A", +/* pixels */ +" ............ ", +" XX..........XX ", +".Xoo..oooo..ooX.", +"..ooooooo..ooo..", +"...ooo....ooo...", +"....o..OO..++...", +"..o...O@@O..oo..", +"..oo.O@.........", +"..oo.O@.ooooooo.", +"..oo..O.ooooooo.", +"...++...oo@o@oo.", +"...ooo..oo@o@oo.", +"..ooo...oo@o@oo.", +".ooo..o.oo@o@oo.", +" oo.....ooooooo.", +" ......ooooooo." +}; diff --git a/clientgui/res/templates/boinc.gif b/clientgui/res/templates/boinc.gif new file mode 100644 index 0000000000..1d60a00ce0 Binary files /dev/null and b/clientgui/res/templates/boinc.gif differ diff --git a/clientgui/res/templates/boincdisconnect.gif b/clientgui/res/templates/boincdisconnect.gif new file mode 100644 index 0000000000..7fe756766c Binary files /dev/null and b/clientgui/res/templates/boincdisconnect.gif differ diff --git a/clientgui/res/templates/boincdisconnect.ico b/clientgui/res/templates/boincdisconnect.ico deleted file mode 100644 index 889f7632de..0000000000 Binary files a/clientgui/res/templates/boincdisconnect.ico and /dev/null differ diff --git a/clientgui/res/templates/boincsnooze.gif b/clientgui/res/templates/boincsnooze.gif new file mode 100644 index 0000000000..9f490b59a9 Binary files /dev/null and b/clientgui/res/templates/boincsnooze.gif differ diff --git a/clientgui/res/templates/boincsnooze.ico b/clientgui/res/templates/boincsnooze.ico deleted file mode 100644 index a8f005bce7..0000000000 Binary files a/clientgui/res/templates/boincsnooze.ico and /dev/null differ