annotate pixmaps/mrt.xpm @ 4514:7521e29658bc

[gaim-migrate @ 4792] Of course, file transfer wasn't really gone.. I'm trying my hardest to bring on the end of the world (see the roadmap at http://gaim.sf.net/roadmap.png). File transfer is being rewritten. This isn't the finished implementation, but it's enough to let us get the prpls working. There is now a file transfer dialog, which will appear when you get a new transfer request or when you go to Tools -> File Transfers. This is of course core/UI split. I'll also be working on documentation on how to write FT support in a prpl. Oh, and I'll get resumes and transfer batches done when school isn't breathing down my back. Only DCC receive in IRC currently works. Sorry. We'll get the other prpls working soon, as well as send. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 04 Feb 2003 06:57:35 +0000
parents 074c31619d38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1966
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 /* XPM */
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 static char * mrt_xpm[] = {
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 "18 19 5 1",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 " c None",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ". c #000000",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6 "+ c #000008",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7 "@ c #FFBD00",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8 "# c #FFFFFF",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
9 " ...... ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10 " ..@@@@@@.. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
11 " ..@..@@@@..@.. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
12 " ..@..@@@@..@.. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
13 " .@@.#+.@@..#+@@. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
14 " ..#####..####++. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
15 "..##############++",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
16 ".+####+####+####++",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
17 ".+####+####+##++@.",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
18 ".@+#####++###+@@@.",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
19 ".@@..##+@@+##+@@@.",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
20 ".@@@@.+@@@@++@@@@.",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
21 " .@@@@......@@@@. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
22 " ..@@.@@@@@@.@... ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
23 " ....@....@.... ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
24 " ....@....@.. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
25 " ...@....@.. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
26 " .@@@@@@. ",
074c31619d38 [gaim-migrate @ 1976]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
27 " ...... "};