gaim/gaim

Parents da8209eb42e7
Children 3ef1b637dde3
This (based on Patches 1080754 and 1064761) makes the win32 systray use the prettier icons that are used everywhere else (unless you are unfortunate enough to run in 4-bit color, in which case, you are probably used to everything being ugly). (merged from HEAD)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pixmaps/Makefile.am Thu Jan 13 19:16:38 2005 -0500
@@ -0,0 +1,70 @@
+SUBDIRS = smileys status
+
+EXTRA_DIST = \
+ about_menu.png \
+ accounts.png \
+ away.png \
+ change-bgcolor-small.png \
+ change-fgcolor-small.png \
+ connect.png \
+ edit.png \
+ gaim.png \
+ gaim_auth.png \
+ gaim_cool.png \
+ gaim_error.png \
+ gaim_info.png \
+ gaim_question.png \
+ gaim_warning.png \
+ info.png \
+ insert-image-small.png \
+ insert-link-small.png \
+ insert-smiley-small.png \
+ logo.png \
+ msgpend.png \
+ msgunread.png \
+ offline.png \
+ online.png \
+ pause.png \
+ send-im.png \
+ tb_drag_arrow_down.xpm \
+ tb_drag_arrow_left.xpm \
+ tb_drag_arrow_right.xpm \
+ tb_drag_arrow_up.xpm \
+ text_bigger.png \
+ text_normal.png \
+ text_smaller.png \
+ typed.png \
+ typing.png \
+ Makefile.mingw \
+ smileys/Makefile.mingw \
+ smileys/default/Makefile.mingw \
+ smileys/none/Makefile.mingw \
+ status/default/Makefile.mingw \
+ status/Makefile.mingw \
+ gaim-install.ico \
+ gaim.ico \
+ gaim_away.ico \
+ gaim_offline.ico \
+ gaim_16.ico \
+ gaim_away_16.ico \
+ gaim_blank_4bit_16.ico \
+ gaim_msgpend_16.ico \
+ gaim_msgunread_16.ico \
+ gaim_offline_16.ico
+
+
+gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons
+gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png
+
+gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs
+gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png
+
+gaimiconpixdir = $(datadir)/pixmaps/gaim/icons
+gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png info.png
+
+gaimdistpixdir = $(datadir)/pixmaps/gaim
+gaimdistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png
+
+distpixmapdir = $(datadir)/pixmaps
+distpixmap_DATA = gaim.png
+
Binary file pixmaps/gaim_16.ico has changed
Binary file pixmaps/gaim_away_16.ico has changed
Binary file pixmaps/gaim_msgpend_16.ico has changed
Binary file pixmaps/gaim_msgunread_16.ico has changed
Binary file pixmaps/gaim_offline_16.ico has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/win32/gaimrc.rc Thu Jan 13 19:16:38 2005 -0500
@@ -0,0 +1,9 @@
+#include "resource.h"
+
+GAIM_ICON ICON "../pixmaps/gaim.ico"
+GAIM_TRAY_ICON ICON "../pixmaps/gaim_16.ico"
+GAIM_OFFLINE_TRAY_ICON ICON "../pixmaps/gaim_offline_16.ico"
+GAIM_AWAY_TRAY_ICON ICON "../pixmaps/gaim_away_16.ico"
+GAIM_PEND_TRAY_ICON ICON "../pixmaps/gaim_msgunread_16.ico"
+GAIM_AWAYPEND_TRAY_ICON ICON "../pixmaps/gaim_msgpend_16.ico"
+GAIM_BLANK_TRAY_ICON ICON "../pixmaps/gaim_blank_4bit_16.ico"