# HG changeset patch # User Paul Aurich # Date 1248145536 0 # Node ID 3418d175d4c6bd676adc3060d458266e3e471d2d # Parent b90ae2bd99e323d4953060a8e2f3b2fc177c2a5e Check in updated icons, logo, and new voice/video icons from Hylke. The new status icons mostly look the same except for Offline. diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pidginstock.c --- a/pidgin/pidginstock.c Mon Jul 20 18:51:18 2009 +0000 +++ b/pidgin/pidginstock.c Tue Jul 21 03:05:36 2009 +0000 @@ -200,8 +200,8 @@ { PIDGIN_STOCK_TOOLBAR_SEND_FILE, "toolbar", "send-file.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_TOOLBAR_TRANSFER, "toolbar", "transfer.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, #ifdef USE_VV - { PIDGIN_STOCK_TOOLBAR_AUDIO_CALL, "toolbar", "audio-call.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, - { PIDGIN_STOCK_TOOLBAR_VIDEO_CALL, "toolbar", "video-call.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_TOOLBAR_AUDIO_CALL, "toolbar", "audio-call.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, + { PIDGIN_STOCK_TOOLBAR_VIDEO_CALL, "toolbar", "video-call.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, { PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL, "toolbar", "audio-video-call.png", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, #endif }; diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/Makefile.am --- a/pidgin/pixmaps/Makefile.am Mon Jul 20 18:51:18 2009 +0000 +++ b/pidgin/pixmaps/Makefile.am Tue Jul 21 03:05:36 2009 +0000 @@ -447,10 +447,30 @@ toolbar/16/video-call.png TOOLBAR_22_SCALABLE = \ - toolbar/22/scalable/select-avatar.svg + toolbar/22/scalable/select-avatar.svg \ + toolbar/22/scalable/video-call.svg \ + toolbar/22/scalable/voice-call.svg TOOLBAR_22 = \ - toolbar/22/select-avatar.png + toolbar/22/select-avatar.png \ + toolbar/22/video-call.png \ + toolbar/22/voice-call.png + +TOOLBAR_32_SCALABLE = \ + toolbar/32/scalable/video-call.svg \ + toolbar/32/scalable/voice-call.svg + +TOOLBAR_32 = \ + toolbar/32/video-call.png \ + toolbar/32/voice-call.png + +TOOLBAR_48_SCALABLE = \ + toolbar/48/scalable/video-call.svg \ + toolbar/48/scalable/voice-call.svg + +TOOLBAR_48 = \ + toolbar/48/video-call.png \ + toolbar/48/voice-call.png TRAY_16_ICO = \ tray/16/available_4bit.ico \ @@ -510,6 +530,8 @@ edit.png \ info.png \ logo.png \ + logo.svg \ + logo-nonvv.png \ pause.png \ arrow-down.xpm \ arrow-up.xpm \ @@ -530,7 +552,9 @@ $(PROTOCOLS_22_SCALABLE) \ $(PROTOCOLS_48_SCALABLE) \ $(TOOLBAR_16_SCALABLE) \ - $(TOOLBAR_22_SCALABLE) + $(TOOLBAR_22_SCALABLE) \ + $(TOOLBAR_32_SCALABLE) \ + $(TOOLBAR_48_SCALABLE) pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons pidginbuttonpix_DATA = edit.png pause.png info.png @@ -559,6 +583,8 @@ $(TOOLBAR_11) \ $(TOOLBAR_16) \ $(TOOLBAR_22) \ + $(TOOLBAR_32) \ + $(TOOLBAR_48) \ $(TRAY_16) \ $(TRAY_16_ICO) \ $(TRAY_22) \ diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/logo-nonvv.png Binary file pidgin/pixmaps/logo-nonvv.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/logo.png Binary file pidgin/pixmaps/logo.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/logo.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/logo.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,2084 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/16/available.png Binary file pidgin/pixmaps/status/16/available.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/16/away.png Binary file pidgin/pixmaps/status/16/away.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/16/busy.png Binary file pidgin/pixmaps/status/16/busy.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/16/offline.png Binary file pidgin/pixmaps/status/16/offline.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/22/available.png Binary file pidgin/pixmaps/status/22/available.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/22/away.png Binary file pidgin/pixmaps/status/22/away.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/22/busy.png Binary file pidgin/pixmaps/status/22/busy.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/22/offline.png Binary file pidgin/pixmaps/status/22/offline.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/32/available.png Binary file pidgin/pixmaps/status/32/available.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/32/away.png Binary file pidgin/pixmaps/status/32/away.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/32/busy.png Binary file pidgin/pixmaps/status/32/busy.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/32/offline.png Binary file pidgin/pixmaps/status/32/offline.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/48/available.png Binary file pidgin/pixmaps/status/48/available.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/48/away.png Binary file pidgin/pixmaps/status/48/away.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/48/busy.png Binary file pidgin/pixmaps/status/48/busy.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/48/offline.png Binary file pidgin/pixmaps/status/48/offline.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/status/svg/status.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/status/svg/status.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,3780 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/22/scalable/video-call.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/22/scalable/video-call.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,658 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/22/scalable/voice-call.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/22/scalable/voice-call.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,795 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/22/video-call.png Binary file pidgin/pixmaps/toolbar/22/video-call.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/22/voice-call.png Binary file pidgin/pixmaps/toolbar/22/voice-call.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/32/scalable/video-call.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/32/scalable/video-call.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,745 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/32/scalable/voice-call.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/32/scalable/voice-call.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/32/video-call.png Binary file pidgin/pixmaps/toolbar/32/video-call.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/32/voice-call.png Binary file pidgin/pixmaps/toolbar/32/voice-call.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/48/scalable/video-call.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/48/scalable/video-call.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,680 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/48/scalable/voice-call.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/48/scalable/voice-call.svg Tue Jul 21 03:05:36 2009 +0000 @@ -0,0 +1,756 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/48/video-call.png Binary file pidgin/pixmaps/toolbar/48/video-call.png has changed diff -r b90ae2bd99e3 -r 3418d175d4c6 pidgin/pixmaps/toolbar/48/voice-call.png Binary file pidgin/pixmaps/toolbar/48/voice-call.png has changed