Mercurial > pidgin.yaz
annotate pidgin/pixmaps/animations/16/Makefile.am @ 20220:23248bf2bffd
applied changes from 8543caa9958f323a231c630bebd65c74dec3401f
through 307f0cff97539b1c6ddc0114500677abfe42aaa6
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 15:46:47 +0000 |
parents | 580c6c5d9480 |
children |
rev | line source |
---|---|
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
1 EXTRA_DIST = connect0.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
2 connect1.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
3 connect2.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
4 connect3.png \ |
15675
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
5 connect4.png \ |
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
6 connect5.png \ |
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
7 connect6.png \ |
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
8 connect7.png \ |
15701
4a331e8d01df
Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15675
diff
changeset
|
9 connect8.png \ |
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
10 typing0.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
11 typing1.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
12 typing2.png \ |
15669 | 13 typing3.png \ |
17050
580c6c5d9480
Make 'typed' icon not have any keys depressed. Should fix #1116
Sean Egan <seanegan@gmail.com>
parents:
15701
diff
changeset
|
14 typing4.png \ |
580c6c5d9480
Make 'typed' icon not have any keys depressed. Should fix #1116
Sean Egan <seanegan@gmail.com>
parents:
15701
diff
changeset
|
15 typing5.png |
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
16 |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
17 pidginanimpixdir = $(datadir)/pixmaps/pidgin/animations/16 |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
18 pidginanimpix_DATA = $(EXTRA_DIST) |