Mercurial > pidgin.yaz
annotate pidgin/pixmaps/tray/16/Makefile.am @ 16796:6101faae5d92
Update 4bit tray icons.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 02 May 2007 20:08:22 +0000 |
parents | be5948b7f9e6 |
children | 2dfc45eaf008 |
rev | line source |
---|---|
16762 | 1 SUBDIRS = scalable |
2 | |
15773
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
3 TRAY_ICONS = tray-away.png \ |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
4 tray-busy.png \ |
16775 | 5 tray-invisible.png \ |
15773
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
6 tray-connecting.png \ |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
7 tray-extended-away.png \ |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
8 tray-message.png \ |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
9 tray-offline.png \ |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
10 tray-online.png |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
11 |
15997
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
12 EXTRA_DIST = $(TRAY_ICONS) \ |
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
13 available_4bit.ico \ |
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
14 away_4bit.ico \ |
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
15 busy_4bit.ico \ |
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
16 connecting_4bit.ico \ |
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
17 extended-away_4bit.ico \ |
16796
6101faae5d92
Update 4bit tray icons.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16775
diff
changeset
|
18 invisible_4bit.ico \ |
15997
495800004c0a
4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15883
diff
changeset
|
19 message_4bit.ico \ |
16796
6101faae5d92
Update 4bit tray icons.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16775
diff
changeset
|
20 offline_4bit.ico |
15773
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
21 |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
22 pidgintraypixdir = $(datadir)/pixmaps/pidgin/tray/16 |
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
23 pidgintraypix_DATA = $(TRAY_ICONS) |