annotate pixmaps/available.xpm @ 3458:66b1ad9782a9

[gaim-migrate @ 3506] From KingAnt: aim.h: -Change the #defines for AIM client info so they're shorter. -Add 2 #defines for ICQ--the first one (the default) is what Gaim has been using, it was taken out of auth.c. The other is what an ICQ 2002a client uses. -Add an CLIENTINFO_ICQ_KNOWNGOOD auth.c: -Have the ICQ login use the given client info, rather than using hard coded values. oscar.c: -Rename "gaim_caps" to "caps_aim" and added a "caps_icq," so AIM and ICQ can have different capabilities. -Make changes to gaim_parse_login so the ICQ sends ICQ client info, and AIM sends AIM client info. -Make changes to conninitdone_bos so only ICQ sets the privacy flag and visibility mask. AIM sets this via SSI. -Change a few calls to aim_bos_setprofile so ICQ does not send a profile TLV, and so ICQ uses the ICQ caps and AIM uses the AIM caps. -Change a call to g_show_info_text so a pointer to the window is not left haning around? -Correctly set the occupied and do not disturb ICQ states. This is how winicq does it. -Correctly show winicq users as NA. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 06:48:14 +0000
parents c172128500ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1344
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
1 /* XPM */
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
2 static char * available_xpm[] = {
2781
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
3 "12 14 5 1",
1344
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
4 " c None",
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
5 ". c #333333",
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
6 "+ c #FFFF00",
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
7 "@ c #000000",
8b5ed2f0496c [gaim-migrate @ 1354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
8 "# c #4C4C4C",
2781
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
9 " ... ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
10 " .+++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
11 " .+++++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
12 " .+++++++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
13 " .++@+@++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
14 " .++@+@++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
15 " .+++@+++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
16 " .++@++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
17 " .++@++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
18 " .+++. ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
19 " #@@@# ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
20 " #@@@# ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
21 " @@@ ",
c172128500ec [gaim-migrate @ 2794]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1344
diff changeset
22 " "};