Mercurial > pidgin.yaz
annotate pidgin/pixmaps/tray/16/Makefile.am @ 20917:aa420b502a6b
nosnilmot points out that this is a better way to ensure the size is valid.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 13 Oct 2007 17:23:40 +0000 |
parents | 2dfc45eaf008 |
children | 9347a942b7cd |
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 \ |
17844 | 9 tray-new-im.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
|
10 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
|
11 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
|
12 |
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
|
13 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
|
14 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
|
15 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
|
16 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
|
17 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
|
18 extended-away_4bit.ico \ |
16796
6101faae5d92
Update 4bit tray icons.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16775
diff
changeset
|
19 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
|
20 message_4bit.ico \ |
16796
6101faae5d92
Update 4bit tray icons.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16775
diff
changeset
|
21 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
|
22 |
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 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
|
24 pidgintraypix_DATA = $(TRAY_ICONS) |