annotate pidgin/pixmaps/Makefile.am @ 18881:3ec39ff6b407

Use the new dictionary data type when: - requesting IM info about ourself upon logon - adding buddies - looking up users. Change msim_postprocess_outgoing() to not just allow postprocessing strings, but all data types (including lists and infinitely nested dictionaries) by first packing the element to its serialized wire representation, and then performing the replacement.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 07 Aug 2007 02:51:34 +0000
parents d6ccf170148e
children 0622a7f08dde
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15991
5db7909331fa new icon goodness (i may have screwed this up, someone check)
Nathan Walp <nwalp@pidgin.im>
parents: 15965
diff changeset
1 SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 EXTRA_DIST = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 edit.png \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 logo.png \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 pause.png \
16213
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
7 arrow-down.xpm \
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
8 arrow-up.xpm \
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
9 arrow-right.xpm \
16221
3b9b9a4ce20a Fix a typo that broke make dist
Mark Doliner <mark@kingant.net>
parents: 16213
diff changeset
10 arrow-left.xpm \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
11 Makefile.mingw \
15913
ab45a1c1bcaf Rename some gaim icons to pidgin icons. These should probably change
Mark Doliner <mark@kingant.net>
parents: 15884
diff changeset
12 pidgin.ico
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13
15870
99b965aaf9bf Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents: 15866
diff changeset
14 pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons
16839
d6ccf170148e New Send File icon
Hylke Bons <hylkebons@gmail.com>
parents: 16838
diff changeset
15 pidginbuttonpix_DATA = edit.png pause.png
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16
15870
99b965aaf9bf Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents: 15866
diff changeset
17 pidgindistpixdir = $(datadir)/pixmaps/pidgin
16242
76011f11eda9 Fixes ticket #211
Sean Egan <seanegan@gmail.com>
parents: 16221
diff changeset
18 pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
19